Re: [Orgmode] Bug: return key does not show the subtree the first time on a newly opened org file

2008-02-28 Thread Bastien Guerry
Carsten Dominik <[EMAIL PROTECTED]> writes: >> Yes, but only with this setting will key be added to the >> "org-mouse-map" key map, and be bound to "org-open-at-point" command >> under certain contexts (like on the leading stars of a heading). >> Further, "org-open-at-point" is advised by org-mou

Re: [Orgmode] Re: Active timestamp with notification in advance

2008-02-28 Thread Bastien
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Feb 28, 2008, at 3:05 AM, Wanrong Lin wrote: >> >> For SCHEDULED and plain active time stamp, I don't think we need to >> have a default ahead notification setting as with deadlines, but it >> would really be nice to support the <. -3d> format.

Re: [Orgmode] org-bookmark.el

2008-02-28 Thread Tokuya Kameshima
Carstens and Bastien, Thank you for your comments and suggestions. I would appreciate if you add the code to the distribution. > On top of this, when `org-bookmark' is in use, storing a link while > visiting a file (or while in dired-mode) could first check if the file > at point is bookmarked:

Re: [Orgmode] org-bookmark.el

2008-02-28 Thread Bastien
Tokuya Kameshima <[EMAIL PROTECTED]> writes: > Thank you for your comments and suggestions. I would appreciate if > you add the code to the distribution. Done, thanks! >> On top of this, when `org-bookmark' is in use, storing a link while >> visiting a file (or while in dired-mode) could first

Re: [Orgmode] Re: Active timestamp with notification in advance

2008-02-28 Thread Carsten Dominik
On Feb 28, 2008, at 11:19 AM, Bastien wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: On Feb 28, 2008, at 3:05 AM, Wanrong Lin wrote: For SCHEDULED and plain active time stamp, I don't think we need to have a default ahead notification setting as with deadlines, but it would really be ni

Re: [Orgmode] Bug: return key does not show the subtree the first time on a newly opened org file

2008-02-28 Thread Wanrong Lin
Bastien Guerry wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: Yes, but only with this setting will key be added to the "org-mouse-map" key map, and be bound to "org-open-at-point" command under certain contexts (like on the leading stars of a heading). Further, "org-open-at-point" is ad

Re: [Orgmode] Re: Active timestamp with notification in advance

2008-02-28 Thread Wanrong Lin
Carsten Dominik wrote: Thanks a lot for the suggestions, but manual workaround does not work for me, as I want org to take care of giving me a notification in advance in the agenda buffer. For SCHEDULED and plain active time stamp, I don't think we need to have a default ahead notification

Re: [Orgmode] org-bookmark.el

2008-02-28 Thread Phil Jackson
Bastien <[EMAIL PROTECTED]> writes: > In any case, this should be implemented in org.el directly. When > `org-store-link' checks whether we are in dired-mode or in a buffer > visiting a file, then it would also check whether 'org-bookmark is > provided (with (featurep 'org-bookmark)...) and act a

RE: [Orgmode] Re: Active timestamp with notification in advance

2008-02-28 Thread Egli Christian (KIRO 433)
Hi Wanrong > To achieve that goal, sometimes I need some sense of what is going to > happen or what I am supposed to do tomorrow, or next a few days, > depending on the task and context. To check agendas ahead every day is a > good habit, but is not reliable, and I want to eliminate dependency

[Orgmode] Re: Bug: Invalid face reference

2008-02-28 Thread Wanrong Lin
I see you're using Windows. What version of Emacs are you running on it? I am using Emacs 22.1. Actually I also tested on Linux (with Emacs 22.1 too), and I saw the same thing. Just some update: I called (org-restart-font-lock) function inside my tag search result buffer, and

Re: [Orgmode] Re: Active timestamp with notification in advance

2008-02-28 Thread Wanrong Lin
If you can stick to the habit of looking into the next day (especially on the last day in you weekly agenda), that will work. But I am not reliable on that. And sometimes you may need to look ahead more than one day. I want to be lazy and dumb with the help of org. :-) Wanrong I simply ent

[Orgmode] Error when switching on org-table minor mode in mail/message buffers

2008-02-28 Thread Dr. Volker Zell
Hi When trying to switch on org table minor mode in mail or message buffers I get: not a keyword: (org-at-table-p), ["Sort lines in region" org-table-sort-lines (org-at-table-p) :keys "C-c ^"] The folowing fixes it for me: --- org.el 2008-02-19 09:14:57.0 +0100 +++ /tmp/org.el 200

[Orgmode] Re: Active timestamp with notification in advance

2008-02-28 Thread Bernt Hansen
Set up your agenda to display today forward. My weekly view always shows today and the next 6 days. (setq org-agenda-start-on-weekday nil) -Bernt Wanrong Lin <[EMAIL PROTECTED]> writes: > If you can stick to the habit of looking into the next day (especially > on the last day in you weekly a

[Orgmode] Re: Active timestamp with notification in advance

2008-02-28 Thread Wanrong Lin
This is good! I did not know such a setting exists. I will use this while Carsten and others think about whether it is worth to have appointment notifications. Thanks a lot! Wanrong Bernt Hansen wrote: Set up your agenda to display today forward. My weekly view always shows today and the n

Re: [Orgmode] Error when switching on org-table minor mode in mail/message buffers

2008-02-28 Thread Carsten Dominik
Fixed, thanks. - Carsten On Feb 28, 2008, at 6:06 PM, Dr. Volker Zell wrote: Hi When trying to switch on org table minor mode in mail or message buffers I get: not a keyword: (org-at-table-p), ["Sort lines in region" org-table- sort-lines (org-at-table-p) :keys "C-c ^"] The folowing fi

Re: [Orgmode] org-bookmark.el

2008-02-28 Thread Bastien
Phil Jackson <[EMAIL PROTECTED]> writes: > Bastien <[EMAIL PROTECTED]> writes: > >> In any case, this should be implemented in org.el directly. When >> `org-store-link' checks whether we are in dired-mode or in a buffer >> visiting a file, then it would also check whether 'org-bookmark is >> prov

Re: [Orgmode] Bug: return key does not show the subtree the first time on a newly opened org file

2008-02-28 Thread Wanrong Lin
Yes, this is really an accidental feature by a sequence of events: org-return-follow-link will add org-return to the mouse-map org-mouse.el will activate the stars in a headline I can reproduce the bug, but I have no idea what is causing this, it must be something in the internal setup of Em

Re: [Orgmode] org-bookmark.el

2008-02-28 Thread Phil Jackson
Bastien <[EMAIL PROTECTED]> writes: >> I don't think it needs to go into org.el does it? When org-bookmark gets >> it's turn upon `org-store-link' it should check a variable called, for >> example, `org-bookmark-check-bookmarks-first' and then if that's non-nil >> check major-mode and act accordin

Re: [Orgmode] Re: org-mode and appointments

2008-02-28 Thread Russell Adams
Thanks for the information! Thats exactly what I was trying to figure out. I've got one last problem, then I'll post the complete howto somewhere... I'm kicking off zenity (GUI notification window) via shell-command and putting it in the background. Emacs keeps opening a new window called *Async

Re: [Orgmode] Re: org-mode and appointments

2008-02-28 Thread Nick Dokos
Russell Adams <[EMAIL PROTECTED]> wrote: > I'm kicking off zenity (GUI notification window) via shell-command and > putting it in the background. Emacs keeps opening a new window called > *Async Shell Command*, even though I thought I disabled that by > passing nil to the output buffer argument. >

[Orgmode] [PATCH] Let orgtbl export the last table line with a different ending.

2008-02-28 Thread Jason Riedy
If the last line ends with the default :lend in LaTeX (\\), a horizontal line placed after the table will have too much preceeding vertical space. Signed-off-by: Jason Riedy <[EMAIL PROTECTED]> --- Yeah, this is the cheap version. The "better" version would break the loop into header and bo

[Orgmode] title for single page export to html

2008-02-28 Thread Xin Shi
Hi, Is that possible to add a line in the .org file indicating the title of the exported HTML, in stead of the file name? For example: #title This is the title of the HTML Thanks! Xin ___ Emacs-orgmode mailing list Remember: use `Reply All' to

Re: [Orgmode] title for single page export to html

2008-02-28 Thread Bastien Guerry
Xin Shi <[EMAIL PROTECTED]> writes: > Is that possible to add a line in the .org file indicating the title of > the exported HTML, in stead of the file name? For example: > > #title This is the title of the HTML #+TITLE: This is the title of the HTML `C-c C-c' on this line to make org-mode awar

Re: [Orgmode] org-bookmark.el

2008-02-28 Thread Bastien Guerry
Phil Jackson <[EMAIL PROTECTED]> writes: > Bastien <[EMAIL PROTECTED]> writes: > >>> I don't think it needs to go into org.el does it? When org-bookmark gets >>> it's turn upon `org-store-link' it should check a variable called, for >>> example, `org-bookmark-check-bookmarks-first' and then if tha

Re: [Orgmode] Bug: return key does not show the subtree the first time on a newly opened org file

2008-02-28 Thread Bastien Guerry
Wanrong Lin <[EMAIL PROTECTED]> writes: > Bastien Guerry wrote: >> >> Yes, there is an advice for this in org-mouse.el. >> >> I think we should remove it since org-mouse.el shouldn't change the >> behavior of keystrokes (only the behavior of the mouse.) >> > That probably is true. But I have

Re: [Orgmode] Bug: return key does not show the subtree the first time on a newly opened org file

2008-02-28 Thread Wanrong Lin
It *is* puzzling. I have a fix for this. I'm testing it a few days more and will commit it if it works okay. Look forward to it. Although I am trying to get into the habit of using TAB, it won't hurt to have the old way working too. Thanks a lot. Wanrong

[Orgmode] One table, multiple radio targets?

2008-02-28 Thread Jason Riedy
Anyone have a clever way to generate multiple outputs from one table? It's pretty clear that orgtbl-send-table doesn't handle multiple ORGTBL lines, and I'm not clever enough to hack in a loop over multiple clauses on one ORGTBL line. The context is a probably too clever mechanism to generate bot

[Orgmode] First column of tables from sub headings and drawyers

2008-02-28 Thread Antano Solar
Hi , I am using org mode to keep track of feature requests for individual projects from my clients . Each heading is a project Each sub heading is a feature request , meeting or anything done . Now I want to create a table with the following details at the end of each heading | Feature request