[Orgmode] Bug: table calculation broken again

2007-11-01 Thread Thomas Baumann
Hi Carsten and others who might help, I thought this had been solved in between but somehow |+--++--+| | 26.10.2007 | Cost | 68 | 0.30 | 110.40 | |+--++--+| || Sum || | 110.40 | #+TBLFM:

[Orgmode] void-function remember-buffer

2007-11-01 Thread Leo
Hi there, I am getting an error in latest Emacs CVS as follows. Does anyone have a fix? Debugger entered--Lisp error: (void-function remember-buffer) remember-buffer() funcall(remember-buffer) (let ((org-note-abort t)) (funcall org-finish-function)) (if (not org-finish-function)

[Orgmode] Include other files?

2007-11-01 Thread Richard G Riley
Due to permissions and security issues I wish to spread my tasks over separate files. Is it possible to maybe include header files which have to org directives? e.g I might like to share the following between two different org files: common.inc: #+SEQ_TODO: TODO(t) WAITING(w@) INPROGRESS(p@)

[Orgmode] multiple authors in html export:

2007-11-01 Thread T. V. Raman
#+AUTHOR: a,b produces the right thing. However #+EMAIL:[EMAIL PROTECTED],[EMAIL PROTECTED] produces a single mailtoURL that is incorrect --- how does one create multiple EMAIL links? Creating multiple #+EMAIL: lines ends up picking the last one. -- Best Regards, --raman Email:

[Orgmode] Re: void-function remember-buffer

2007-11-01 Thread Michael Olson
Leo [EMAIL PROTECTED] writes: Hi Bastien, On 2007-11-01 17:31 +, Bastien wrote: Leo [EMAIL PROTECTED] writes: Apparently, remember.el bundled with Emacs CVS has been changed. And the function 'remember-buffer' is no more. Did you explicitely required the remember.el package somewhere