all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* File local variables and export?
@ 2009-05-04 19:13 Jason Riedy
  2009-05-05  8:40 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Jason Riedy @ 2009-05-04 19:13 UTC (permalink / raw)
  To: emacs-orgmode

I'm trying to change org-export-latex-image-default-option to
"width=.7\\linewidth" in a file local variable.  It's set correctly as a
buffer local variable, and it's having no effect on the export.  My
guess is that the buffer-local property is stopping it as soon as
org-export-as-latex runs set-buffer.

I can smuggle the value in by adding an entry to org-export-plist-vars
referring to org-export-latex-image-default-option and pulling the value
from the plist, but that feels incorrect.

Am I missing something?  Or should I look into grabbing
buffer-local-variables before set-buffer and setting the variables in
the output buffer?

BTW, there's a typo in org-export-region-as-latex's docstring.  Replace
retunr with return...  That pops up in the docbook export, too. ;)

Jason

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-05-06  7:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-04 19:13 File local variables and export? Jason Riedy
2009-05-05  8:40 ` Carsten Dominik
2009-05-05 15:15   ` Jason Riedy
2009-05-06  7:25     ` Carsten Dominik

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.