From 3010402b472f7ce99d481315e7c3e00bca3f0eab Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 8 Jan 2012 12:40:38 +0100 Subject: [PATCH] org-e-latex: Support for sections * EXPERIMENTAL/org-e-latex.el (org-e-latex-section): New function --- EXPERIMENTAL/org-e-latex.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/EXPERIMENTAL/org-e-latex.el b/EXPERIMENTAL/org-e-latex.el index 31aa0bf49..6f7538f8e 100644 --- a/EXPERIMENTAL/org-e-latex.el +++ b/EXPERIMENTAL/org-e-latex.el @@ -1513,6 +1513,15 @@ CONTENTS is nil. INFO is a plist holding contextual information." (when value (format "\\begin{verbatim}\n%s\\end{verbatim}" value)))) +;;;; Section + +(defun org-e-latex-section (section contents info) + "Transcode a SECTION element from Org to LaTeX. +CONTENTS holds the contents of the section. INFO is a plist +holding contextual information." + contents) + + ;;;; Radio Target (defun org-e-latex-radio-target (radio-target text info)