Re: [Orgmode] open link failed

2007-01-16 Thread Carsten Dominik
Any windows users out here that can try to replicate this? I looked at the code, and is *should* expand the "~". - Carsten On Dec 25, 2006, at 5:32, zhang yunfeng wrote: Hi, I'm using Emacs 22.0.90.1 and org-mode 4.60 under windows xp. When I visit a file "name.txt"in $HOME ("d:/home") and us

Re: [Orgmode] link description <-- selected text?

2007-01-16 Thread Carsten Dominik
I have implemented this behavior, thanks. It has the side effect that the selected text is removed from the buffer, even if you change the offered default description, but I guess this is ok. - Carsten On Jan 14, 2007, at 18:51, Scott Otterson wrote: Here's a feature request: If text is sel

Re: [Orgmode] Re: Inconsistency in pull down menu

2007-01-16 Thread Carsten Dominik
I have figured out a way to make the menu show C-c C-x C-s while I still bind also `C-c $'. Disadvantage is that if a user uses his/her own binding (for example `C-c a', set in a mode hook), this new binding will not show up in the menu as the `C-c C-x C-s' is now hard-coded instead of computed

Re: [Orgmode] Log Notes with Non-sequential states

2007-01-16 Thread Carsten Dominik
There is no natural way to switch back between two states, but you can select a specific goal state by Using a prefix argument. If you have #+SEQ_TODO TODO WAITING DONE The you can use `C-c C-t' to switch from TODO to WAITING, and `C-2 C-c C-t' to switch directly to WAITING, with proper notes

Re: [Orgmode] internal links don't match other links

2007-01-16 Thread Carsten Dominik
That is on purpose, or a link would always find itself. - Carsten On Jan 15, 2007, at 18:28, Scott Otterson wrote: In org-mode 4.61, internal links don't match on external link description text. Here's an example org file -- * head1 an internal link that should match

Re: [Orgmode] noob-installation

2007-01-16 Thread Sergio Dominguez
Carsten, Spot on. That is exactly what I did, could have never imagined it wouldn't be the right ASCII character. Now it is working. Sergio El 15 de Jan de 2007, sobre las 05:30, Carsten Dominik escribia... > This probably happens because you used copy and paste to copy > the installation code

Re: [Orgmode] Log Notes with Non-sequential states

2007-01-16 Thread Dmitri Minaev
On 1/16/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: There is no natural way to switch back between two states S-left and S-right work well for me... -- With best regards, Dmitri Minaev ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://

Re: [Orgmode] Re: Suggest a new feature for org-remember-templates

2007-01-16 Thread Carsten Dominik
On Jan 15, 2007, at 20:04, Leo wrote: But the feature I propose is not important anymore. Since the *remember* buffer is in org-mode, we can use the normal org key bindings to set timestamps. I still think this is a good idea. Being prompted is probably more efficient than having to walk th

Re: [Orgmode] Re: Suggest a new feature for org-remember-templates

2007-01-16 Thread Carsten Dominik
On Jan 16, 2007, at 2:21, Michael Olson wrote: Bastien <[EMAIL PROTECTED]> writes: Your email made me play with org-remember-templates a bit and they're quite powerful. What you propose makes perfect sense to me. For now i'm just using `remember' to take some random notes, those that I don'

Re: HTML exporter bug? was Re: [Orgmode] Inserting some java script

2007-01-16 Thread Carsten Dominik
On Jan 15, 2007, at 13:23, David Emery wrote: On Date: Mon, 15 Jan 2007 11:34:36 +, "Graham Smith" <[EMAIL PROTECTED]> wrote: I don't really want it in every page, but I will look at that as well. I did try the @ symbol and it didn't work. In fact I hadn't used it properly, but even usin

Re: [Orgmode] Org Mode Searching Bug?

2007-01-16 Thread Aditya Siram
Thanks, this is exactly what I wanted. Deech From: Carsten Dominik <[EMAIL PROTECTED]> To: Deech <[EMAIL PROTECTED]> CC: emacs-orgmode@gnu.org Subject: Re: [Orgmode] Org Mode Searching Bug? Date: Mon, 15 Jan 2007 17:23:32 +0100 Hi Deech, this is intentional, the headline following a headline

[Orgmode] internal links don't match other links

2007-01-16 Thread Scott Otterson
In org-mode 4.61, internal links don't match on external link description text. Here's an example org file -- * head1 an internal link that should match the external link: [[BBC story]] * head2 [[http://news.bbc.co.uk/2/hi/americas/6262555.stm][BBC story]] * head3

[Orgmode] Re: Suggest a new feature for org-remember-templates

2007-01-16 Thread Leo
On 2007-01-16, Carsten Dominik said: >> However I still feel there is room for improvement to make remember >> the input engine for GTD etc. ;) > > Like? Like quickly move the note in *remember* buffer to the right substree, category etc. But I have not come up with how to do it. Another improve

[Orgmode] Re: Suggest a new feature for org-remember-templates

2007-01-16 Thread Leo
On 2007-01-16, Carsten Dominik said: >> In case any Org developers are interested in contributing >> enhancements upstream to Remember: > > Good initiative, > > I think something like templates could also be implemented and > useful directly as part of remember, along with the possibility to > mak

[Orgmode] How to copy an agenda buffer into another buffer for editing

2007-01-16 Thread Pete Phillips
H I am trying to send a list of appointments to someone, but I need to edit the list to remove my personal agenda items first. If I go into the Agenda buffer and sweep the weeks list of days and apoointments, I can, of course paste it into my MH-Letter draft. However, if I try to edit the l

Re: [Orgmode] Re: Suggest a new feature for org-remember-templates

2007-01-16 Thread Eddward DeVilla
On 1/15/07, Bastien <[EMAIL PROTECTED]> wrote: "Eddward DeVilla" <[EMAIL PROTECTED]> writes: > It would be nice to have a 'hot-key' interface to generate a project > tree. I've looked a little at form and template packages for emacs > to see if any look like they'd let me easily create a templa

Re: [Orgmode] link description <-- selected text?

2007-01-16 Thread Scott Otterson
Thanks much, this is perfect! Scott Carsten Dominik (1/15/2007 10:44 PM) wrote: I have implemented this behavior, thanks. It has the side effect that the selected text is removed from the buffer, even if you change the offered default description, but I guess this is ok. - Carsten On Jan 14

Re: [Orgmode] internal links don't match other links

2007-01-16 Thread Scott Otterson
Can't a self-match just be excluded from the list of matches? I don't know elisp regexps but in perl, the regexp would be: $match = $string =~/$description/ && $string !~ /\[\[$description\]\]/; This would match on $description in plain text or in external links and would exclude internal

[Orgmode] Re: table.el and org.el

2007-01-16 Thread timotheus
"T. V. Raman" <[EMAIL PROTECTED]> writes: > I hadn't realized org-mode-map did its own rebindings; that > should be sufficient in terms of clues for me to trace this down. > Hi. Were you able to solve the issue of the missing `table.el' bindings while in org-mode? I am experiencing the same diffi