Re: Pending contents in org documents (Re: Asynchronous blocks for everything (was Re: ...))

2024-05-30 Thread Bruno Barbier
Ihor Radchenko writes: > Bruno Barbier writes: > > I am attaching some minor edits I'd like to propose on top of your > latest branch. I've applied your patch. Thanks. > Also, some more questions. > >> ;;(setq my-rlock >> ;; (org-pending (cons (point) (mark)) >> ;;

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

2024-05-30 Thread Ihor Radchenko
Max Nikulin writes: > I can not figure out if it is possible with some trick to expand > {{{year}}} before file:... is parsed. Not possible. Macros are not recognized in verbatim contexts like link path. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: After years without issues, Orgmode now fails to apply agenda filters to preset templates

2024-05-30 Thread Ihor Radchenko
"Tory S. Anderson" writes: > ... I will rethink my setup to use those things. Thanks for your response! You do not need to rethink your setup. Just move the filter to global settings. It is how it is supposed to be used. (org-agenda-custom-commands '(("w" . "Work") ("wd" "Work Day"

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

2024-05-30 Thread Max Nikulin
On 30/05/2024 12:03, Martin Steffen wrote: #+macro: year 24 #+macro: source [[file:./$1/t.org][for the year $1]] #+macro: target {{{source({{{year}}})}}} Custom link type might be more convenient (info "(org) Adding Hyperlink Types") https://orgmode.org/manual/Adding-Hyperlink-Types.html I

Re: After years without issues, Orgmode now fails to apply agenda filters to preset templates

2024-05-30 Thread Tory S. Anderson
Pedro writes: > I use the same version emacs and orgmode version as you, and I have > similar needs as you: filtering org-agenda by tags, etc. > > I will share my whole section of org-agenda-custom-commands as it > is, I hope you can followup it nicely. Find it attached in file: >

Re: [BUG] cache file conflict? [9.7-pre (release_9.6.29-1441-gaa71fa @ /home/minshall/.emacs.d/straight/build/org/)]

2024-05-30 Thread Ihor Radchenko
Greg Minshall writes: > Ihor, > >> May you try the attached alternative patch? > > it's been a week that i've been running this patch without seeing the > error messages (that used to come up once or more per day). > > so, it would seem to have corrected the issue. Fixed, on main. I used a

[BUG] org-element-cache [9.6.15 (release_9.6.15 @ /snap/emacs/current/usr/share/emacs/29.3/lisp/org/)]

2024-05-30 Thread Michael Metzger
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.

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

2024-05-30 Thread Martin Steffen
> "Fraga," == Fraga, Eric writes: Fraga,> On Thursday, 30 May 2024 at 07:03, Martin Steffen wrote: >> [...] #+macro: target {{{source({{{year}}})}}} Fraga,> So, the problem you are running into is that you cannot Fraga,> evaluate a macro with arguments that require

Re: After years without issues, Orgmode now fails to apply agenda filters to preset templates

2024-05-30 Thread Pedro
Hi Tory, I use the same version emacs and orgmode version as you, and I have similar needs as you: filtering org-agenda by tags, etc. I will share my whole section of org-agenda-custom-commands as it is, I hope you can followup it nicely. Find it attached in file: agenda-filters.org

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

2024-05-30 Thread Fraga, Eric
On Thursday, 30 May 2024 at 07:03, Martin Steffen wrote: > [...] > #+macro: target {{{source({{{year}}})}}} So, the problem you are running into is that you cannot evaluate a macro with arguments that require evaluating a macro. Unless you can change the order in which you evaluate these macros,

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2024-05-30 Thread Visuwesh
[ Sorry, I do not have a better starting point for this. ] After updating Latex, I got the message: Creating LaTeX preview images failed (exit code 252). Please see *Org Preview LaTeX Output* for details which corresponds to RUNNING: latex -interaction nonstopmode -output-directory

Re: [BUG] cache file conflict? [9.7-pre (release_9.6.29-1441-gaa71fa @ /home/minshall/.emacs.d/straight/build/org/)]

2024-05-30 Thread Greg Minshall
Ihor, > May you try the attached alternative patch? it's been a week that i've been running this patch without seeing the error messages (that used to come up once or more per day). so, it would seem to have corrected the issue. thanks again for looking at this. cheers, Greg > From