Re: [PATCH] lisp/org-capture.el: Add hook & hook options to org-capture (Valentin Herrmann)

2022-02-08 Thread Ihor Radchenko
No Wayman writes: > I've implemented what you're proposing here (and much more) in a > package you may find useful a couple years ago. I pitched adopting > some of the ideas into org-mode proper and was willing to do the > work. My proposal was met with enthusiastic silence: > >

Re: the old "zsh:1: command not found: latexmk"

2022-02-08 Thread Tim Cross
bruce robertson writes: > I have the directory, /usr/local/texlive/2021/bin/universal-darwin, in .zshrc > & .zprofile > AND > in exec-path > Do I need to file a bug to get help? > > Thanks, > Bruce Have you verified latexmk is in one of those directories? What does the command which

Re: [PATCH v5 0/4] ox-texinfo: Define definition commands using description lists

2022-02-08 Thread Nicolas Goaziou
Hello, Jonas Bernoulli writes: > This fixes the small last minute defect in v4 and removes a mention > of an unused argument like you told me too. > > This also adds an export option to enable the "compact itemx" syntax > for all lists in a file. I mentioned that I would like to be able to >

Re: Shell SRC blocks under Windows

2022-02-08 Thread Matt
On Tue, 08 Feb 2022 04:47:04 -0500 H. Dieter Wilhelm wrote > Not yet, I'm still grappling with your message > <17ecbfb46e9.e16df906236239.6523271905911672...@excalamus.com> and > ob-shell.el. I'll come back to you when I'm through. Okay, feel free to let me know if something I

the old "zsh:1: command not found: latexmk"

2022-02-08 Thread bruce robertson
I have the directory, /usr/local/texlive/2021/bin/universal-darwin, in .zshrc & .zprofile AND in exec-path Do I need to file a bug to get help? Thanks, Bruce -- λέγει αὐτῷ Ἰησοῦς Ἐγώ εἰμι ἡ ὁδὸς καὶ ἡ ἀλήθεια καὶ ἡ ζωή· οὐδεὶς ἔρχεται πρὸς τὸν Πατέρα εἰ μὴ δι' ἐμοῦ. ΚΑΤΑ ΙΩΑΝΝΗΝ

Re: [PATCH] lisp/org-capture.el: Add hook & hook options to org-capture (Valentin Herrmann)

2022-02-08 Thread No Wayman
I've implemented what you're proposing here (and much more) in a package you may find useful a couple years ago. I pitched adopting some of the ideas into org-mode proper and was willing to do the work. My proposal was met with enthusiastic silence: https://www.github.com/progfolio/doct

Re: Request For Approval To Contribute To Org Mode

2022-02-08 Thread Samuel Banya
Thanks Corwin :) On Sun, Feb 6, 2022, at 2:35 PM, Corwin Brust wrote: > On Sun, Feb 6, 2022 at 1:28 PM Samuel Banya wrote: > > > > Hey there, > > > > I can't find my previous email thread, but I asked if anyone could approve > > my Sourcehub registration to be able to make commits to Org Mode's

Re: Org for non-users, part 2: `C-c C-e', a.k.a. `org-export-dispatch'

2022-02-08 Thread Ihor Radchenko
Eduardo Ochs writes: > On Mon, 7 Feb 2022 at 10:55, Ihor Radchenko wrote: > >> > What are the recommended ways to abort org-export-dispatch without >> > letting it destroy the "*Org Export Dispatcher*" window and its >> > buffer? >> >> You cannot. That window acts similarly to transient,

Export to ics file with retaining spaces

2022-02-08 Thread Dieter Faulbaum
I normally use this hook: before-save-hook (delete-trailing-whitespace time-stamp copyright-update) But this is not a good idea, if I use org-icalendar-export-to-ics, because the spaces at line ends are significant in an ics file. There is only a org-icalendar-after-save-hook (and not a

Re: Emacs-orgmode Digest, Vol 192, Issue 8

2022-02-08 Thread Tianshu Wang
Max Nikulin writes: > Thank you, such approach, unlike mine example, does not have code > duplication. On the other hand it loads org-protocol on any remote > command, not only for "files" representing org-protocol URIs. Maybe > defadvice in org-protocol.el should be changed by newer advice-add

Re: Shell SRC blocks under Windows

2022-02-08 Thread H. Dieter Wilhelm
Matt writes: > On Sun, 06 Feb 2022 12:51:49 -0500 H. Dieter Wilhelm > wrote > > Matt writes: > > > > > On Sat, 05 Feb 2022 17:22:29 -0500 Matt wrote > > > > > > > > > But I'm not sure if I'm halfway there with "sh"? I need to run the > > > > > following