Hello everyone,
I was hoping I could get some insight on using the
`org-publish-find-title' and `org-publish-find-date' functions. I am
trying to build an add-on for org-publish and using some org-publish
functions.
Sometimes the function returns the error:
"org-publish-cache-get: ‘org-publis
I have checked the source code, but I didn't find when the generation of
the site map also publish it.
Ihor Radchenko writes:
> Sébastien Gendre writes:
>
>> Sadly, it still publish sitemap.org.
>
>> Do I need to include full file path in the exlude value ?
>
> Maybe disable :auto-sitemap.
>
> Uwe Brauer via "General discussions about Org-mode."
> writes:
> You can sort alphabetically. But timestamp is considered a part of the
> headline.
> If you need something custom, provide custom key/comparison function for
> `org-sort-entries'.
So you mean I should write a new sort function
Org Mode will consider markup starting from symbols that are inside
$$, \(\), and \[\]. Take, for instance, a file containing the
following:
--8<---cut here---start->8---
\(S \Rightarrow^{+} p\) and $p \Rightarrow^{+} q$
\[S \Rightarrow^{+} p\]
... and $p \Rig
Hi there,
I publish with the default value for org-publish-use-timestamps-flag
(set to t) and I use ":makeindex t" to create a keyword index.
Then, files that are skipped during export (as determined by
org-publish-needed-p) are not included in the index, which is
surprising to me.
I guess that
Final version... got the wrong file... sorry /PA
On Wed, 19 Feb 2025 at 07:57, Pedro Andres Aranda Gutierrez <
paag...@gmail.com> wrote:
> Mea culpa.. attached...
> /PA
>
> On Wed, 19 Feb 2025 at 07:22, Pedro Andres Aranda Gutierrez <
> paag...@gmail.com> wrote:
>
>> Hi Ihor,
>>
>> I'll dive agai