emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Emacs Org mode mailing list <emacs-orgmode@gnu.org>
Subject: feature request: export only body of document for LaTeX & beamer
Date: Wed, 27 May 2020 13:51:25 +0100	[thread overview]
Message-ID: <87blm9bkxe.fsf@ucl.ac.uk> (raw)

Dear list,

would it be possible to incorporate something along these lines in
ox-latex.el (and ox-beamer.el):

#+begin_src emacs-lisp
  (defun headless-latex ()
    "exports to a .tex file without any preamble"
    (interactive)
    (org-latex-export-as-latex nil nil nil t nil)
    )
#+end_src 

[modified from snippet found on
https://stackoverflow.com/questions/8853312/how-can-i-make-org-mode-export-to-latex-with-a-specific-preamble
]

I find sometimes that I have to work with others on a LaTeX
document.  If I can, I prefer writing in org.  Being able to export just
the body of an org document to LaTeX makes it possible to use =\include=
in LaTeX to bring in the section I have written.  The code above will
create what I need but it exports to a buffer, not a file, and is not
accessible via the export interface.

It would be good to have this on C-c C-e l d (for document) and D (for
beamer equivalent) or similar (I'm not particular about actual binding).

My elisp-fu is not up to scratch for something like this.

Thank you,
eric

-- 
: Eric S Fraga via Emacs 28.0.50, Org release_9.3.6-640-g9bc0cc


             reply	other threads:[~2020-05-27 13:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-27 12:51 Eric S Fraga [this message]
2020-05-27 13:31 ` feature request: export only body of document for LaTeX & beamer Nicolas Goaziou
2020-05-27 13:38   ` Eric S Fraga

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=87blm9bkxe.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --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 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).