Re: [PATCH v2] org-agenda: Use `window-max-chars-per-line' to calculate max text width

2022-04-24 Thread Ihor Radchenko
"N. Jackson" writes: > I have tested with your v2 patch applied to Org 9.5.3: > > 1. It fixes the two bugs I reported in this thread (with one or both fringes > off, Agenda wraps `auto' (right) aligned tags unnecessarily and wraps the > block > separator). > > 2. It also makes the Agenda

Re: [BUG] link abbreviations do not work inside property drawers [9.5.2 (release_9.5.2-38-g682ccd @ /home/ignacio/repos/emacs/lisp/org/)]

2022-04-24 Thread Ihor Radchenko
Ignacio Casso writes: > Link abbreviations do not work inside property drawers and are instead > confused with internal links. The following org file illustrates this > behavior. This is to be expected. org-open-at-point does the following: ;; No valid link at point. For convenience,

Re: how to exclude several single dates from a diary block

2022-04-24 Thread Ihor Radchenko
Rainer Thiel writes: > I use Org-Mode to schedule most everything, including my lectures > which typically are recurring events. I have learnt that I can > exclude a certain range of days or weeks where no lectures take place. > For this, I use: > > * TODO 12:15--13:45 Lecture: Aristotle >

Re: overlap between cite syntax and link activation

2022-04-24 Thread Ihor Radchenko
Nicolas Goaziou writes: >> It's the second of the two stoppers that John identified. >> >> He seems to have reported a related issue last August, but it slipped >> through the cracks. >> >> https://lists.gnu.org/archive/html/emacs-orgmode/2021-08/msg00303.html > A long-term solution would be to

Re: [PATCH] Fix inf-loop due to org-eldoc when point is in an org src block

2022-04-24 Thread Ihor Radchenko
Kaushal Modi writes: > The patches attached in this email fix the issue reported in > https://lists.gnu.org/r/emacs-orgmode/2022-04/msg00373.html. They are > based off the master branch of https://git.sr.ht/~bzg/org-contrib. > > patch 1: Minor cleanup in the function that I am touching for the

Re: [DRAFT][PATCH v2] org-encode-time compatibility and convenience helper

2022-04-24 Thread Max Nikulin
On 23/04/2022 15:25, Ihor Radchenko wrote: Max Nikulin writes: My patch requires more changes since the macro is just defined but not actually used. It does not fix the problem with "no DST" flag returned by some function in Org. I can prepare next patches, but I think it should be decided at

Re: overlap between cite syntax and link activation

2022-04-24 Thread Nicolas Goaziou
Hello, Ihor Radchenko writes: > A quick temporary fix could be like the attached. I don't think this is sufficient. As demonstrated by John Kitchin in its message from April 4, plain link with type "bare" bare:@key matches [cite/noauthor/bare:@key] > Or checking (org-element-context)

Re: [BUG] link abbreviations do not work inside property drawers [9.5.2 (release_9.5.2-38-g682ccd @ /home/ignacio/repos/emacs/lisp/org/)]

2022-04-24 Thread Ignacio Casso
Ihor Radchenko writes: > Ignacio Casso writes: > >> Link abbreviations do not work inside property drawers and are instead >> confused with internal links. The following org file illustrates this >> behavior. > > This is to be expected. org-open-at-point does the following: > >;; No

Thank you Re: [PATCH v2] org-agenda: Use `window-max-chars-per-line' to calculate max text width

2022-04-24 Thread N. Jackson
At 15:04 +0800 on Sunday 2022-04-24, Ihor Radchenko wrote: > > "N. Jackson" writes: > >> I have tested with your v2 patch applied to Org 9.5.3: >> >> 1. It fixes the two bugs I reported in this thread >> >> 2. It also makes the Agenda display properly after the font size >> has been altered with

Fwd: solved: how to exclude several single dates from a diary block (was: how to exclude several single dates from a diary block)

2022-04-24 Thread Rainer Thiel
Thank you very much, indeed, Ihor. diary-date was exactly the function I was looking for. Please allow me to report that in the meantime I have found a method that seems to suit my personal needs even better. You can use <%%(org-class 2022 04 11 2022 07 15 4 21 26)> to set every Thursday (4)

Agenda in Outline form?

2022-04-24 Thread David Masterson
Is it possible to setup a large (super-)agenda in outline form so that you can use the folding commands for focus in the Agenda view? -- David Masterson