all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Replace EMAIL keyword by some LaTeX command
@ 2013-10-14  8:20 Xavier Garrido
  2013-10-15  0:11 ` Rasmus
  0 siblings, 1 reply; 4+ messages in thread
From: Xavier Garrido @ 2013-10-14  8:20 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Dear Orgers,

I would like to use the EMAIL keyword from an orgmode file and translate 
it into a LaTeX command I have defined. To understand what I would like 
to achieve is to have an org mode file with

#+BEGIN_SRC org
#+TITLE:  LaTeX test
#+AUTHOR: toto
#+EMAIL:  toto@toto.org
#+END_SRC

and to get it translated to LaTeX

#+BEGIN_SRC latex
\title{LaTeX test}
\author{toto}
\email{toto@toto.org}
#+END_SRC

I have defined my own =email= LaTeX command so I know it will work. The 
only point is that I do not know how to translate =#+EMAIL= org keyword 
into =\email= LaTeX command. Can a export filter do it ?

Thanks,
Xavier

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

end of thread, other threads:[~2013-10-15 19:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14  8:20 Replace EMAIL keyword by some LaTeX command Xavier Garrido
2013-10-15  0:11 ` Rasmus
2013-10-15  6:08   ` Xavier Garrido
2013-10-15 19:19   ` Marcin Borkowski

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.