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
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
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
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