From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Question about HTML export, drawers, and links Date: Sat, 13 Oct 2012 09:49:53 +0200 Message-ID: <80d30myfoe.fsf@somewhere.org> References: <87d31icmar.fsf@bzg.ath.cx> <871uhyf9xn.fsf@gmail.com> <877grn4a9r.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Thomas, Thomas Moyer wrote: > So what would I need to do to use the "new exporter"? --8<---------------cut here---------------start------------->8--- (require 'org-export) (require 'org-e-ascii) ; if you want (require 'org-e-html) ; if you want ;; LaTeX back-end for Org generic export engine (require 'org-e-latex) (require 'org-e-beamer) ;; bind the new exporter dispatch to a key sequence (define-key org-mode-map (kbd "C-c E") 'org-export-dispatch) --8<---------------cut here---------------end--------------->8--- and then use `C-c E' instead of `C-c C-e'. Best regards, Seb -- Sebastien Vauban