Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9126017
export-org-to-beamer
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
721 B
Subscribers
None
export-org-to-beamer
View Options
#!/bin/bash
#
# this is horrible... quotes all around :-(
#
# but creating a temporary file like in
#
# cat > /tmp/export.$$ <<EOF
# (progn
# (require 'ox-beamer)
# (add-to-list 'org-beamer-environments-extra '("picblock" "P" "\\begin{picblock}%o{%h}" "\\end{picblock}"))
# (org-beamer-export-to-latex)
# )
# EOF
# /usr/bin/emacs $1 --batch --eval="(load-file \"/tmp/export.$$\")"
# rm /tmp/export.$$
#
# is horrible too :-(
#
/usr/bin/emacs
$1
--batch
--eval
=
"\
(progn \
(require 'ox-beamer) \
(add-to-list 'org-beamer-environments-extra '(\"picblock\" \"P\" \"\\\\begin{picblock}%o{%h}\" \"\\\\end{picblock}\")) \
(setq org-confirm-babel-evaluate nil) \
(org-beamer-export-to-latex) \
)"
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Jun 21 2025, 9:35 PM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3242839
Attached To
rMSLD Slides and presentation material
Event Timeline
Log In to Comment