From: tsd@tsdye.com (Thomas S. Dye)
To: Peter Salazar <cycleofsong@gmail.com>
Cc: org-mode <emacs-orgmode@gnu.org>, Nicolas Goaziou <n.goaziou@gmail.com>
Subject: Re: exporting clock-in and clock-out times
Date: Thu, 15 Nov 2012 20:34:02 -1000 [thread overview]
Message-ID: <m14nkqgip1.fsf@tsdye.com> (raw)
In-Reply-To: <CAE+_6Txv1WabqJpxVGYwOw106wS8GAWY_TjggrrDga7VyAKhGg@mail.gmail.com> (Peter Salazar's message of "Fri, 16 Nov 2012 01:02:05 -0500")
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 <cycleofsong@gmail.com> 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 <n.goaziou@gmail.com>wrote:
>
>> Peter Salazar <cycleofsong@gmail.com> 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 <n.goaziou@gmail.com>
> wrote:
>
> Peter Salazar <cycleofsong@gmail.com> 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
prev parent reply other threads:[~2012-11-16 7:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-09 9:50 exporting clock-in and clock-out times Peter Salazar
2012-11-09 10:31 ` Giovanni Ridolfi
2012-11-09 10:38 ` Nicolas Goaziou
2012-11-09 16:58 ` Peter Salazar
2012-11-09 17:04 ` Nicolas Goaziou
2012-11-09 17:25 ` Peter Salazar
2012-11-09 17:50 ` Nicolas Goaziou
2012-11-09 18:03 ` Peter Salazar
2012-11-10 10:04 ` Peter Salazar
2012-11-10 10:33 ` Nicolas Goaziou
2012-11-10 17:03 ` Peter Salazar
2012-11-10 22:38 ` Nicolas Goaziou
2012-11-16 6:02 ` Peter Salazar
2012-11-16 6:34 ` Thomas S. Dye [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m14nkqgip1.fsf@tsdye.com \
--to=tsd@tsdye.com \
--cc=cycleofsong@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=n.goaziou@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).