emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] export to pdf tags showing


From: Nick Dokos
Subject: Re: [O] export to pdf tags showing
Date: Wed, 20 Jun 2012 16:01:41 -0400

address@hidden <address@hidden> wrote:

> > IIUC, this is only implemented in the new exporter: the old one remains
> > unchanged - yes?
> > 
> 
> The new and the old exporter. How is the new envoked?
> 

You have to do two things in your .emacs (or equivalent):

(require 'org-export)
(add-to-list 'load-path (expand-file-name "/path/to/org/contrib/lisp"))

where you have to change the path appropriately for your situation: the
second step allows the new exporter to pick up the new latex and html
backends (org-e-latex.el and org-e-html.el resp.)

You can then invoke the export dispatcher with

M-x org-export-dispatch

There is no key assigned to it yet (presumably it will sit under C-c C-e
eventually), but you can of course define your own binding for now.

Nick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]