* feature request: export only body of document for LaTeX & beamer
@ 2020-05-27 12:51 Eric S Fraga
2020-05-27 13:31 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Eric S Fraga @ 2020-05-27 12:51 UTC (permalink / raw)
To: Emacs Org mode mailing list
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: feature request: export only body of document for LaTeX & beamer
2020-05-27 12:51 feature request: export only body of document for LaTeX & beamer Eric S Fraga
@ 2020-05-27 13:31 ` Nicolas Goaziou
2020-05-27 13:38 ` Eric S Fraga
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2020-05-27 13:31 UTC (permalink / raw)
To: Emacs Org mode mailing list
Hello,
Eric S Fraga <e.fraga@ucl.ac.uk> writes:
> 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
Isn't it what C-b is for in the export interface?
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: feature request: export only body of document for LaTeX & beamer
2020-05-27 13:31 ` Nicolas Goaziou
@ 2020-05-27 13:38 ` Eric S Fraga
0 siblings, 0 replies; 3+ messages in thread
From: Eric S Fraga @ 2020-05-27 13:38 UTC (permalink / raw)
To: Emacs Org mode mailing list
On Wednesday, 27 May 2020 at 15:31, Nicolas Goaziou wrote:
> Isn't it what C-b is for in the export interface?
Why am I not surprised... <blush> Yes, that looks like what I need/want!
Thank you.
--
: Eric S Fraga via Emacs 28.0.50, Org release_9.3.6-640-g9bc0cc
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-05-27 13:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-27 12:51 feature request: export only body of document for LaTeX & beamer Eric S Fraga
2020-05-27 13:31 ` Nicolas Goaziou
2020-05-27 13:38 ` Eric S Fraga
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).