emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] exporting clock-in and clock-out times


From: Thomas S. Dye
Subject: Re: [O] exporting clock-in and clock-out times
Date: Thu, 15 Nov 2012 20:34:02 -1000

Aloha Peter,

In general, make sure contrib/lisp is on your load path, require the
back-end you want to use, and (optionally) define a key stroke sequence
to launch org-export-dispatch.  You might have this in .emacs:

(setq load-path (cons "~/.emacs.d/src/org-mode/lisp" load-path))
(setq load-path (cons "~/.emacs.d/src/org-mode/contrib/lisp" load-path))
(require 'org-e-texinfo)
(define-key org-mode-map (kbd "C-c e") 'org-export-dispatch)

This is set up to use the texinfo back-end, but you might want
org-e-latex, org-e-html, or one of the others.

Then, when you want to export your Org document, use C-c e to see the
menu choices available from the back-ends you've required.

In my (limited) experience, and speaking generally, the back-ends are
already quite good. 

All the best,
Tom
 
Peter Salazar <address@hidden> writes:

> OK, I see a folder called contrib, but the documentation doesn't say
> anything about a new exporter.
>
> Inside contrib is a folder called elisp, which has org-export.el and
> export-export-generic.el. Is that the new exporter? How do I install it?
>
>
> On Sat, Nov 10, 2012 at 5:38 PM, Nicolas Goaziou <address@hidden>wrote:
>
>> Peter Salazar <address@hidden> writes:
>>
>> > Oh cool. How do I install the new exporter? I don't use git.
>>
>> You can use package.el, for example and install org-plus-contrib package
>> (new exporter is in contrib/ directory). See:
>>
>>   http://orgmode.org/elpa.html
>>
>> Regards,
>>
> OK, I see a folder called contrib, but the documentation doesn't say
> anything about a new exporter. 
>
>
> Inside contrib is a folder called elisp, which has org-export.el and
> export-export-generic.el. Is that the new exporter? How do I install
> it? 
>  
>
> On Sat, Nov 10, 2012 at 5:38 PM, Nicolas Goaziou <address@hidden>
> wrote:
>
>     Peter Salazar <address@hidden> writes:
>     
>     > Oh cool. How do I install the new exporter? I don't use git.
>     
>     
>     You can use package.el, for example and install org-plus-contrib
>     package
>     (new exporter is in contrib/ directory). See:
>     
>       http://orgmode.org/elpa.html
>     
>     Regards,
>     
>

-- 
Thomas S. Dye
http://www.tsdye.com



reply via email to

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