From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: Suvayu Ali <fatkasuvayu+linux@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: export_file_name problem with new exporter
Date: Sat, 08 Dec 2012 12:13:30 +0100 [thread overview]
Message-ID: <m21uf0n6ed.fsf@top-wifi.irisa.fr> (raw)
In-Reply-To: <m28v98n7g5.fsf@top-wifi.irisa.fr> (Alan Schmitt's message of "Sat, 08 Dec 2012 11:50:50 +0100")
[-- Attachment #1: Type: text/plain, Size: 481 bytes --]
Alan Schmitt <alan.schmitt@polytechnique.org> writes:
> Well, replacing "org-e-beamer-publish-to-latex" by
> "org-e-latex-publish-to-latex" results in the same error. I looked at
> the code, and my problem was that ":include" expects a list, so I'm able
> to make this .
I forgot one word: "work".
> I'll try to see if adding beamer support is difficult.
It was trivial to add. Please find a patch attached.
Should I push this commit myself, or let someone else do it?
Alan
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-contrib-lisp-org-e-beamer.el-Publishing.patch --]
[-- Type: text/x-patch, Size: 1885 bytes --]
From ce787823cec892d8cfb8391145ae374adad7dc59 Mon Sep 17 00:00:00 2001
From: Alan Schmitt <alan.schmitt@polytechnique.org>
Date: Sat, 8 Dec 2012 12:09:22 +0100
Subject: [PATCH] * contrib/lisp/org-e-beamer.el (Publishing): added
publishing functions org-e-beamer-publish-to-latex and
org-e-beamer-publish-to-pdf
TINYCHANGE
---
contrib/lisp/org-e-beamer.el | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/contrib/lisp/org-e-beamer.el b/contrib/lisp/org-e-beamer.el
index bab655e..9333a7a 100644
--- a/contrib/lisp/org-e-beamer.el
+++ b/contrib/lisp/org-e-beamer.el
@@ -1145,6 +1145,33 @@ aid, but the tag does not have any semantic meaning."
(insert "#+COLUMNS: " org-e-beamer-column-view-format "\n"))
(insert "#+PROPERTY: BEAMER_col_ALL " org-e-beamer-column-widths "\n")))
+;;;###autoload
+(defun org-e-beamer-publish-to-latex (plist filename pub-dir)
+ "Publish an Org file to a Beamer presentation (LaTeX).
+
+FILENAME is the filename of the Org file to be published. PLIST
+is the property list for the given project. PUB-DIR is the
+publishing directory.
+
+Return output file name."
+ (org-e-publish-org-to 'e-beamer filename ".tex" plist pub-dir))
+
+;;;###autoload
+(defun org-e-beamer-publish-to-pdf (plist filename pub-dir)
+ "Publish an Org file to a Beamer presentation (PDF, via LaTeX).
+
+FILENAME is the filename of the Org file to be published. PLIST
+is the property list for the given project. PUB-DIR is the
+publishing directory.
+
+Return output file name."
+ ;; Unlike to `org-e-beamer-publish-to-latex', PDF file is generated
+ ;; in working directory and then moved to publishing directory.
+ (org-e-publish-attachment
+ plist
+ (org-e-latex-compile (org-e-publish-org-to 'e-beamer filename ".tex" plist))
+ pub-dir))
+
(provide 'org-e-beamer)
;;; org-e-beamer.el ends here
--
1.7.12
next prev parent reply other threads:[~2012-12-08 11:13 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-07 10:27 export_file_name problem with new exporter Alan Schmitt
2012-12-07 12:29 ` Suvayu Ali
2012-12-07 12:38 ` Alan Schmitt
2012-12-07 12:50 ` Suvayu Ali
2012-12-07 14:02 ` Alan Schmitt
2012-12-07 15:21 ` Suvayu Ali
2012-12-07 16:12 ` Alan Schmitt
2012-12-07 19:09 ` Suvayu Ali
2012-12-08 10:50 ` Alan Schmitt
2012-12-08 11:13 ` Alan Schmitt [this message]
2012-12-08 11:54 ` Suvayu Ali
2012-12-08 12:03 ` Achim Gratz
2012-12-09 10:12 ` Alan Schmitt
2012-12-09 11:04 ` Achim Gratz
2012-12-09 13:36 ` Suvayu Ali
2012-12-09 14:03 ` Jambunathan K
2012-12-09 16:33 ` Achim Gratz
2012-12-13 13:09 ` Nicolas Goaziou
2012-12-13 13:50 ` Alan Schmitt
2012-12-13 13:49 ` Nicolas Goaziou
2012-12-13 14:03 ` Alan Schmitt
2012-12-13 16:16 ` Nicolas Goaziou
2012-12-20 7:21 ` Alan Schmitt
2012-12-20 8:19 ` Achim Gratz
2012-12-20 8:22 ` Bastien
2012-12-20 9:00 ` Alan Schmitt
2012-12-13 18:03 ` Achim Gratz
2012-12-13 19:16 ` Alan Schmitt
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=m21uf0n6ed.fsf@top-wifi.irisa.fr \
--to=alan.schmitt@polytechnique.org \
--cc=emacs-orgmode@gnu.org \
--cc=fatkasuvayu+linux@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).