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 needs installing (or at least if the docstring for that
function coul
Dear list,
I would like to use Sage to build the text of a Graphviz program to
display some graph, then pass this program body to a dot code block.
The first step is easy. But I'm unable to accomplish the second one
becausethe program text (which is correct !) is wrapped in a pair of
quotes, on w
I don’t understand this advice. I went looking for the source for the Org
manual and found it IS written in Texinfo. This is version 8.2.10. Is
there a native Org mode manual written in Org? If so, please provide the
source location.
> On Mar 1, 2019, at 2:15 AM, Gregor Zattler wrot
Hi Robert,
* Robert Love [2019-03-02; 16:29]:
> I don’t understand this advice. I went looking for the source
> for the Org manual and found it IS written in Texinfo. This
> is version 8.2.10. Is there a native Org mode manual written
> in Org?
Yes since version 9 I think. It will be par
I've taken to typing scores and brief comments into an org table when
grading my students papers. In order to extract the scores and comments
for each individual student, I use orgtbl-aggregate as follows (the
student's nickname in this case is assumed to be "tophat", and the table
containing al
Christopher M. Miles 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"
>
On 2019-02-28 at 08:51 +0100, Cecil Westerhof wrote...
> I can set a checkbox to intermediate with:
> C-u C-u C-c C-x C-b
FYI, C-c C-c toggles boxes too. Shorter than C-c C-x C-b.
-k.
Nicolas Goaziou writes:
> Hello,
>
> Neil Jerram writes:
>
>> Do you mean Windows file names in existing Org files? I.e. the
>> back-compatibility concern?
>>
>> If so, yes, I confess I didn't think at all about back-compatibility,
>> with my suggestion above. So perhaps that rules my idea o
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"
#+end_src
So I added a simple patch to make