BUG: org-todo-keywords-for-agenda is nil in custom agenda view

2024-05-29 Thread Charles Pence
Hello, I was requested by the maintainer of org-modern to report this bug upstream. It looks like there’s a regression where org-todo-keywords-for-agenda is incorrectly set to nil during the display of custom agenda command views. This breaks org-modern’s TODO formatting (as well as other thing

Re: BUG: org-todo-keywords-for-agenda is nil in custom agenda view

2024-05-29 Thread Ihor Radchenko
Charles Pence writes: > I was requested by the maintainer of org-modern to report this bug upstream. > It looks like there’s a regression where org-todo-keywords-for-agenda is > incorrectly set to nil during the display of custom agenda command views. > This breaks org-modern’s TODO formatting

org-latex-preview symlink handling

2024-05-29 Thread Andrew Berger
Long listener, first time caller org-latex-preview was failing with: org-compile-file: File "/private/var/folders/5b/m1bt7sss2n19dwg1d62h_hrwgn/T/orgtexGt3N0x.dvi" wasn’t produced. Please adjust ‘dvipng’ part of ‘org-preview-latex-process-alist’. Root cause was that on my system ~/org is a sy

Re: question about links, macros + org-publish and "parametrization"

2024-05-29 Thread Fraga, Eric
Hello, I'm not entirely sure if I am missing something but, in case it helps, macros can themselves invoke other macros and macros can make use of [[target][desc]] syntax directly. Can you not build up a hierarchy of macros that would achieve what you want, along these lines: --8<---

Re: org-latex-preview symlink handling

2024-05-29 Thread Ihor Radchenko
Andrew Berger writes: > Long listener, first time caller > > org-latex-preview was failing with: org-compile-file: File > "/private/var/folders/5b/m1bt7sss2n19dwg1d62h_hrwgn/T/orgtexGt3N0x.dvi" > wasn’t produced. Please adjust ‘dvipng’ part of > ‘org-preview-latex-process-alist’. > > Root cau

Re: question about links, macros + org-publish and "parametrization"

2024-05-29 Thread Ihor Radchenko
Martin Steffen writes: > The way I make that smooth is I define > > #LINK: exercises-web https://www.gitpages.io/somelecture/fall23/exercises > > ... > So I am happy with that, but I wonder if I could make it even more > parametrized. Like > > > combining macros with links > > > like that "

[BUG] org-agenda: incorrect display of multi-day date ranges [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)]

2024-05-29 Thread hrdl
Parts of org-agenda do not handle time ranges spanning multiple days correctly. This is exarcabated when setting org-agenda-default-appointment-duration , which adds an incorrect end time to the entries corresponding to the start and end date. To reproduce: (prog (find-file "test.org") (insert

Re: [BUG] org-agenda: incorrect display of multi-day date ranges [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)]

2024-05-29 Thread Ihor Radchenko
hrdl writes: > Parts of org-agenda do not handle time ranges spanning multiple days > correctly. This is exarcabated when setting > org-agenda-default-appointment-duration , which adds an incorrect end > time to the entries corresponding to the start and end date. To > reproduce: > > (prog > (f

Re: question about links, macros + org-publish and "parametrization"

2024-05-29 Thread Martin Steffen
> "Fraga," == Fraga, Eric writes: Fraga,> Hello, Fraga,> I'm not entirely sure if I am missing something but, in case thanks, it was more that I was missing something. I tried to combine links and macros in a naive ways (without much studying the manual), so I thought perhaps nestin

Re: question about links, macros + org-publish and "parametrization"

2024-05-29 Thread Martin Steffen
Hi, maybe my email was premature. The combination of macros and links you described is nice and useful for me (I did not much in the ways of macros in org before). However, one aspect I am after seems not to work. Your example was as follows, and it works: --8<---cut here-