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 e22b4eb7
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 export
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
> 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 th
>>> "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 ca
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 perf
> 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 usu
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: (set
> 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.
> 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
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 "\\date%s\n"
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
12 matches
Mail list logo