proposed additions to org-collector code

2021-08-30 Thread Charles Millar
First, I thank Slava Barinov for his proposed patch to appending a #+tblfm line to an org-collector table. Date: 17 Mar 2019 13:22:58 +0300 Message-ID: <87sgvl4wes@gmail.com> (raw) Attached is my, in all modesty named, cm-org-collector.el in which I have added code to prepend name and

Re: ob-lilypond.el doesn't generate midi files

2021-08-30 Thread Jonathan Gregory
Hi On 29 Aug 2021, Michael Maurer wrote: Yep, that's it. Modified ob-lilypond.el and recompiled it. Timidity works as helper, couldn't get vlc to work. Maybe the file ending should be modifiable via org-babel-lilypond-commands as well, or make ob-lilypond.el look for *.mid or *.midi. I'm

Re: Bug: Unable to follow links to org files using org-open-at-point when the link is located in a property drawer [9.4.4 (release_9.4.4 @ /home/sync0/.emacs.d/straight/build/org/)]

2021-08-30 Thread Ihor Radchenko
Carlos Alberto Rivera CarreƱo writes: > org-id-open: Cannot find entry with ID "1e705ded-0364-412d-bb01-02a99fc78694" I suspect that you did not create that link using built-in org functions. org-id uses heuristics to determine which files contain id targets. By default, Org only searches

Re: Testing if a scheduled date is prior to another date

2021-08-30 Thread Ihor Radchenko
Tim Landscheidt writes: > Before I wade through the various functions to build a con- > version chain, what is the best practice to compare time- > stamp values with dates? (And if there is an org-mode func- > tion that checks if the task at point is scheduled prior to > another date, I'd