emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* need help with complicated idea>send/export org header+content to email/other (for cooking in kitchen :) )
@ 2013-09-14  6:12 Xebar Saram
  2013-09-14 14:35 ` Eric S Fraga
  0 siblings, 1 reply; 2+ messages in thread
From: Xebar Saram @ 2013-09-14  6:12 UTC (permalink / raw)
  To: org mode

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

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?

thx alot in advance

z.

[-- Attachment #2: Type: text/html, Size: 850 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: need help with complicated idea>send/export org header+content to email/other (for cooking in kitchen :) )
  2013-09-14  6:12 need help with complicated idea>send/export org header+content to email/other (for cooking in kitchen :) ) Xebar Saram
@ 2013-09-14 14:35 ` Eric S Fraga
  0 siblings, 0 replies; 2+ messages in thread
From: Eric S Fraga @ 2013-09-14 14:35 UTC (permalink / raw)
  To: Xebar Saram; +Cc: org mode

Xebar Saram <zeltakc@gmail.com> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-14 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-14  6:12 need help with complicated idea>send/export org header+content to email/other (for cooking in kitchen :) ) Xebar Saram
2013-09-14 14:35 ` Eric S Fraga

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).