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

[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: [EMAI

[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] switching between todo groups

2007-11-01 Thread Richard G Riley
I have #+SEQ_TODO: TODO(t) WAITING(w@) INPROGRESS(p@) | DONE(d) CANCELLED(x@) DELEGATED(l@) #+SEQ_TODO: TODO(t) | DONE(d) but C-S-right doesn't switch to the new group. The status line however shows it stays in "group 1/2" but I cant get it into group 2. The documentation states that its bett

[Orgmode] jumping to category

2007-11-01 Thread Richard G Riley
I have (setq org-remember-templates (quote ( (?t "* TODO %?\n %u\n %i\n %a\n" "~/org/todo.org" "Tasks") (?n "* %U %?" "~/org/notes.org" "Notes") (?f "* %U %^{Title}\n %i\n %a\n" "~/org/todo.org" "FaceBook") (?l "* %U %^{Title}\n %i\n %a\n" "~/org/t

[Orgmode] Re: void-function remember-buffer

2007-11-01 Thread Leo
Hi Bastien, On 2007-11-01 17:31 +, Bastien wrote: > Leo <[EMAIL PROTECTED]> writes: > >>> 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-fini

Re: [Orgmode] Re: void-function remember-buffer

2007-11-01 Thread Bastien
Leo <[EMAIL PROTECTED]> writes: >> 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) (call-interactively (quote show-branches)) >> (let

[Orgmode] Re: void-function remember-buffer

2007-11-01 Thread Leo
On 2007-11-01 16:09 +, Leo wrote: > 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-finis

[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) (call-int

[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: $5=$3*$4;%.2f::@2$5=vsum