Re: [PATCH]: ox-latex: omit empty date

2022-08-01 Thread Max Nikulin
On 01/08/2022 17:55, emacs--- via General discussions about Org-mode. wrote: *later in this mail)* ;; Date. (let ((date (and (plist-get info :with-date) (org-export-get-date info    (if (string-match-p "^\{.*\}$" (org-export-data date info))    (format

Re: commit e22b4eb7 kills formatting & color

2022-08-01 Thread Colin Baxter
> Colin Baxter writes: > Ihor Radchenko writes: >> Colin Baxter writes: >>> > Do you have any idea which particular file-local variable is > >>> leading to the breakage? >>> >>> Well I'm tempted to say all of them because I have local >>> variables in files and

Re: commit e22b4eb7 kills formatting & color

2022-08-01 Thread Colin Baxter
> Ihor Radchenko writes: > Colin Baxter writes: >> > Do you have any idea which particular file-local variable is > >> leading to the breakage? >> >> Well I'm tempted to say all of them because I have local >> variables in files and .dir-locals.el in many locations.

Re: commit e22b4eb7 kills formatting & color

2022-08-01 Thread Ihor Radchenko
Colin Baxter writes: > > Do you have any idea which particular file-local variable is > > leading to the breakage? > > Well I'm tempted to say all of them because I have local variables in > files and .dir-locals.el in many locations. But for a start: > > # Local Variables: > # eval:

Re: commit e22b4eb7 kills formatting & color

2022-08-01 Thread Colin Baxter
> Ihor Radchenko writes: > Colin Baxter writes: >> With the latest org-mode, my org files have lost all syntax >> coloring and org-mode formatting. They are essentially dead. If I >> revert commit e22b4eb7 then they come back to life with coloring >> and formatting as

Re: commit e22b4eb7 kills formatting & color

2022-08-01 Thread Ihor Radchenko
Colin Baxter writes: > With the latest org-mode, my org files have lost all syntax coloring and > org-mode formatting. They are essentially dead. If I revert commit > e22b4eb7 then they come back to life with coloring and formatting as > usual. My files have local variables which have worked

Re: change headings to list but have a nested numeration?

2022-08-01 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I see, several observations. >> >> 1. For headings there is a third party package called >> ‘org-outline-numbering.el’. Which provides a mode that display >> headings in such a numbering scheme, however using overlays, as >> far as I

Re: [PATCH]: ox-latex: omit empty date

2022-08-01 Thread General discussions about Org-mode.
> emacs--- via "General discussions about Org-mode." > writes: > >> My use case is very niche and be solved by changing my custom latex date >> command by renaming it as for example \mydate. >> >> Adding extra options like with_date:nil seems overkill for this small issue. >> > > I agree; I

Re: [PATCH]: ox-latex: omit empty date

2022-08-01 Thread Daniel Fleischer
emacs--- via "General discussions about Org-mode." writes: > My use case is very niche and be solved by changing my custom latex date > command by renaming it as for example \mydate. > > Adding extra options like with_date:nil seems overkill for this small issue. I agree; I think we shouldn't

Re: [PATCH]: ox-latex: omit empty date

2022-08-01 Thread General discussions about Org-mode.
On 31/07/2022 09:38, Ihor Radchenko wrote: >> Max Nikulin writes: >> All the above makes sense. Do I miss something? >>> >>> To be precise, \date is not exported to LaTeX file, but current date >>> appears in PDF. That is why I consider the change as a breaking one. >>> >>> Try to

commit e22b4eb7 kills formatting & color

2022-08-01 Thread Colin Baxter
With the latest org-mode, my org files have lost all syntax coloring and org-mode formatting. They are essentially dead. If I revert commit e22b4eb7 then they come back to life with coloring and formatting as usual. My files have local variables which have worked perfecting ok before the