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

2012-10-13 Thread Sebastien Vauban
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




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

2012-10-13 Thread Nick Dokos
Sebastien Vauban wxhgmqzgw...@spammotel.com 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
 
 



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

2012-10-12 Thread Thomas Moyer
So what would I need to do to use the new exporter?

-Tom

--
Thomas Moyer
tommo...@gmail.com



On Fri, Sep 21, 2012 at 12:21 PM, Bastien b...@altern.org wrote:

 Nicolas Goaziou n.goaz...@gmail.com writes:

  Thomas Moyer tommo...@gmail.com writes:
 
  I have a set of files that I put notes in that I would like to export
  to HTML. When I do this, I have configured everything to allow
  certain drawers to included in the export, but those drawers are put
  in pre blocks. Is there a way to convince the export mechanism to
  treat links inside drawers as links that need exported. I put a link
  in the drawer to another file and would like the link to work.
 
  This is not currently possible.
 
  The new HTML exporter (contrib/lisp/org-e-html.el) supports using a
  custom function to export drawers.  It is not easily usable for now,
  but maybe you can explore from there.
 
  AFAIU, the new exporter defaults to what the OP is asking for.

 Indeed, thanks for double-checking.

 --
  Bastien



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

2012-09-21 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes:

 Thomas Moyer tommo...@gmail.com writes:

 I have a set of files that I put notes in that I would like to export
 to HTML. When I do this, I have configured everything to allow
 certain drawers to included in the export, but those drawers are put
 in pre blocks. Is there a way to convince the export mechanism to
 treat links inside drawers as links that need exported. I put a link
 in the drawer to another file and would like the link to work.

 This is not currently possible.

 The new HTML exporter (contrib/lisp/org-e-html.el) supports using a
 custom function to export drawers.  It is not easily usable for now, 
 but maybe you can explore from there.

 AFAIU, the new exporter defaults to what the OP is asking for.

Indeed, thanks for double-checking.

-- 
 Bastien



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

2012-09-19 Thread Bastien
Hi Thomas,

Thomas Moyer tommo...@gmail.com writes:

 I have a set of files that I put notes in that I would like to export
 to HTML. When I do this, I have configured everything to allow
 certain drawers to included in the export, but those drawers are put
 in pre blocks. Is there a way to convince the export mechanism to
 treat links inside drawers as links that need exported. I put a link
 in the drawer to another file and would like the link to work.

This is not currently possible.

The new HTML exporter (contrib/lisp/org-e-html.el) supports using a
custom function to export drawers.  It is not easily usable for now, 
but maybe you can explore from there.

Best,

-- 
 Bastien



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

2012-09-19 Thread Nicolas Goaziou
Hello,

Bastien b...@altern.org writes:

 Thomas Moyer tommo...@gmail.com writes:

 I have a set of files that I put notes in that I would like to export
 to HTML. When I do this, I have configured everything to allow
 certain drawers to included in the export, but those drawers are put
 in pre blocks. Is there a way to convince the export mechanism to
 treat links inside drawers as links that need exported. I put a link
 in the drawer to another file and would like the link to work.

 This is not currently possible.

 The new HTML exporter (contrib/lisp/org-e-html.el) supports using a
 custom function to export drawers.  It is not easily usable for now, 
 but maybe you can explore from there.

AFAIU, the new exporter defaults to what the OP is asking for.


Regards,

-- 
Nicolas Goaziou



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

2012-09-12 Thread Thomas Moyer
I have a set of files that I put notes in that I would like to export to
HTML. When I do this, I have configured everything to allow certain drawers
to included in the export, but those drawers are put in pre blocks. Is
there a way to convince the export mechanism to treat links inside drawers
as links that need exported. I put a link in the drawer to another file and
would like the link to work.

Maybe I am using the wrong construct and should be using something other
than a drawer?

Thanks!

-Tom

--
Thomas Moyer
tommo...@gmail.com