[Orgmode] cannot run makefile on mac os x tiger

2008-09-22 Thread Samuel Wales
Both the default emacs (21) and carbon emacs (22) do not work in the makefile. Does anybody know of an easy workaround? Thanks. /opt/local/bin/emacs -batch -q -eval "(progn (add-to-list (quote load-path) (expand-file-name \"./lisp/\")) (add-to-list (quote load-path) \"/usr/local/share/emacs/site

[Orgmode] Re: cannot run makefile on mac os x tiger

2008-09-22 Thread Samuel Wales
Apologies. Works better from a shell that is not inside emacs. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: org-export-sweave

2008-09-22 Thread Austin Frank
On Thu, Sep 18 2008, Carsten Dominik wrote: > These regular expressions are incorrect. \\s- is the way to denote > whitespace. However, since that also includes newlines, I prefer to > write "[ \t]" in such cases. Carsten-- Thanks for the tip. I now to get dumped into r-mode correctly when I h

[Orgmode] Re: org-export-sweave

2008-09-22 Thread Carsten Dominik
Hi Austin, try starting the second regular expression (the one denoting the end line) with \n. In this way, the \n remains outside the narrowed region. See for example how the +#begin_html line does it, just above you own code. Maybe you only looked at the #+begin_example, where I made