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" :
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 t
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 nee
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 with
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 ORG
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 settin
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 Charpen
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 curiou
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"
>