[Orgmode] bug: keymap interference with calc

2007-03-26 Thread Thomas Baumann
Hi Carsten and others there seems to be an interference with the way org-mode captures DEL. This happens with emacs 22.0.96 strated with emacs -Q Load org, visit an org-buffer, load and start calc, in the calc buffer backspace is bound to DEL (translated from ) runs the command delete-backward-

Re: [Orgmode] org-mode and longlines-mode (especially tables)

2007-03-26 Thread Carsten Dominik
Turns out you cannot advise insert because the byte-compiler treats it in a special way. So this will only work if you do not compile org.el to org.elc. If you remove org.elc and also any internal org.elc Emacs might be distributed with, then the advice will work - but you have to pay a speed pe

Re: [Orgmode] Re: Org-mode 4.69

2007-03-26 Thread Carsten Dominik
On Mar 22, 2007, at 17:45, Jason F. McBrayer wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: On Mar 22, 2007, at 16:21, Jason F. McBrayer wrote: I'm not sure what would be better. But this reminds me that we need a tty compatibility binding for org-shiftcontrolright and org-shiftcontrolle

[Orgmode] Another question on remember templates

2007-03-26 Thread Leo
Hello Carsten and list, Remember templates now support headings such as this: (?i "* %^{Title}\n %i\n %a" "~/org/JOURNAL.org" "New Ideas") However one annoying issue is if I want to use the same file with different headings, I can't omit the file argument in the templates. Do you think we

Re: [Orgmode] org-mode and longlines-mode (especially tables)

2007-03-26 Thread Carsten Dominik
H, the other day I had a working version, but you are right, what I posted does not work. I don't understand yet why - I'll be back about this. - Carsten On Mar 25, 2007, at 3:51, Mark Aufflick wrote: Damn - defadvice is way cool! I do similar AOP-style things in Perl, but nothing that

Re: [Orgmode] Re: questioning WAITING in agenda buffer

2007-03-26 Thread Carsten Dominik
On Mar 26, 2007, at 17:26, Leo wrote: On 2007-03-26, Carsten Dominik said: On Mar 25, 2007, at 12:24, Leo wrote: Hello Carsten and list, In the agenda dispatcher, there is this , | wTODO keyword : WAITING ` This is just an example for a custom agenda command, see the va

Re: [Orgmode] Re: What does C-c C-r do?

2007-03-26 Thread Carsten Dominik
On Mar 26, 2007, at 17:23, Leo wrote: On 2007-03-26, Carsten Dominik said: On Mar 25, 2007, at 10:51, Leo wrote: Dear all, I still haven't figured out what `C-c C-r' does. Can someone give me an example to see the effect of C-c C-r? Thanks in advance. 1. Set all context variables to nil:

[Orgmode] Re: questioning WAITING in agenda buffer

2007-03-26 Thread Leo
On 2007-03-26, Carsten Dominik said: > On Mar 25, 2007, at 12:24, Leo wrote: > >> Hello Carsten and list, >> >> In the agenda dispatcher, there is this >> , >> | wTODO keyword : WAITING >> ` >> > > This is just an example for a custom agenda command, see the > variable `org-agenda

[Orgmode] Re: What does C-c C-r do?

2007-03-26 Thread Leo
On 2007-03-26, Carsten Dominik said: > On Mar 25, 2007, at 10:51, Leo wrote: > >> Dear all, >> >> I still haven't figured out what `C-c C-r' does. Can someone give me >> an example to see the effect of C-c C-r? Thanks in advance. > > 1. Set all context variables to nil: > > (setq org-show-hierarch

Re: [Orgmode] What does C-c C-r do?

2007-03-26 Thread Carsten Dominik
On Mar 25, 2007, at 10:51, Leo wrote: Dear all, I still haven't figured out what `C-c C-r' does. Can someone give me an example to see the effect of C-c C-r? Thanks in advance. 1. Set all context variables to nil: (setq org-show-hierarchy-above nil org-show-following-heading nil

Re: [Orgmode] questioning WAITING in agenda buffer

2007-03-26 Thread Carsten Dominik
On Mar 25, 2007, at 12:24, Leo wrote: Hello Carsten and list, In the agenda dispatcher, there is this , | wTODO keyword : WAITING ` This is just an example for a custom agenda command, see the variable `org-agenda-custom-commands'. But I guess you are right, it should prob