Re: [O] [Discuss] make :tangle header argument respect :dir could save info typing

2019-03-19 Thread stardiviner
Sean O'Halpin writes: > Hi, > > =:dir= specifies the directory for code execution, i.e. when you hit =C-c > C-c= what is the environment in which the code is run? I know currently it specify directory for code execution. I'm saying whether consider extend =:dir= semantic for tangling too. Be

Re: [O] [PATCH] make 'org-at-date-range-p work like org-at-timestamp-p

2019-03-19 Thread Thomas Plass
Nicolas, thanks for taking care. But there's another thing. I don't know what I've done to my Org buffer, but what look like timestamps are a mixture of element types 'timestamp and 'planning. Anyway, 'org-at-timestamp-p returns nil for the 'planning timestamps. Which causes breakage. Please t

Re: [O] [PATCH] make 'org-at-date-range-p work like org-at-timestamp-p

2019-03-19 Thread Nicolas Goaziou
Hello, thu...@arcor.de (Thomas Plass) writes: > I don't know what I've done to my Org buffer, but what look like > timestamps are a mixture of element types 'timestamp and 'planning. > > Anyway, 'org-at-timestamp-p returns nil for the 'planning timestamps. > Which causes breakage. That behaviour

Re: [O] [PATCH] make 'org-at-date-range-p work like org-at-timestamp-p

2019-03-19 Thread Thomas Plass
Nicolas, thanks for taking care. But there's another thing. I don't know what I've done to my Org buffer, but what look like timestamps are a mixture of element types 'timestamp and 'planning. Anyway, 'org-at-timestamp-p returns nil for the 'planning timestamps. Which causes breakage. Please t

Re: [O] Open drawers ...

2019-03-19 Thread Sharon Kimble
Eric S Fraga writes: > On Monday, 18 Mar 2019 at 18:26, Sharon Kimble wrote: >> Is it possible to open all drawers of a file from one command please? >> >> Or to have them opened when the file is loaded up, either on restart >> of emacs or be manually opened, please? > > Put > > #+startup: showev

Re: [O] [Discuss] make :tangle header argument respect :dir could save info typing

2019-03-19 Thread Sean O'Halpin
Hi, =:dir= specifies the directory for code execution, i.e. when you hit =C-c C-c= what is the environment in which the code is run? =:mkdirp= forces creation of the directory for tangle output, i.e. when you =org-babel-tangle= where do you put the output source code? They are quite separate con

Re: [O] [PATCH] ob-core: Add edit-prep in org-babel-make-language-alias

2019-03-19 Thread Sebastian Miele
Nicolas Goaziou writes: > Could you provide a commit message for your patch? * lisp/ob-core.el (org-babel-make-language-alias): Add edit-prep to the list of defalias'ed functions. --- lisp/ob-core.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ob-core.el b/lisp

[O] org-notmuch: Improved tree support

2019-03-19 Thread Pierre Neidhardt
Hi, 1. `org-notmuch-store-link' does not allow to store links to email at point in tree view. Easy fix: --8<---cut here---start->8--- (defun org-notmuch-store-link () "Store a link to a notmuch search or message." - (when (eq major-mode 'notmuch-show-mode)

Re: [O] [ANN] Changes to link syntax

2019-03-19 Thread stardiviner
Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> So I have to consider a safer and larger method to upgrade link. I can't >> manually open every Org files and run linter on them. > > I already offered a function for replacing it in a file. You can wrap it > within a `dolist' on `d