From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Question about HTML export, drawers, and links Date: Sat, 13 Oct 2012 09:26:44 -0400 Message-ID: <7923.1350134804@alphaville> References: <87d31icmar.fsf@bzg.ath.cx> <871uhyf9xn.fsf@gmail.com> <877grn4a9r.fsf@bzg.ath.cx> <80d30myfoe.fsf@somewhere.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN1js-0002VP-DG for emacs-orgmode@gnu.org; Sat, 13 Oct 2012 09:26:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TN1jr-0000Pd-Bf for emacs-orgmode@gnu.org; Sat, 13 Oct 2012 09:26:48 -0400 Received: from g5t0007.atlanta.hp.com ([15.192.0.44]:1831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN1jr-0000PO-7p for emacs-orgmode@gnu.org; Sat, 13 Oct 2012 09:26:47 -0400 In-Reply-To: Message from "Sebastien Vauban" of "Sat, 13 Oct 2012 09:49:53 +0200." <80d30myfoe.fsf@somewhere.org> 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: emacs-orgmode@gnu.org Sebastien Vauban wrote: > Hi Thomas, > > Thomas Moyer wrote: > > So what would I need to do to use the "new exporter"? > > (require 'org-export) > IIUC, this is not needed any longer: each specific exporter below does a require on it. Nick > (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) > > and then use `C-c E' instead of `C-c C-e'. > > Best regards, > Seb > > -- > Sebastien Vauban > >