[O] Changing the face of the capture template ?

2019-07-28 Thread Jean-Christophe Helary
Sorry for asking such a beginner question. I'm using a non monospace font for my daily work and I'd like to have the capture template buffer be in monospace. How do I do that ? Jean-Christophe Helary --- http://mac4translators.blogspot.com

Re: [O] CUSTOM_ID vs ID

2019-07-28 Thread David Masterson
Nicolas Goaziou writes: > Nathan Neff writes: > >> I've often been confused why org-mode has both a CUSTOM_ID >> and a ID property. I mean, why not just use one or the other name? > > Custom ID are user-defined, and only meaningful in the scope of the > document. Also, they may appear as-is

Re: [O] Bug: Saving and killing buffers with org-capture-refile and multiple agenda files [9.2.4 (9.2.4-11-g1c3eae-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190722/)]

2019-07-28 Thread Samuel Wales
for ehalth reasons unable to comprehend this, but incase it is useful will point out that i do o9nt need teh refile feature. i always refile, and then finalizet he acpture. which is a no-op. -- The Kafka Pandemic What is misopathy?

Re: [O] Links in Org-mode : Clunky

2019-07-28 Thread Ihor Radchenko
Dear Nathan, > Has anyone coded such a plugin or am I missing some cool Helm-fu? Not exactly the same, but see the code below. Note that the code does not support creating CUSTOM_ID. Instead, it silently creates an ID if it does not exist (see (org-id-get ... 'create)). The helm completion will

Re: [O] [RFC] Link-type for attachments, more attach options

2019-07-28 Thread Ihor Radchenko
Dear Gustav, Thanks for the update. For now, I fixed the problem for me with the following advice: #+begin_src emacs-lisp (define-advice org-attach-dir (:filter-return (dir) yant/org-attach-use-attach-dir-inheritance -100) "Use :ATTACH_DIR_INHERIT: property." (let

Re: [O] [RFC] Link-type for attachments, more attach options

2019-07-28 Thread Gustav Wikström
Hi Ihor, > -Original Message- > From: Ihor Radchenko > Sent: den 27 juli 2019 16:56 > To: Gustav Wikström ; Nicolas Goaziou > Cc: emacs-orgmode@gnu.org > Subject: Re: [O] [RFC] Link-type for attachments, more attach options > I just found that removing ATTACH_DIR_INHERIT broke my

[O] Bug: canceled capture operation results in demoted following heading when template ends with newline [9.2.4 (9.2.4-11-g1c3eae-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190722/)]

2019-07-28 Thread Gustavo Barros
Hi all, When the capture template ends with a newline character and the capture process is canceled, the following heading gets demoted. And it shouldn’t. Consider the following scenario. We have an agenda file with the following content: #+name: ~/org/agenda.org #+begin_src org ,*

[O] Bug: Saving and killing buffers with org-capture-refile and multiple agenda files [9.2.4 (9.2.4-11-g1c3eae-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190722/)]

2019-07-28 Thread Gustavo Barros
Hi all, I document here some behaviors of =org-capture-refile= which occur when settings involve multiple files as refile targets, with respect to saving and killing buffers. Most of them are designed to show some more integration between =org-capture= and =org-capture-refile= would be

Re: [O] export outside of emacs

2019-07-28 Thread Kaushal Modi
On Sun, Jul 28, 2019, 6:28 AM Luca Ferrari wrote: > Hi all, > how can I run emacs to export org-mode files from outside of Emacs? You just run with --batch. That starts "emacs -Q" in batch mode. If you need to load some elisp at that point to make your export work, you can pack all that in an

[O] export outside of emacs

2019-07-28 Thread Luca Ferrari
Hi all, how can I run emacs to export org-mode files from outside of Emacs? I would like to provide a Makefile or a script to automatically build PDFs (LaTeX and Beamer) out of my org file repository. Thanks, Luca

Re: [O] CUSTOM_ID vs ID

2019-07-28 Thread Nicolas Goaziou
Hello, Nathan Neff writes: > I've often been confused why org-mode has both a CUSTOM_ID > and a ID property. I mean, why not just use one or the other name? Custom ID are user-defined, and only meaningful in the scope of the document. Also, they may appear as-is when exported, e.g., as an

Re: [O] org-links for Gnus in imap with Gmail (for a convenient todo.org list)

2019-07-28 Thread Joseph Vidal-Rosset
Le sam. 27 juil. 2019 à 11:32:01 , Bob Newell a envoyé ce message: > Bonjour Josef, > > Je ne suis pas assez doué avec org-mode pour donner des conseils > expertes. Mais j'ai quand même une idée. Peut-être vous pouviez utiliser > 'advice' au lieu d'un 'hook' sur org-capture-finalize > > Par