Re: [Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-14 Thread Gary Oberbrunner
On Mon, Feb 14, 2011 at 10:14 AM, Matthew Sauer wrote: > Would this be the full list of variables? > Possible completions are: > org-export-allow-BIND org-export-author-info > org-export-babel-evaluate org-export-blocks > Awesome! That is perfect. -- -- Gary

Re: [Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-14 Thread Matthew Sauer
Would this be the full list of variables? Possible completions are: org-export-allow-BIND org-export-author-info org-export-babel-evaluate org-export-blocks org-export-blocks-postblock-hook org-export-blocks-witheld org-export-copy-to-kill-ring org-expo

Re: [Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-14 Thread Matthew Sauer
Question, would something like the following work? For .emacs ---start of .emacs --snip---snip---snip--- (setq load-path (append '("/home/usr/emacs/load/") load-path)) (setq load-path (append '("/home/usr/emacs") load-path)) (load "export-setup"

[Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-13 Thread Gary Oberbrunner
Yes, that's definitely what I'm looking for. If I get some time I may write a function to allow autoloading a setupfile-syntax version (just for consistency/simplicity), but given shortness of time I'll probably just track down the vars and set them in my .emacs. :-) thanks! On Sun, Feb 13, 2011

Re: [Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-13 Thread Bastien
Hi Gary, Dan Davison writes: > I believe it pointed you in the right direction. You need to (a) find > the variables that control the export behavior in question, and (b) set > those variables in your .emacs. I support this. Look for variables named org-export-* and set them appropriately in y

[Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-13 Thread Dan Davison
Gary Oberbrunner writes: > On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira > wrote: >> You can use auto-insert for this. > > I guess I'm really not using org-mode in the way it was intended -- > everyone thinks I should put these values into each one of my org-mode > files. Hi Gary,

[Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-10 Thread Dan Davison
Gary Oberbrunner writes: > First time poster on this list, but old-school Emacs user since 1982. And I > have to say, org-mode is amazing. I'm running current git master on emacs > 24.0.50.1 on Windows. > > I've put all my org-mode export template stuff into a setup file in my home > dir, and I