emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] need help with complicated idea>send/export org header+content t


From: Eric S Fraga
Subject: Re: [O] need help with complicated idea>send/export org header+content to email/other (for cooking in kitchen :) )
Date: Sat, 14 Sep 2013 15:35:43 +0100
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Xebar Saram <address@hidden> writes:

> Hi all and sorry about the complicated topic :)
>
> among the many many many things i use org for is to collect cooking recipes
> :)
>
> i have zero coding knowledge and my emacs understanding is limited :)
>
> what i basically wanted to ask is if anyone could show me a simple function
> (at least it seems like it should be simple ;-) to allow me to stand on a
> org heading (a single recipe) press a hotkey/issue a command and then have
> that header+content exported to pdf/html and emailed to a specific address
> so i can view it on my android tablet in kitchen while i cook :)
> is it to crazy?

You haven't said what version of org you are using.  Assuming you are up
to date, i.e. version 8, you can export a subtree to PDF by

   M-x org-export-dispatch RET C-s l p

you can then send the PDF to yourself however you wish.

Alternatively, if you use Emacs to send your emails, i.e. with
message-mode, the following two commands will do the job nicely, sending
an HTML message (not my choice normally):

M-x org-mime-subtree RET
M-x org-mime-htmlize RET
C-c C-c

HTH,
eric
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.1.1-17-gf76e8c




reply via email to

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