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 'delete-o

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 Rem

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

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

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

2007-09-07 Thread Tassilo Horn
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 a bit of time on his/her hand > could tak

[Orgmode] %A in 5.08 does nothing?

2007-09-07 Thread T. V. Raman
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. -- Best Regards, --raman Email: [EMAIL PROTECTED] WWW:http://emacspeak.sf.net/raman/ AIM:emacspeak GTalk: [EMAIL PROTECTED] PGP:

[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: org.el:247

[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 org-agenda-wi

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,

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 t

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

2007-09-07 Thread Bastien
Rainer Stengele <[EMAIL PROTECTED]> writes: > Thank you first of all - but: > > it does not work: these todos for example do not show: > > *** TODO empty TODO > *** TODO [#A] [Dongleproblem]: CV070907_002 V07.14 und CV070829_005 --8<---cut here---start->8--- (

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

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.

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

[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 http://lists.gnu.org/mailman/listin

[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: > >> Thank you first of all - but: >> >> it does not work: these todos for example do not show: >> >> *** TODO empty TODO >> *** TODO [#A] [Dongleproblem]: CV070907_002 V07.14 und CV070829_005 > > --8<---cut here-

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 wha

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 oper

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

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 woul

Re: [Orgmode] Using org-store-link in an indirect buffer

2007-09-07 Thread Carsten Dominik
Fixed, thanks. - Carsten On Sep 6, 2007, at 17:22, William Henney wrote: Currently, one cannot use org-store-link in an indirect buffer. The stack trace is given below. Would it be possible to fix this? Cheers Will Debugger entered--Lisp error: (error "Cannot link to a buffer which is not v

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] Feature request: navigate history of folding views

2007-09-07 Thread Carsten Dominik
On Sep 6, 2007, at 17:00, William Henney wrote: Perhaps there are other ways to achieve what I want. Here is a common scenario where I have felt that a history of folding states would be useful: Say I am working on two or three small parts of a large org file. The rest of the file is folded. A

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

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

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

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 trac

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

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 in

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