emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: suvayu ali <fatkasuvayu+linux@gmail.com>
To: Tassilo Horn <tassilo@member.fsf.org>, emacs-orgmode@gnu.org
Subject: Re: Beamer export: Are handout notes possible?
Date: Wed, 7 Sep 2011 11:06:27 +0200	[thread overview]
Message-ID: <CAMXnza1eWeiu914UwbL89EKDviK_nH93Q5EDwCvmMuRBdP4dLA@mail.gmail.com> (raw)
In-Reply-To: <87zkig6aih.fsf@ucl.ac.uk>

Hi Eric and Tassilo,

On Wed, Sep 7, 2011 at 10:07 AM, Eric S Fraga <e.fraga@ucl.ac.uk> wrote:
> In any case, I think this will be very difficult to do directly, due to
> the reason you have already noted: org is an outliner at its heart!
>

If you had a heading like this:


* Text between frames               :ignoreheading:
Some notes for hadouts.


Then you could use something like the code snippet below in your
`org-export-preprocess-hook' to achieve that.


 (when (eq org-export-current-backend 'latex)
   ;; ignoreheading tag for bibliographies and appendices
   (let* ((tag ":ignoreheading:"))
     (org-map-entries (lambda ()
     		   (delete-region (point-at-bol) (point-at-eol)))
     		 tag)))

-- 
Suvayu

Open source is the future. It sets us free.

      reply	other threads:[~2011-09-07  9:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-07  6:23 Beamer export: Are handout notes possible? Tassilo Horn
2011-09-07  7:57 ` Rasmus
2011-09-07  8:04 ` Carsten Dominik
2011-09-07  9:05   ` Tassilo Horn
2011-09-07  9:23     ` Eric S Fraga
2011-09-07  9:26       ` Carsten Dominik
2011-09-07  9:55         ` Tassilo Horn
2011-09-07  9:57         ` Eric S Fraga
2011-09-07 10:14           ` Carsten Dominik
2011-09-07 15:29             ` Eric S Fraga
2011-09-07  8:07 ` Eric S Fraga
2011-09-07  9:06   ` suvayu ali [this message]

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=CAMXnza1eWeiu914UwbL89EKDviK_nH93Q5EDwCvmMuRBdP4dLA@mail.gmail.com \
    --to=fatkasuvayu+linux@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=tassilo@member.fsf.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 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).