[Orgmode] problem with nested lists.

2007-12-13 Thread francois
I am facing with a strange problem. Let's consider the following simple org file: --8--- beginning of my org file - example - A - B --8--- end of my org file when I press enter on the first level (example), the list is correctly folded. I may press enter to unfold the first level. I get

Re: [Orgmode] update-org script

2007-12-13 Thread User Harald
Hello Pete, On Wed, Dec 12, 2007 at 07:17:57PM +, Pete Phillips wrote: Harald # get the tar file Harald # [must be a generic name, not a versioned one like org-5.16b.tar.gz] Harald #wget http://staff.science.uva.nl/~dominik/Tools/org/org.tar.gz Harald wget

[Orgmode] Re: update-org script

2007-12-13 Thread Dan Griswold
Perhaps the problem with getting the name of the org tarball (which changes with each version) can be solved by replacing: wget http://staff.science.uva.nl/~dominik/Tools/org/org.tar.gz with this: command= result=`lftp -c open -e ls http://orgmode.org|grep tar.gz|grep -v freemind`

[Orgmode] Re: update-org script

2007-12-13 Thread Dan Griswold
Dan Griswold [EMAIL PROTECTED] writes: Oops. I didn't finish my edits. This line: command= can be deleted. Dan -- -- Dan Griswold Rochester, NY -- ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] when filing todos with remember org-remember-default-headline is not found

2007-12-13 Thread Rainer Stengele
I can now reproduce a bug which annoys me since several months. Defining a todo with remember I try to save it with C-u C-c C-c under the template-predefined headline. The filled template is saved under the predefined headline only (!) if the org tree shows the headline! If I fold the contents

Re: [Orgmode] emacs on the N800

2007-12-13 Thread Adam Spiers
On Wed, Dec 12, 2007 at 09:43:18AM -0800, Daniel M German wrote: Adam Spiers twisted the bytes to say: Now that the N810 has a physical keyboard more people will be inclined to run emacs on it. I personally run it only for remember and when connecting remotely into it. Adam My main

Re: [Orgmode] Re: update-org script

2007-12-13 Thread Pete Phillips
Guys Dan == Dan Griswold [EMAIL PROTECTED] writes: Dan Perhaps the problem with getting the name of the org tarball Dan (which changes with each version) can be solved by replacing: Danwget http://staff.science.uva.nl/~dominik/Tools/org/org.tar.gz Dan with this: Dan

[Orgmode] Re: when filing todos with remember org-remember-default-headline is not found

2007-12-13 Thread Rainer Stengele
Rainer Stengele schrieb: I can now reproduce a bug which annoys me since several months. Defining a todo with remember I try to save it with C-u C-c C-c under the template-predefined headline. The filled template is saved under the predefined headline only (!) if the org tree shows the

[Orgmode] help with modifying a bit of code in .emacs

2007-12-13 Thread Graham Smith
I have been using the set up provided by John Wiegley on a Mac and have tried to to use it with Emacs32 wbut with some problems as the custom-set-variables command seemed to badly interact with the Emacs32w custom-set-variables. I have been trying to rewrite the code to avoid the

Re: [Orgmode] Re: update-org script

2007-12-13 Thread Harald Weis
On Thu, Dec 13, 2007 at 05:24:46PM +, Pete Phillips wrote: Guys Dan == Dan Griswold [EMAIL PROTECTED] writes: Dan Perhaps the problem with getting the name of the org tarball Dan (which changes with each version) can be solved by replacing: Danwget

[Orgmode] Re: update-org script

2007-12-13 Thread Dan Griswold
Pete Phillips [EMAIL PROTECTED] writes: Guys ... I'm confused about your concerns here. Carsten appears to link the latest version of the org tar file to http://orgmode.org/org.tar.gz therefore you don't need to do anything clever - you just run the script and it pulls down the

Re: [Orgmode] Re: update-org script

2007-12-13 Thread Harald Weis
On Thu, Dec 13, 2007 at 02:23:11PM -0500, Dan Griswold wrote: Pete Phillips [EMAIL PROTECTED] writes: Guys ... I'm confused about your concerns here. Carsten appears to link the latest version of the org tar file to http://orgmode.org/org.tar.gz therefore you don't need

Re: [Orgmode] problem with nested lists.

2007-12-13 Thread Carsten Dominik
On Dec 13, 2007, at 11:49 AM, francois wrote: I am facing with a strange problem. Let's consider the following simple org file: --8--- beginning of my org file - example - A - B --8--- end of my org file when I press enter on the first level (example), the list is correctly folded. I

Re: [Orgmode] FR: make C-c C-c for storing remember notes optional

2007-12-13 Thread Carsten Dominik
On Dec 11, 2007, at 1:15 PM, Adam Spiers wrote: On Tue, Dec 11, 2007 at 12:33:09PM +0100, Bastien wrote: Adam Spiers [EMAIL PROTECTED] writes: I'm certainly not suggesting making it the default - only to make it possible to enable this behaviour for selected remember templates. But since I

Re: [Orgmode] Suggestion for org-sort

2007-12-13 Thread Carsten Dominik
On Dec 8, 2007, at 10:11 PM, Chris Leyon wrote: I ran into this behavior while sorting table lines but it may happen elsewhere too. In a nutshell, I'd like to alphabetical-sort (C-c ^ a) | alpha | | [[file:beta][beta]] | | gamma | into the order shown, but currently the beta line sorts less

Re: [Orgmode] Re: update-org script

2007-12-13 Thread Carsten Dominik
On Dec 13, 2007, at 6:24 PM, Pete Phillips wrote: Guys Dan == Dan Griswold [EMAIL PROTECTED] writes: Dan Perhaps the problem with getting the name of the org tarball Dan (which changes with each version) can be solved by replacing: Danwget

[Orgmode] Re: update-org script

2007-12-13 Thread Dan Griswold
Harald Weis [EMAIL PROTECTED] writes: My Firefox does not see a static name, but only the versioned name! Harald Now that is very odd. I have no problem downloading the file using the static address, using either firefox or wget. Does anyone here no why Harald's installation might be

[Orgmode] some suggested manual changes

2007-12-13 Thread Jesse Alama
While reading through org-mode's info file, I noticed a handful of passages which would profit from stylistic changes; I also came across some errors. I'm curious to see what the list thinks; some of these proposed changes are perhaps based on misunderstandings. I've attached a diff to this

Re: [Orgmode] help with modifying a bit of code in .emacs

2007-12-13 Thread Chris Leyon
On Dec 13, 2007 2:11 PM, Graham Smith [EMAIL PROTECTED] wrote: I have been trying to rewrite the code to avoid the custom-set-variables in .emacs but have finally come unstuck with this bit: [...] Invalid read syntax: Invalid string property list error when launching Emacs and narrowed it