Re: [Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-06 Thread Carsten Dominik
On Sep 7, 2009, at 6:57 AM, Mark Elston wrote: Melton Low wrote: Sorry I made a mistake. I only see it if I reverted org-mode back to 6.30d. Works fine with this morning's git pull. Hmm. Well, as it turns out, so does mine. Whatever the problem *was* it appears to have gone away now.

[Orgmode] Re: schedule tasks

2009-09-06 Thread PT
William Xu gmail.com> writes: > > Hi folks, > > I'm trying to do this: > > 1. schedule a TODO on THIS_DAY > 2. before THIS_DAY, don't show it in global todo list. So I have: > > (setq org-agenda-todo-ignore-scheduled t) > > 3. on(and after when not done) THIS_DAY, show it in

[Orgmode] schedule tasks

2009-09-06 Thread William Xu
Hi folks, I'm trying to do this: 1. schedule a TODO on THIS_DAY 2. before THIS_DAY, don't show it in global todo list. So I have: (setq org-agenda-todo-ignore-scheduled t) 3. on(and after when not done) THIS_DAY, show it in global todo list While, to my surprise, on THIS_DAY, t

Re: [Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-06 Thread Mark Elston
Melton Low wrote: Sorry I made a mistake. I only see it if I reverted org-mode back to 6.30d. Works fine with this morning's git pull. Hmm. Well, as it turns out, so does mine. Whatever the problem *was* it appears to have gone away now. Mark Mel On Sun, Sep 6, 2009 at 4:32 PM, Melto

Re: [Orgmode] representation of clients

2009-09-06 Thread Russell Adams
I'd suggest a file each. Agenda easily compiles schedules from multiple files. Remember mode as well. On Mon, Sep 07, 2009 at 05:20:24AM +0200, Richard Riley wrote: > > People using org-mode to maintain tasks, order, reminders , notes etc, > how do you represent clients? By a TAG? by a separate c

[Orgmode] representation of clients

2009-09-06 Thread Richard Riley
People using org-mode to maintain tasks, order, reminders , notes etc, how do you represent clients? By a TAG? by a separate category? Separate file? In my case I'm writing some SW for a few small companies and am humming and harring on how best to model the work process, requests, meetings and c

Re: [Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-06 Thread Melton Low
Sorry I made a mistake. I only see it if I reverted org-mode back to 6.30d. Works fine with this morning's git pull. Mel On Sun, Sep 6, 2009 at 4:32 PM, Melton Low wrote: > Yep problem still there. > I'm using cvs build of Emacs 23.50.1 on Sept 3rd. > org-mode build from git pull this morning

Re: [Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-06 Thread Melton Low
Yep problem still there. I'm using cvs build of Emacs 23.50.1 on Sept 3rd. org-mode build from git pull this morning Mac OS X 10.5.8 Intel On Sun, Sep 6, 2009 at 11:47 AM, Tassilo Horn wrote: > Scott Otterson writes: > > Hi Scott & all others having that problem, > > > I also see this problem.

Re: [Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-06 Thread Mark Elston
Yep. Still see it. Mark Tassilo Horn wrote: Scott Otterson writes: Hi Scott & all others having that problem, I also see this problem. In addition, links are rendered in plain text instead of being hidden. I'm using emacs 23 on OS X. This bug is more than strange. Till now, neither Ca

[Orgmode] Re: Release 6.30

2009-09-06 Thread Carsten Dominik
Fixed, thanks. - Carsten On Sep 6, 2009, at 8:58 PM, Rainer Stengele wrote: Carsten Dominik schrieb: ... The reason for this was that the last line did not have a newline after it, because that is being removed before the regular expressions are applied. I have changed this now, so that

Re: [Orgmode] Re: Org-mode version 6.30trans (release_6.30d.5.gc125); make fails on org-ascii.el

2009-09-06 Thread Sebastian Rose
Carsten Dominik writes: > On Sep 5, 2009, at 3:06 PM, Daniel Martins wrote: > >> Is it not possible to pu tsome directive in the Makefile in order to make >> >> check the presence of *.elc without corresponding *.el and deleting them >> BEFORE or simultaneously with recompilation process? >> >> It

[Orgmode] Re: Release 6.30

2009-09-06 Thread Rainer Stengele
Carsten Dominik schrieb: ... The reason for this was that the last line did not have a newline after it, because that is being removed before the regular expressions are applied. I have changed this now, so that the \n is still present. Another fix would have been to make the final newline op

[Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-06 Thread Tassilo Horn
Scott Otterson writes: Hi Scott & all others having that problem, > I also see this problem. In addition, links are rendered in plain > text instead of being hidden. I'm using emacs 23 on OS X. This bug is more than strange. Till now, neither Carsten nor me was able to reproduce it, but peop

[Orgmode] Re: Release 6.30

2009-09-06 Thread Rainer Stengele
Carsten Dominik schrieb: Hi Rainer, On Sep 5, 2009, at 4:08 PM, Rainer Stengele wrote: Hi Carsten, excellent, thanks a lot! I now have have started with this regexp: ... '(org-agenda-entry-text-exclude-regexps (quote ("^.*- State \"DONE\".*\n" "^.*erzeugt:.*\n"))) ... which works except

[Orgmode] run emacs.exe -> point to specific .emacs

2009-09-06 Thread Erwin Panen
Hi Group, First off all thanks a lot for org-mode! I am trying to use it now for a couple of weeks, and it (Emacs AND org-mode) is really compelling:-) I've tried a lot from Outlook over Shadow-Plan and EccoPro. I'm using a mix of Linux and M$ XP, mainly XP at the time :-( Goal: - set up emac

[Orgmode] Re: Stuck in a folded section when subtree is folded

2009-09-06 Thread PT
Carsten Dominik gmail.com> writes: > > Wrong answer: The correct answer would have been: > > Yes, it is nil! > > Because the default value is t!. The default value means > that TAB will not at all fold an entry when the > cursor is not in the headline. Maybe this is really the > setting you

Re: [Orgmode] Re: Stuck in a folded section when subtree is folded

2009-09-06 Thread Carsten Dominik
On Sep 6, 2009, at 4:22 PM, PT wrote: Carsten Dominik gmail.com> writes: Have you customized the variable org-cycle-emulate-tab? No, it's nil. Wrong answer: The correct answer would have been: Yes, it is nil! Because the default value is t!. The default value means that TAB will not

Re: [Orgmode] Clock Table filter by tag or property

2009-09-06 Thread Miguel Fernando Cabrera
On Sun, Sep 6, 2009 at 6:41 AM, Carsten Dominik wrote: > > On Sep 3, 2009, at 5:11 PM, Miguel Fernando Cabrera wrote: > > Hi Everyone, >> >> First I want to thank all the people that make Org-Mode possible. I have >> been using it almost 8 months and it is a life changer. Every week I add >> some

[Orgmode] Re: Stuck in a folded section when subtree is folded

2009-09-06 Thread PT
Carsten Dominik gmail.com> writes: > > Have you customized the variable org-cycle-emulate-tab? > No, it's nil. It's org 6.30, btw. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://

Re: [Orgmode] Publishing clocked time

2009-09-06 Thread Carsten Dominik
Hi Ivan, clocking lines are considered ugly and are therefore not included during publishing. I could make an option for it... Are there more people interested? - Carsten On Sep 4, 2009, at 5:32 PM, Ivan Chernetsky wrote: Hello, is it possible to publish clocked time of a TODO item? For in

Re: [Orgmode] Clock Table filter by tag or property

2009-09-06 Thread Carsten Dominik
On Sep 3, 2009, at 5:11 PM, Miguel Fernando Cabrera wrote: Hi Everyone, First I want to thank all the people that make Org-Mode possible. I have been using it almost 8 months and it is a life changer. Every week I add something new to my workflow thanks to Org-Mode capabilities. My setup

Re: [Orgmode] Stuck in a folded section when subtree is folded

2009-09-06 Thread Carsten Dominik
On Sep 5, 2009, at 4:05 PM, PT wrote: If a header has some text content under it and the cursor is in the text then pressing TAB folds the content, but it doesn't change the cursor position, so the cursor is stuck in the folded part and, for example, beginning-of-line doesn't work, you can only

Re: [Orgmode] Re: Org-mode version 6.30trans (release_6.30d.5.gc125); make fails on org-ascii.el

2009-09-06 Thread Carsten Dominik
On Sep 5, 2009, at 3:06 PM, Daniel Martins wrote: Is it not possible to pu tsome directive in the Makefile in order to make check the presence of *.elc without corresponding *.el and deleting them BEFORE or simultaneously with recompilation process? It should improve the compilation proc

Re: [Orgmode] Re: PATCH: proposed improvements to org-src-mode

2009-09-06 Thread Carsten Dominik
Hi Dan, thanks for doing such a careful job. I applied all three parts. - Carsten On Sep 5, 2009, at 7:33 PM, Dan Davison wrote: Carsten Dominik writes: Hi Dan, OK, I have now applied the patch. If you don't mind, could you please double-check the commit? [Re.: commit 4b6988bf36cb458c

[Orgmode] Re: Release 6.30

2009-09-06 Thread Carsten Dominik
Hi Rainer, On Sep 5, 2009, at 4:08 PM, Rainer Stengele wrote: Hi Carsten, excellent, thanks a lot! I now have have started with this regexp: ... '(org-agenda-entry-text-exclude-regexps (quote ("^.*- State \"DONE \".*\n" "^.*erzeugt:.*\n"))) ... which works except in cases like these: ..