[Orgmode] Reveal Problem

2008-07-27 Thread srandby
I upgraded my org-mode to 6.06b which took care of the problem of showing undesired headlines after a search, but a new issue has arisen. Say I have the following text: * Grades ** Student 1 *** Exams :exams: Exam scores *** Homework :homework: Homework scores ** Student 2 *** Exams

Re: [Orgmode] Re: move org item

2008-07-27 Thread Manish
On Mon, Jul 28, 2008 at 9:22 AM, Bernt Hansen wrote: > Richard G Riley writes: > >> Sorry, but I cant see it in the manual (rubs eyes) but is it >> possible to move an item(s) from one org type/file to another file? >> >> e.g I have something in my generals "tasks" file and then want

[Orgmode] Re: move org item

2008-07-27 Thread Bernt Hansen
Richard G Riley <[EMAIL PROTECTED]> writes: > Sorry, but I cant see it in the manual (rubs eyes) but is it possible to > move an item(s) from one org type/file to another file? > > e.g I have something in my generals "tasks" file and then want to refile > it in my "emacs" org file. > > I realise I

[Orgmode] move org item

2008-07-27 Thread Richard G Riley
Sorry, but I cant see it in the manual (rubs eyes) but is it possible to move an item(s) from one org type/file to another file? e.g I have something in my generals "tasks" file and then want to refile it in my "emacs" org file. I realise I can refile to another category in the same file using C

Re: [Orgmode] Re: Displaying column titles in column view

2008-07-27 Thread Carsten Dominik
I do not know about cygwin, but things are working properly here (MacOS X, xemacs 21.4.20) - Carsten On Jul 27, 2008, at 2:30 PM, Steven E. Harris wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: What versions of Emacs and org-mode are you using? XEmacs version 21.4.21 (Cygwin) Org-mod

Re: [Orgmode] Re: Displaying column titles in column view

2008-07-27 Thread Manish
On Mon, Jul 28, 2008 at 6:34 AM, Steven E. Harris wrote: > Manish <[EMAIL PROTECTED]> writes: > >> Try this: >> >> , >> | :COLUMNS: %40ITEM(Task) %16Effort(Estimated Effort){+} >> ` > > Other than the second column being wider, it produced the same outcome. > >> Str

[Orgmode] Re: Displaying column titles in column view

2008-07-27 Thread Steven E. Harris
Manish <[EMAIL PROTECTED]> writes: > Try this: > > , > | :COLUMNS: %40ITEM(Task) %16Effort(Estimated Effort){+} > ` Other than the second column being wider, it produced the same outcome. > Strange. I did not see this when I tried your example. Which Emacs variant are you using? --

Re: [Orgmode] Problem with tags

2008-07-27 Thread srandby
Thanks for the solution. I believe that I am using an older version of org-mode. I will upgrade later, but setting the `org-show-following-heading' variable to nil will do for now. Scott Randby Carsten Dominik wrote: On Jul 27, 2008, at 10:22 AM, [EMAIL PROTECTED] wrote: When I do a tag sea

Re: [Orgmode] Re: Displaying column titles in column view

2008-07-27 Thread Manish
On Mon, Jul 28, 2008 at 3:14 AM, Steven E. Harris wrote: > > Here's the complete document: > > * Top > :PROPERTIES: > :COLUMNS: %40ITEM(Task) %Effort(Estimated Effort){+} > :END: > ** First > :PROPERTIES: > :Effort: 2 > :END: > ** Second > :PROPERTIES: >

[Orgmode] Re: Displaying column titles in column view

2008-07-27 Thread Steven E. Harris
Carsten Dominik <[EMAIL PROTECTED]> writes: > No that should happen automatic. Here's the complete document: * Top :PROPERTIES: :COLUMNS: %40ITEM(Task) %Effort(Estimated Effort){+} :END: ** First :PROPERTIES: :Effort: 2 :END: ** Second :PROPERTIES: :Effort: 3 :END: *

[Orgmode] Re: Displaying column titles in column view

2008-07-27 Thread Steven E. Harris
Carsten Dominik <[EMAIL PROTECTED]> writes: > What versions of Emacs and org-mode are you using? XEmacs version 21.4.21 (Cygwin) Org-mode version 6.06b -- Steven E. Harris ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

Re: [Orgmode] Problem with tags

2008-07-27 Thread Carsten Dominik
On Jul 27, 2008, at 10:22 AM, [EMAIL PROTECTED] wrote: When I do a tag search (C-c \), the headline containing the tag is displayed along with the next headline (which does not contain the tag I was searching for) at that level if there is one. I don't want the next headline displayed. How

Re: [Orgmode] Displaying column titles in column view

2008-07-27 Thread Carsten Dominik
On Jul 27, 2008, at 11:28 AM, Steven E. Harris wrote: The section on Column Attributes in the org manual¹ mentions that one can define a title for a column to be used as the "header text". Following Egli Christian's example², I defined a column format in a properties drawer as follows: ,---

[Orgmode] Displaying column titles in column view

2008-07-27 Thread Steven E. Harris
The section on Column Attributes in the org manual¹ mentions that one can define a title for a column to be used as the "header text". Following Egli Christian's example², I defined a column format in a properties drawer as follows: , | :COLUMNS: %40ITEM(Task) %Effort(Estimated Effort){+} `---

[Orgmode] Problem with tags

2008-07-27 Thread srandby
When I do a tag search (C-c \), the headline containing the tag is displayed along with the next headline (which does not contain the tag I was searching for) at that level if there is one. I don't want the next headline displayed. How do I adjust org-mode to stop displaying these undesired hea

Re: [Orgmode] Feature Request: property for the time part of a timestamp.

2008-07-27 Thread Jose Robins
Hi Carsten, Works beautifully! Thanks Jose Carsten Dominik wrote: Hi Robin, the function must return the string that you'd like to have inserted as the value in the column. For example, to get the time, use something like (untested) (defun my-org-column-cleaner (title value) (cond

Re: [Orgmode] Tutorial on Remember mode

2008-07-27 Thread Carsten Dominik
On Jul 27, 2008, at 3:43 AM, Richard G Riley wrote: Hi, Your notes prompted me to add the tags prompt into my templates - thanks for that. But something strange. I have a template thus: (?e "* %T %^{Title} %^g\n %i%?\n %a\n" "emacs.org" "Emacs") What happens i

Re: [Orgmode] Feature Request: property for the time part of a timestamp.

2008-07-27 Thread Carsten Dominik
Hi Robin, the function must return the string that you'd like to have inserted as the value in the column. For example, to get the time, use something like (untested) (defun my-org-column-cleaner (title value) (cond ((equal title "TIME") (if (and value (>= (length value) 20))

[Orgmode] some notes about installing org-mode on Sidux

2008-07-27 Thread Raimund Kohl-Füchsle
Hello all, I faced some problems with using remember and org-mode and first I didn't connect them with either remember nor org-mode but with my use of aptitude instead, which is completely wrong with Sidux (well, we all learn ... ) However, in the end I thought to just mention a few of my ex

Re: [Orgmode] Feature Request: property for the time part of a timestamp.

2008-07-27 Thread Jose Robins
Hi Carsten, Thank you so much. Here is a dumb question. What is the return value datatype and the value for the function? Right now I'm running edebug to trace what is going on there to figure this out Thanks, Jose Carsten Dominik wrote: If you get the latest git version, take a look at

Re: [Orgmode] Tutorial on Remember mode

2008-07-27 Thread Richard G Riley
Hi, Your notes prompted me to add the tags prompt into my templates - thanks for that. But something strange. I have a template thus: (?e "* %T %^{Title} %^g\n %i%?\n %a\n" "emacs.org" "Emacs") What happens is that when entering the note I see the template tags (boxq

[Orgmode] Tutorial on Remember mode

2008-07-27 Thread OldThunderbird
I have written a tutorial on how I use Remember mode at my office and home. I have included Lisp code and screen shots to illustrate the article. Naturally, I wrote the artice in org-mode and published it to HTML. The link is http://members.optusnet.com.au/~charles57/GTD/remember.html Comments