Re: [O] no beamer export?

2017-05-17 Thread Sebastian Christ
> "LF" == Luca Ferrari writes: LF> Hi all, LF> I'm running emacs 25.1.2 and I've no beamer export in the C-c C-e. LF> I've tried to include the directives: LF> #+LaTeX_CLASS: beamer LF> #+LaTeX_CLASS_OPTIONS: [presentation,smaller] LF> #+BEAMER_THEME: default LF>

Re: [O] Emacs hangs sometimes for no reason

2017-01-19 Thread Sebastian Christ
> "SL" == Samuel Loury writes: SL> For what it's worth, when this happens, I generally pkill SL> -SIGUSR2 emacs. emacs reacts to the USR2 signal by stopping SL> everything and start a lisp debugging session. From there, I SL> reset all the org caches with this command: SL

Re: [O] Emacs hangs sometimes for no reason

2017-01-15 Thread Sebastian Christ
> "NG" == Nicolas Goaziou writes: NG> You could try to set `org-element-use-cache' to nil and see if NG> the hangs disappear. I'll try this. Thank you very much. /src -- Sebastian (Rudolfo) Christ http://rudolfochrist.github.io GPG Fingerprint: 306D 8FD3 DFB6 4E44 5061

Re: [O] Emacs hangs sometimes for no reason

2017-01-15 Thread Sebastian Christ
> "SW" == Samuel Wales writes: SW> fwiw, i have had the element cache turned off since org 8 SW> because of intermittent bugs. i tried it on in org 9 maint SW> recently and it caused similar problems. so you might be SW> experiencing same. SW> funnily enough, it doesn't

[O] Emacs hangs sometimes for no reason

2017-01-14 Thread Sebastian Christ
Hi list, in the last couple weeks (perhaps months?) Emacs hangs for no specific reason for me. The single constant is, that when it hangs, it hangs while I'm in org-mode. This occurs on multiple circumstance as - changing the outline structure by demoting and promoting headline - when refiling -

Re: [O] writing letters using the latex letters class?

2016-12-08 Thread Sebastian Christ
On 2016-12-08 11:40, Stig Brautaset wrote: > It looks promising but I can't get it to work as I expect; is it > perhaps > not fully compatible with Org 9? No. It's working fine with Org 9. > After following the instructions on that page to the best of my > abilities, and using their exampl

Re: [O] writing letters using the latex letters class?

2016-12-08 Thread Sebastian Christ
On 2016-12-08 0:46, Stig Brautaset wrote: > That at least got me past the "Unknow LaTeX class 'letter'" error, but > it > doesn't produce a nice letter. I only get my lorem ipsum text. I can't > figure > out how to get the \begin{letter}{...} stuff inside the > \begin{document} part > autom

Re: [O] Any help on that bug?

2016-10-13 Thread Sebastian Christ
On 2016-10-13 21:6, Pierre-Henry Frohring wrote: > > Hi list! > Made a few lines of elisp that take one org-file and turns it into a static > website. > https://github.com/phfrohring/org-to-blog > > Since it is useful to me, I tried to share it. Someone tried, but some bug > occurre

Re: [O] Name of code pieces when exported to PDF

2016-09-27 Thread Sebastian Christ
On 2016-09-26 17:32, Nick Dokos wrote: >> #+caption: MainClass >> #+name: MainClass >> >> #+begin_src ... > That seems indeed to be necessary (at least in a few experiments that > I've run), but it's less than ideal (duplication of information). In this peculiar case, yes. But, at least fo

Re: [O] Name of code pieces when exported to PDF

2016-09-26 Thread Sebastian Christ
On 2016-09-26 18:48, claude fuhrer wrote: > \lstset{language=java,label=secondBlock,caption= ,captionpos=b,numbers=none} > \begin{lstlisting} > . > \end{lstlisting} > > But I wanted to have the "caption" filled with the same value as the > label. Is it possible ? > Yes, use caption!

Re: [O] blog refurbised: how is it in 2015 ?

2015-12-22 Thread Sebastian Christ
Hi Xavier, I'm using org-page (https://github.com/kelvinh/org-page) and I'm quite happy with it. Best, Sebastian

Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-12-08 Thread Sebastian Christ
BUMP ??? Best wishes, Sebastian

Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-11-12 Thread Sebastian Christ
Hi Kyle, you're completely right. This is a bug in the provided patch. I've thought I had submitted another patch to fix that, but it seems that it got lost somewhere on the interwebs. It took some time until I've realized this. I've submitted an new patch already. Thanks. -Sebastian

Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-11-12 Thread Sebastian Christ
>From a814380158de6185747975848533e3bd6e675afd Mon Sep 17 00:00:00 2001 From: Sebastian Christ Date: Thu, 12 Nov 2015 19:23:05 +0100 Subject: [PATCH] ox-extra.el: Fix filtering of latex header blocks * contrib/lisp/ox-extra.el (org-latex-header-blocks-filter): Use `org-element' API to find beginning, end

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Sebastian Christ
> On Wed, 11 Nov 2015 15:58:24 -0500, Matt Price said: > I meant INTERLEAVE_PDF. I just opened an issue: > https://github.com/rudolfochrist/interleave/issues/13 so who knows, > maybe... Sound like a good idea. I'm currently a little short on time,but perhaps I can look into that this

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Sebastian Christ
> On Wed, 11 Nov 2015 15:48:15 -0500, Kaushal Modi > said: > May be you can work with the interleave.el dev to add in your ideas > and code. I had worked with him to make interleave support pdf-tools > and it was a pleasure to work with him. You're so kind! It was also a pleasure

Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-11-10 Thread Sebastian Christ
> On Mon, 09 Nov 2015 01:30:23 -0500, Kyle Meyer said: >> * ox-extra.el (org-latex-header-blocks-filter): Use `org-element' API to >> find begin and end of latex header blocks. Kyle> Kyle> s|ox-extra.el|contrib/lisp/ox-extra.el| Kyle> s/begin/beginning/ Kyle> Thanks. I'll change

Re: [O] Format of links in PDF beamer export

2015-10-20 Thread Sebastian Christ
Hi Loris, I put #+LATEX_HEADER: \hypersetup{colorlinks=true} in my org files and let hyperref do the styling. -- Sebastian > On Tue, 20 Oct 2015 15:01:57 +0200, "Loris Bennett" > said: > > Hi, > How can I control the appearance of link in a PDF beamer presentation. > >

Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-10-11 Thread Sebastian Christ
rom: Sebastian Christ Date: Fri, 9 Oct 2015 17:37:39 +0200 Subject: [PATCH] ox-extra.el: Fix filtering of latex header blocks * ox-extra.el (org-latex-header-blocks-filter): Use `org-element' API to find begin and end of latex header blocks. `org-latex-header-blocks-filter' still called `org-

[O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-10-09 Thread Sebastian Christ
Hi group, I'd like to provide a patch to ox-extra.el. `org-latex-header-blocks-filter' still calls `org-edit-src-find-region-and-lang' and raises therefore an undefined function error. Best wishes, Sebastian >From 34b76e06bda5739e433c95b451915c8b804a1733 Mon Sep 17 00:00:00 20