Re: [O] [FEATURE] Make header argument :mkdirp yes work for other header arguments not just :tangle

2019-03-03 Thread stardiviner
Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> I hope ~:mkdirp~ header argument can also work for other related header >> arguments >> like ~:dir~, ~:file~ etc not just ~:tangle~. Like following example. >> >> #+begin_src sh :mkdirp yes :dir "data/code/mkdirp/dir" :file "test"

Re: [O] Positioning of Tags on Header ?

2019-03-03 Thread Nicolas Goaziou
Hello, David Masterson writes: > How does Org position the Tags on the Header line when it reads in an > Org file with Tags? It seems that the Tags move from time to time and > that can actually cause the file to be viewed as "changed" by the change > control system (CVS). I would've thought

Re: [O] Bug: link to gnuplot [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/kiwibird/.emacs.d/elpa/org-9.1.14/)]

2019-03-03 Thread Nicolas Goaziou
Hello, Kevin Brubeck Unhammer writes: > When I do > > C-c " g > > or > > M-x org-plot/gnuplot > > I get > > org-plot/gnuplot: Cannot open load file: No such file or directory, > gnuplot > > It'd be nice if org-plot/gnuplot could instead `message' me a link to > the package that

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-03 Thread Kyle Meyer
Nikolay Kudryavtsev writes: > Am I reading it correctly that C-c C-x C-r is no longer a valid > keybinding? Yes, the binding was removed in 34b71a0ca (Add a dispatcher command for inserting dynamic blocks, 2018-12-23). > Is this the reason why it now behaves so stupidly, creating > a block

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-03 Thread Nikolay Kudryavtsev
Am I reading it correctly that C-c C-x C-r is no longer a valid keybinding? Is this the reason why it now behaves so stupidly, creating a block with :scope file and asking for that file? Can someone point me to a discussion of that change? Manual is still not updated about it and nothing in

Re: [O] Supporting Exchange calendars in org-mac-iCal.el

2019-03-03 Thread Stelian Iancu
Hi Norman, I would be interested in this functionality. Thanks, Stelian On 22.02.19 16:10, Norman Walsh wrote: Hi folks, I don’t know if anyone else is using org-mac-iCal[*], but I find it useful. (I find it convenient to have calendar appointments in my agenda view.) In the course of

Re: [O] Babel: how to get rid of the quotes wraping the result of a Sagemath code block ?

2019-03-03 Thread Emmanuel Charpentier
Ahem... It turns out that this was (partly) a pilot error, bound to the specifics of ob-sagemath. I still do not understand the impact of the raw and verbatim options of :results, but I'll come back later if the behaviou I got is indeed *really* buggy. Sorry for the noise... -- Emmanuel

Re: [O] [RFC] Fixing link encoding once and for all

2019-03-03 Thread Nicolas Goaziou
Hello, stardiviner writes: > Nicolas Goaziou writes: >> 3. There will be some backward compatibility issues. We can add >>a checker in Org Lint to catch most of those. For example, we could >>look at URI where every percent is followed only by 25, 5B, and 5D. > > About this, I'm

Re: [O] [FEATURE] Make header argument :mkdirp yes work for other header arguments not just :tangle

2019-03-03 Thread Nicolas Goaziou
Hello, stardiviner writes: > I hope ~:mkdirp~ header argument can also work for other related header > arguments > like ~:dir~, ~:file~ etc not just ~:tangle~. Like following example. > > #+begin_src sh :mkdirp yes :dir "data/code/mkdirp/dir" :file "test" :results > file link > echo "hello" >