[DONE] Re: [BUG] The latest org-fold feature breaks link :activate-func property

2022-04-28 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> I use extension >> [[https://repo.or.cz/org-link-beautify.git][org-link-beautify]] to display >> text-property beautify content on link. With >> latest org-mode source code on commit "1ed9e4223", I got this error which >>

Re: master 4a1f69ebca 2/2: Use (TICKS . HZ) for current-time etc.

2022-04-28 Thread Paul Eggert
On 4/27/22 09:55, Stefan Monnier wrote: Instead of rounding the times to whole seconds, wouldn't it make more sense to check that the difference is larger than 1s? org-file-newer-than-p is intended to work on filesystems like HFS+ that store just the seconds part of the last-modified time.

Re: [BUG] org-fold-core-style 'text-properties interprets Org link syntax in code blocks too

2022-04-28 Thread Kaushal Modi
On Thu, Apr 28, 2022 at 10:44 AM Ihor Radchenko wrote: > I am not going to fix this just yet unless it is critical. It does not > look like this bug is common. It's not time-critical, but it would be good to fix this bug. It's not just the Org link syntax.. any Org markup is fontified inside

Re: Bug in orgalist mode's advice on indent-according-to-mode

2022-04-28 Thread Eric Abrahamsen
Tim Cross writes: > Eric Abrahamsen writes: > >> In Emacs commit f596f0db82c0b1ff3fe8e8f1d8b07d2fe7504ab6, from Nov 2021, >> the function `indent-according-to-mode' was given an optional >> inhibit-widen argument. That argument being passed causes orgalist's >> advice to fail, as the lambda

Re: [Q] How to get all the properties of the current subtree?

2022-04-28 Thread Ihor Radchenko
Rodrigo Morales writes: > My question is: How to get all the properties (inherited properties > included) of the current subtree? In the example shown below, I would > expect the following result You would need to collect property names by running org-entry-properties on current heading, it's

Re: [BUG] org-fold-core-style 'text-properties interprets Org link syntax in code blocks too

2022-04-28 Thread Ihor Radchenko
Kaushal Modi writes: > With the default value of the new org-fold-core-style, if I have a > snippet like below: > > #+begin_src toml > [[asdf]] > #+end_src > > The brackets around asdf get hidden. ([[asdf]] is TOML syntax for maps > or array of tables: https://toml.io/en/v1.0.0#array-of-tables)

Re: [BUG] org-mode #+SETUPFILE not working with properties [9.5.2 (release_9.5.2-378-g98588e @ /home/eros/src/org-mode/lisp/)]

2022-04-28 Thread Ihor Radchenko
Eros Zaupa writes: > I would like to move the properties drawer to a separate file and import it > into the main one. To do so I'm using the `#SETUPFILE` property suggested > [here][1], but this doesn't seem to work. Confirmed. Though I am not 100% sure. Org is indeed ignoring top-level

Re: log-done and org-after-todo-state-change-hook

2022-04-28 Thread Ihor Radchenko
Florian Lindner writes: > I have an org-todo-keywords like "DONE(d!)" which logs a time stamp > everytime that todo is reached. > > I also use org-after-todo-state-change-hook to copy that node somewhere > else, as soon as it is finished. > > My problem now is that the logging seems to happen

Re: [BUG] Documentation errata [9.5.2 (release_9.5.2-25-gaf6f12 @ /usr/share/emacs/28.1/lisp/org/)]

2022-04-28 Thread Ihor Radchenko
Alessandro Bertulli writes: > I think this is a typo to be corrected in the Manual. Is this the right > place to make such a suggestion? > > Thanks in advance to all and I apologize if this is not the right way to > submit an errata. Thanks for the suggestion! Emailing Org mailing list is the

Re: [PATCH] Add :noweb-prefix and :noweb-trans babel header arguments

2022-04-28 Thread Ihor Radchenko
Sébastien Miquel writes: > The attached patch adds support for two new babel header arguments: > =:noweb-prefix= and =:noweb-trans=. > > =:noweb-prefix= can be set to =no= to disable the noweb prefix > behaviour, where prefix characters are repeated when expanding a > multiline noweb reference.

Link display not working for orgroam links as items in enumeration

2022-04-28 Thread c . buhtz
- [[id:8adf8391-5aa7-40d7-bedf-4a794dc228b2][Galvin (2017) Adverse outcomes in older adults attending emergency departments. a systematic review and meta-analysis of the

Re: [BUG] The latest org-fold feature breaks link :activate-func property

2022-04-28 Thread Tim Cross
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> I use extension >> [[https://repo.or.cz/org-link-beautify.git][org-link-beautify]] to display >> text-property beautify content on link. With >> latest org-mode source code on commit "1ed9e4223", I got this error which >>

Re: [BUG] The latest org-fold feature breaks link :activate-func property

2022-04-28 Thread Ihor Radchenko
"Christopher M. Miles" writes: > I use extension > [[https://repo.or.cz/org-link-beautify.git][org-link-beautify]] to display > text-property beautify content on link. With > latest org-mode source code on commit "1ed9e4223", I got this error which > displayed in the > attachment gif. I do

Re: Bug in orgalist mode's advice on indent-according-to-mode

2022-04-28 Thread Tim Cross
Eric Abrahamsen writes: > In Emacs commit f596f0db82c0b1ff3fe8e8f1d8b07d2fe7504ab6, from Nov 2021, > the function `indent-according-to-mode' was given an optional > inhibit-widen argument. That argument being passed causes orgalist's > advice to fail, as the lambda doesn't accept any