At the moment org-element-adopt-elements always appends the new elements
after the elements original children. In many cases one might want to
append before the original children.
I want to propose adding an argument to org-element-adopt-elements that
defines if the elements should be added befo
Hi everyone,
When exporting an .org file to LaTeX, is it possible to name the sections in
the exported .tex file *not* according to the corresponding headlines in the
.org file, but instead according to the respective sections' CUSTOM_ID ?
For example, there might be an equivalent to the %s ope
Hi Robert,
> It seems the certificate for the web site expired. I managed to renew
> the certificate, so everything should work again as expected.
>
> The automatic renewal of certificates doesn't work at the moment, so we
> might encounter the issue again in a couple of months.
>
> I'll try to f
Hi Cecil,
On Sat, 1 Sep 2018 12:38:54 +0200
Cecil Westerhof wrote:
> I have the following:
> #+BEGIN_SRC dot :file Graphviz/habitLoop.png :cmdline -Kfdp -Tpng
> digraph habitLoop {
> bgcolor = steelblue
> edge [penwidth = 4.0 ]
> node [fontcolor = white, fontsize = 60, style = filled
Hi,
On Sat, 01 Sep 2018 22:12:39 +1200
adam wrote:
> Am on Ubuntu 16.04, org-version is 8.2.10
>
> Export to PDF C-c C-e l o is working.
> However I wish finer grain LaTeX control.
>
>
> For Export to PDF to work, I needed pdftex
>
> So I followed one suggestion and installed
> su
Hi Cecil,
On Sat, 1 Sep 2018 11:12:57 +0200
Cecil Westerhof wrote:
> 2018-08-31 13:22 GMT+02:00 Robert Klein :
>
> > On Fri, 31 Aug 2018 12:24:33 +0200
> > Cecil Westerhof wrote:
> >
> > > 2018-08-31 11:17 GMT+02:00 Robert Klein :
> > >
> > > > Hi Cecil,
> > > >
> > > > On Fri, 31 Aug 2018
I have the following:
#+BEGIN_SRC dot :file Graphviz/habitLoop.png :cmdline -Kfdp -Tpng
digraph habitLoop {
bgcolor = steelblue
edge [penwidth = 4.0 ]
node [fontcolor = white, fontsize = 60, style = filled]
spur [pos = "4,4!" color = red]
habit [pos = "7,1!" color = darkgree
Am on Ubuntu 16.04, org-version is 8.2.10
Export to PDF C-c C-e l o is working.
However I wish finer grain LaTeX control.
For Export to PDF to work, I needed pdftex
So I followed one suggestion and installed
sudo apt-get install texlive-latex-extra
However Tex's tlmgr reports error
2018-08-31 13:22 GMT+02:00 Robert Klein :
> On Fri, 31 Aug 2018 12:24:33 +0200
> Cecil Westerhof wrote:
>
> > 2018-08-31 11:17 GMT+02:00 Robert Klein :
> >
> > > Hi Cecil,
> > >
> > > On Fri, 31 Aug 2018 10:47:50 +0200
> > > Cecil Westerhof wrote:
> > >
> > > > I have a strange problem with org-