Re: [O] Release Org 9.2.3

2019-04-02 Thread Samuel Wales
thank you! [i am still using 2 releases ago because i can't make an mwe for capture gratuitously inserting blank lines. but still.]

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

2019-04-02 Thread Nicolas Goaziou
Hello, stardiviner writes: > I found a simple and better solution to replace those. I use =rg (ripgrep)= to > search you mentioned escape characters "%20 %25 %5B %5D". I then use =wgrep= > on > results. I spend pretty long time to processing all links. There are about > 4 > links matched.

Re: [O] [ISSUE] links navigation not consistent behavior

2019-04-02 Thread Nicolas Goaziou
Hello, stardiviner writes: > For example, I have following Org content: > > #+begin_src org > ,*** TODO Figwheel [0/1] > > - [ ] https://www.youtube.com/watch?v=yUTxm29fjT4 :: I built a > Figwheel-inspired, hot code reloading experience for Clojure, with an eye > towards #datascience hacking

Re: [O] Regresssion in org-capture?

2019-04-02 Thread Nicolas Goaziou
Hello, Roland Everaert writes: > Since a few weeks, the following template didn't work anymore. > > (setq org-capture-templates > `(("b" "Add url to bookmarks DB" entry (file+headline > "~/org/private/bookmarks.org" "URLs") > "** %i\n" :immediate-finish t)) > ) > > Anytime I e

Re: [O] Python source block and :dir header arg

2019-04-02 Thread John Kitchin
That looks different than what I see in org 9.2.1, if it has changed then it might be a bug indeed. What I see is: (default-directory (or (and dir (file-name-as-directory (expand-file-name dir))) default-directory)) I think :mkdirp is only for tangling

[O] Regresssion in org-capture?

2019-04-02 Thread Roland Everaert
) Anytime I execute it I got this error: org-capture: Capture template ‘b’: Template is not a valid Org entry or tree Org-mode and Emacs version Org mode version 9.2.3 (9.2.3-elpa @ /home/roland/.emacs.d/elpa/org-20190402/) GNU Emacs 26.1 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.22.30

Re: [O] orgalist-mode: wrong indentation in message mode after recent change in emacs

2019-04-02 Thread Stefan Monnier
> Now that add-function sets indent-line-function to a custom closure, > however, (advice--cd*r indent-line-function) no longer returns > indent-relative and the workaround breaks. I think this qualifies as a problem in nadvice: the ad-hoc closure introduced to "redirect to the default-value" shou

Re: [O] Smart archiving of subtrees with parent headlines

2019-04-02 Thread Ken Mankoff
I'm not an advanced lisper so I hate to say "this seems like it should be easy" - it isn't for me. But while playing around with the default archive behavior (C-c C-x C-a OR C-c C-x C-s?), I notice that ":ARCHIVE_OLPATH: Testing/SomeTest Archive Project" is include in the archived item. So Org appe