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 because
On Mon, Aug 26, 2013 at 2:49 PM, Matt Price 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 also remove
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 t
Hi,
On 26/08/2013 13:45, Nicolas Goaziou wrote:
Hello,
Daniel Gerber 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
Hello,
Daniel Gerber 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 () (add-to-list 'html-files-list
Hello,
Eric Schulte 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 doesn't seem to p
Hello,
Timothy Aldrich writes:
> I have a simple macro defined to simplify the inclusion of a style for
> odt-export. It looks like this:
>
> #+MACRO: HEADING #+ODT:$1
>
> and then to add this style to any text within the document, I simply call it
> like this:
>
> {{{HEADING( A really great h