all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yagnesh Raghava Yakkala <hi@yagnesh.org>
To: emacs-orgmode@gnu.org
Subject: org-e-beamer: Few queries
Date: Wed, 14 Nov 2012 09:14:40 +0900	[thread overview]
Message-ID: <87y5i5yr9r.fsf@yagnesh.org> (raw)

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


Hello,

I am trying to use new beamer exporter. I have few questions.

o) When trying to export emacs batch mode, it is asking for "Output file:"
(export script and setup file for batch process are attached)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: export.sh --]
[-- Type: text/x-sh, Size: 199 bytes --]

#!/bin/sh
# batch export

emacs -q --batch -l setup.el \
    -f org-e-beamer-export-to-latex org-beamer-template.org

pdflatex -interaction nonstopmode org-beamer-template.tex

# export.sh ends here

[-- Attachment #3: setup.el --]
[-- Type: application/emacs-lisp, Size: 685 bytes --]

[-- Attachment #4: Type: text/plain, Size: 621 bytes --]



--8<---------------cut here---------------start------------->8---
okhotsk19:~/git/org-beamer-template$ ./export.sh
Loading /home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-loaddefs.el (source)...
Output file:
--8<---------------cut here---------------end--------------->8---

By grepping sources, I get this.
grep -nH -e "Output file:" *.el
org-export.el:2759:		 "Output file: " pub-dir nil nil nil

couldn't figure out why it is failing.

o) I used to fold headers for convenience by giving an ARCHIVE tag. its not
working in the new exporter.

o) how to make two column frame. (see attached example, in old exporter)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #5: org-beamer-template.org --]
[-- Type: text/x-org, Size: 907 bytes --]

* setup                                                             :ARCHIVE:
#+TITLE: Ready made
#+AUTHOR: Yagnesh Raghava Yakkala
#+DATE: \today
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+OPTIONS: H:2
#+EXPORT_EXCLUDE_TAGS: noexport note

* Plain
** Place a figure
\centering
#+ATTR_LATEX: width=0.75\textwidth
#+CAPTION:
[[file:path/to/fig.jpg]]

* Two Columns
** one figures with bullets                                       :B_columns:
:PROPERTIES:
:BEAMER_env: columns
:END:
*** 0.4                                                          :B_column:
:PROPERTIES:
:BEAMER_env: column
:END:
- bullet one
- bullet two
*** 0.6                                                          :B_column:
:PROPERTIES:
:BEAMER_env: column
:END:
#+ATTR_LATEX: width=0.90\textwidth
#+CAPTION:
[[file:path/to/fig.jpg]]

* Third section                                                        :note:

[-- Attachment #6: Type: text/plain, Size: 114 bytes --]


Thanks.,
--
ఎందరో మహానుభావులు అందరికి వందనములు
YYR

             reply	other threads:[~2012-11-14  0:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-14  0:14 Yagnesh Raghava Yakkala [this message]
2012-11-14  0:59 ` org-e-beamer: Few queries Suvayu Ali
2012-11-14  1:28   ` Yagnesh Raghava Yakkala

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y5i5yr9r.fsf@yagnesh.org \
    --to=hi@yagnesh.org \
    --cc=emacs-orgmode@gnu.org \
    /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 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.