Re: [Orgmode] running remember with emacsclient - how to get a new frame

2007-09-07 Thread Jason F. McBrayer
Scott Jaderholm [EMAIL PROTECTED] writes: This is great. How would you make it so that the frame displays with remember as the only window ? I have this in my .emacs, which I didn't post before as it wasn't precisely relevant to the question asked: (add-hook 'remember-mode-hook

Re: [Orgmode] How to get a list of todos with no TAGS

2007-09-07 Thread Bastien
Rainer Stengele [EMAIL PROTECTED] writes: How to get the list of all todos with no TAGS? In-file view: `C-c C-v' runs the command org-show-todo-tree. Agenda view: `C-c a t' lists all TODO entries. -- Bastien ___ Emacs-orgmode mailing list

[Orgmode] Re: Two org-remember bugs in 5.07

2007-09-07 Thread Tassilo Horn
Carsten Dominik [EMAIL PROTECTED] writes: Hi Carsten, ,[ (info (org)Storing notes) ] | If the variable `org-adapt-indentation' is non-nil, the entire | text is also indented so that it starts in the same column as the | headline (after the asterisks). ` but that

[Orgmode] Re: How to get a list of todos with no TAGS

2007-09-07 Thread Rainer Stengele
Bastien schrieb: Rainer Stengele [EMAIL PROTECTED] writes: How to get the list of all todos with no TAGS? In-file view: `C-c C-v' runs the command org-show-todo-tree. Agenda view: `C-c a t' lists all TODO entries. C-c a t does not show a todo without a tag. I checked the

[Orgmode] next-line called in lisp code:

2007-09-07 Thread T. V. Raman
From building 5.08: emacs -batch -q -eval (add-to-list (quote load-path) \/usr/local/share/emacs/site-lisp\) -f batch-byte-compile org.el In org-columns-eval: org.el:14725:8:Warning: `next-line' used from Lisp code That command is designed for interactive use only In end of data:

[Orgmode] Org-mode and emacs frames

2007-09-07 Thread Martin Bealby
Hello all, I have just switched from planner-mode to org-mode but I am having difficulty keeping some of my older preferences. I prefer to work in a single emacs frame which is split vertically to give two columns. I would like org-mode to use only one of these columns. I have set

Re: [Orgmode] Feature request: navigate history of folding views

2007-09-07 Thread William Henney
Another option would be to expand on the abilities of org-goto. I just discovered that C-s works in the *org-goto* buffer, which is great. If C-c / would work there as well, that would just about have me covered. Even better with a key binding of just / That is, actually, a very good

Re: [Orgmode] Re: How to get a list of todos with no TAGS

2007-09-07 Thread Bastien
Rainer Stengele [EMAIL PROTECTED] writes: C-c a t does not show a todo without a tag. My fault. Its job is to show all TODO entries. This custom command will list all TODO entries (matching TODO as a TODO keyword) with no tags: (setq org-agenda-custom-commands '((x todo TODO

Re: [Orgmode] Two org-remember bugs in 5.07

2007-09-07 Thread Carsten Dominik
On Sep 5, 2007, at 18:08, Tassilo Horn wrote: Bug 2: The docs say ,[ (info (org)Storing notes) ] | If the variable `org-adapt-indentation' is non-nil, the entire | text is also indented so that it starts in the same column as the | headline (after the asterisks). ` but

[Orgmode] Re: How to get a list of todos with no TAGS

2007-09-07 Thread Rainer Stengele
Bastien schrieb: Rainer Stengele [EMAIL PROTECTED] writes: C-c a t does not show a todo without a tag. My fault. Its job is to show all TODO entries. This custom command will list all TODO entries (matching TODO as a TODO keyword) with no tags: (setq org-agenda-custom-commands

Re: [Orgmode] buffer-locale setting of locale for day names in time-stamps

2007-09-07 Thread William Henney
On 9/7/07, Carsten Dominik [EMAIL PROTECTED] wrote: On Sep 7, 2007, at 2:40, William Henney wrote: On 9/6/07, Bastien [EMAIL PROTECTED] wrote: William Henney [EMAIL PROTECTED] writes: Is there any way to have buffer-local (or file-local) setting of the locale. What about the

[Orgmode] Re: org priority cycling - removing priorities

2007-09-07 Thread Renzo Been
Yes, I agree, the same mis-typing also happens with me, so this woulb be a good option... Ciao, Renzo Rick Moynihan rick at calicojack.co.uk writes: It would be great if SHIFT-up/SHIFT-down would cycle through: [#A] [#B] [#C] _ - blank (i.e. no priority).

[Orgmode] Re: Org-mode version 5.08

2007-09-07 Thread Leo
On 2007-09-05 21:14 +0100, Leo wrote: On 2007-09-05 09:36 +0100, Carsten Dominik wrote: - There is now a separate interface for fast and directly setting a TODO keyword. This interface kicks in when you have configured keys for TODO keywords like #+SEQ_TODO: TODO(t)

[Orgmode] How to get a list of todos with no TAGS

2007-09-07 Thread Rainer Stengele
In order to find TODOs where I forgot to add a TAG: How to get the list of all todos with no TAGS? Rainer ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Navigation problem - 5.08

2007-09-07 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: You are the second person to report this problem. Unfortunately so far I cannot reproduce this problem. Thanks for providing a detailed test setup. Can you try again, start your emacs with `-q -l minimal.emacs' and then explain, key-by-key what you

Re: [Orgmode] Re: Two org-remember bugs in 5.07

2007-09-07 Thread Carsten Dominik
On Sep 7, 2007, at 16:02, Tassilo Horn wrote: Carsten Dominik [EMAIL PROTECTED] writes: Hi Carsten, Solutions: - Grab the script that was published here for local installation of the lates org-mode version with a single command. Ok, I'll do that. - Someone with Emacs write acces and

Re: [Orgmode] Org-mode and emacs frames

2007-09-07 Thread Bastien
Martin Bealby [EMAIL PROTECTED] writes: I prefer to work in a single emacs frame which is split vertically to give two columns. I would like org-mode to use only one of these columns. I used to work in such a vertical environment and I then had this in my .emacs: --8---cut

Re: [Orgmode] org priority cycling - removing priorities

2007-09-07 Thread Dmitri Minaev
On 9/6/07, Rick Moynihan [EMAIL PROTECTED] wrote: Every now and then I find myself mispressing SHIFT-up/SHIFT-down on an outline and assigning a priority to it. This then often leads me to navigating the point to the priority to delete it manually. This way I could easily undo the operation

Re: [Orgmode] %A in 5.08 does nothing?

2007-09-07 Thread Carsten Dominik
On Sep 7, 2007, at 15:42, T. V. Raman wrote: So the relevant line in the customize buffer for org-remember-templates looks like: * %A %i But the org-remember buffer I get is sadly empty. This will only be ion the upcoming version, you are assuming that I am faster that I really am. -

Re: [Orgmode] next-line called in lisp code:

2007-09-07 Thread Carsten Dominik
None of this is a problem. - Carsten On Sep 7, 2007, at 15:38, T. V. Raman wrote: From building 5.08: emacs -batch -q -eval (add-to-list (quote load-path) \/usr/local/share/emacs/site-lisp\) -f batch-byte-compile org.el In org-columns-eval: org.el:14725:8:Warning: `next-line' used from

Re: [Orgmode] org priority cycling - removing priorities

2007-09-07 Thread Carsten Dominik
On Sep 6, 2007, at 15:37, Rick Moynihan wrote: Every now and then I find myself mispressing SHIFT-up/SHIFT-down on an outline and assigning a priority to it. This then often leads me to navigating the point to the priority to delete it manually. It would be great if SHIFT-up/SHIFT-down

Re: [Orgmode] Feature Request: org-agenda-set-category

2007-09-07 Thread Carsten Dominik
On Sep 6, 2007, at 7:34, Bastien wrote: T. V. Raman [EMAIL PROTECTED] writes: Could we perhaps introduce a special property that is used by org-agenda to build the left column? What about: :PROPERTIES: :CATEGORY: general :ARCHIVE: archives:: :END: as a future replacement for

Re: [Orgmode] howto fine tune agenda view

2007-09-07 Thread Gijs Hillenius
On 6 Sep 2007, Gijs Hillenius wrote: -- Replying to my own post without quoting it: I should add, that I *now* understand this is a FAQ and it could potentially be solved by adding a timestamp instead of scedule/deadline. But all of my WRITE items come with deadlines... I believe (I'm

[Orgmode] Re: Two org-remember bugs in 5.07

2007-09-07 Thread Leo
On 2007-09-07 09:04 +0100, Carsten Dominik wrote: On Sep 5, 2007, at 18:08, Tassilo Horn wrote: Hi, I think I've discovered two problems with org's remember integration. Sadly I use 5.07 since 5.08 hasn't been incorporated Emacs trunk yet. Yes, synching up with Emacs costs me extra time

Re: [Orgmode] Two org-remember bugs in 5.07

2007-09-07 Thread Carsten Dominik
On Sep 5, 2007, at 18:08, Tassilo Horn wrote: Hi, I think I've discovered two problems with org's remember integration. Sadly I use 5.07 since 5.08 hasn't been incorporated Emacs trunk yet. Yes, synching up with Emacs costs me extra time since my development version lives on my computer,

Re: [Orgmode] blank lines and keystrokes for org remember templates

2007-09-07 Thread Carsten Dominik
The problem is that it is hard to see if a final newline in a remember buffer is meant to indicate an empty line or not. I will fix it in the following way: After exiting the remember buffer, Org-mode will add a newline *if there is none* and insert the resulting string into the outline tree.

Re: [Orgmode] Navigation problem - 5.08

2007-09-07 Thread Carsten Dominik
You are the second person to report this problem. Unfortunately so far I cannot reproduce this problem. Thanks for providing a detailed test setup. Can you try again, start your emacs with `-q -l minimal.emacs' and then explain, key-by-key what you do to get the error? Thanks for helping to

Re: [Orgmode] buffer-locale setting of locale for day names in time-stamps

2007-09-07 Thread Carsten Dominik
On Sep 7, 2007, at 2:40, William Henney wrote: Hi Bastien On 9/6/07, Bastien [EMAIL PROTECTED] wrote: William Henney [EMAIL PROTECTED] writes: Is there any way to have buffer-local (or file-local) setting of the locale. What about the #+LANGUAGE option? Yes, I use this option.

Re: [Orgmode] Two org-remember bugs in 5.07

2007-09-07 Thread John Wiegley
Carsten Dominik [EMAIL PROTECTED] writes: - Someone with Emacs write acces and a bit of time on his/her hand could take over the task of keeping the Emacs version up to date. Volunteers? I'll volunteer. It will simply be a copy and commit, right? John

Re: [Orgmode] Two org-remember bugs in 5.07

2007-09-07 Thread John Wiegley
John Wiegley [EMAIL PROTECTED] writes: - Someone with Emacs write acces and a bit of time on his/her hand could take over the task of keeping the Emacs version up to date. Volunteers? I'll volunteer. It will simply be a copy and commit, right? Org-mode 5.08 has been checked into Emacs

Re: [Orgmode] Two org-remember bugs in 5.07

2007-09-07 Thread Carsten Dominik
On Sep 7, 2007, at 22:02, John Wiegley wrote: Carsten Dominik [EMAIL PROTECTED] writes: - Someone with Emacs write acces and a bit of time on his/her hand could take over the task of keeping the Emacs version up to date. Volunteers? I'll volunteer. It will simply be a copy and commit,

Re: [Orgmode] Two org-remember bugs in 5.07

2007-09-07 Thread John Wiegley
Carsten Dominik [EMAIL PROTECTED] writes: Plus patching any changes that happend inside Emacs (usually nothing), and making me aware of those changes (sending me the diff?) The most recent changes were by you, so I'm assuming they were in 5.08. John

Re: [Orgmode] next-line called in lisp code:

2007-09-07 Thread T. V. Raman
Yes, I know it's not a problem, just pointed it out from a code-hygene point of view Carsten == Carsten Dominik [EMAIL PROTECTED] writes: Carsten None of this is a problem. - Carsten Carsten Carsten On Sep 7, 2007, at 15:38, T. V. Raman wrote: Carsten From building