emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Question about HTML export, drawers, and links


From: Sebastien Vauban
Subject: Re: [O] Question about HTML export, drawers, and links
Date: Sat, 13 Oct 2012 09:49:53 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (windows-nt)

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




reply via email to

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