Re: [O] Carriage return in macro

2013-08-26 Thread Nicolas Goaziou
Hello, Timothy Aldrich wiskey5al...@gmail.com writes: I have a simple macro defined to simplify the inclusion of a style for odt-export. It looks like this: #+MACRO: HEADING #+ODT:text:p style-name=MyHeading$1/text:p and then to add this style to any text within the document, I simply call

Re: [O] [Babel] org-babel-execute-buffer gives different results than org-babel-exp-non-block-elements

2013-08-26 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com writes: If I understand correctly, I think :export both :results none should have the desired effect of executing the code block, not inserting the results, and keeping the code block itself in place. AFAICT, :export both :results none combination

Re: [O] Ignored in-buffer settings and after-export hook

2013-08-26 Thread Nicolas Goaziou
Hello, Daniel Gerber daniel.g.ger...@gmail.com writes: 2. Is the after-export hook gone with the new exporter framework? I used this to get the list of a project's exported files: (setq html-files-list () org-publish-after-export-hook (lambda ()

Re: [O] Ignored in-buffer settings and after-export hook

2013-08-26 Thread Daniel Gerber
Hi, On 26/08/2013 13:45, Nicolas Goaziou wrote: Hello, Daniel Gerber daniel.g.ger...@gmail.com writes: 2. Is the after-export hook gone with the new exporter framework? I used this to get the list of a project's exported files: (setq html-files-list ()

[O] don't show author and date on odt export?

2013-08-26 Thread Matt Price
Hi, I'm trying to figure out how best to tell org not to display my name and the date at the top of the page when it exports document. Currently, it seems I can do htis by setting #+OPTIONS: author:nil date:nil However, this also removes the relevant info from the file metadata. I would prefer

Re: [O] don't show author and date on odt export?

2013-08-26 Thread Matt Price
On Mon, Aug 26, 2013 at 2:49 PM, Matt Price mopto...@gmail.com wrote: I'm trying to figure out how best to tell org not to display my name and the date at the top of the page when it exports document. Currently, it seems I can do htis by setting #+OPTIONS: author:nil date:nil However, this

Re: [O] [PATH] [NEW EXPORTER] two slide backends for contrib

2013-08-26 Thread Matt Price
I just came across this, having missed it in February. Rick, I was wondering if you had thought about enabling some of deck.js's snazzier features -- transitions for text elements, for instance, like we see in the intro deck here: http://imakewebthings.com/deck.js/#intro I'm mostly asking