[Orgmode] Re: Possible bug in ordered tasks

2010-06-25 Thread Carsten Dominik
On Jun 25, 2010, at 8:55 PM, Bernt Hansen wrote: Carsten Dominik writes: On Jun 25, 2010, at 3:23 PM, Robert Goldman wrote: Question: what is the proper way to get a NIL into a property? Are we to use () instead of "nil"? Or are property values always interpreted as strings? Apologi

Re: [Orgmode] [Patch] Kill capture-template selection buffer after C-g

2010-06-25 Thread Carsten Dominik
Applied, with modification, thanks - Carsten On Jun 26, 2010, at 12:04 AM, Sebastian Rose wrote: `C-c c' brings up the template selection. If you press `C-g' to quit capturing, the buffer is not deleted. Instead the old window configuration is restored and the buffer is the second on the bu

[Orgmode] [BUG] nested blocks aren't protected on export

2010-06-25 Thread Eric Schulte
Hi, When exporting nested blocks, the results of the inner blocks are not fully protected from further exportation. For example, the following org-mode text --8<---cut here---start->8--- ** protecting block bodies #+begin_src org ,#+begin_src emacs-lisp ,

Re: [Orgmode] Does Org-mode need to be position aware?

2010-06-25 Thread Greg Troxel
Sebastian Rose writes: > On Linux, BSD and MAC OS X there is `gpsd'. I don't know how useful > it is --- I don't own a GPS yet. > > http://gpsd.berlios.de/ states: > >gpsd is a service daemon that monitors one or more GPSes or AIS >receivers attached to a host computer through serial or

Re: [Orgmode] Re: packaging org-mode & worg

2010-06-25 Thread Bastien
I don't think it's a good idea to integrate a Worg snapshot into Org's distribution: too much maintenance trouble for little convenience. Org's documentation already refers to Worg in some places: maybe we just need to have more references like these, and a more thorough description of what Worg i

Re: [Orgmode] [PATCH] missing braces on line 5914 of doc/org.texi

2010-06-25 Thread Thomas S. Dye
Aloha all, It might make sense to hold off on this patch, or not (I'm behind Will on the git learning curve). I'm in the middle of revising the Org- babel chapter of org.texi to bring it into line with the rest of the documentation. I saw this error when I pulled earlier today and fixed

[Orgmode] [PATCH] missing braces on line 5914 of doc/org.texi

2010-06-25 Thread William Henney
Hi list I just got the following error when updating my org installation: $ sudo make install-info (cd doc; makeinfo --no-split org.texi -o org) org.texi:5914: @kbd expected braces. org.texi:5914: @kbd missing close brace. makeinfo: Removing output file `org' due to errors; use --force to preserv

Re: [Orgmode] Issue tracking

2010-06-25 Thread Anthony Lander
On 10-Jun-25, at 3:36 PM, Samuel Wales wrote: Link? On 2010-06-25, Carsten Dominik wrote: 1. John's patchwork patch tracker 2. David's issue tracking file Issue tracker: http://orgmode.org/worg/org-issues.php Patch tracker: http://patchwork.newartisans.com/project/org-mode/list/ -Anth

[Orgmode] [Patch] Kill capture-template selection buffer after C-g

2010-06-25 Thread Sebastian Rose
`C-c c' brings up the template selection. If you press `C-g' to quit capturing, the buffer is not deleted. Instead the old window configuration is restored and the buffer is the second on the buffer stack. `C-x b' switches to the selection buffer again surprisingly. The appended patch fixes t

[Orgmode] Re: [PATCH] org-capture on file+regexp

2010-06-25 Thread Carsten Dominik
Applied, thanks. - Carsten On Jun 25, 2010, at 4:37 PM, Juan wrote: Hi, Below is a patch for capturing on file+regexp (was using the file name as regexp). Regards, .j. P.S. Now I have to figure out why org-capture-place-entry inserts a new level 1 if (not target-entry-p) instead of keeping

[Orgmode] Re: Bug: Definition of stuck projects [6.36trans (release_6.36.293.g2e73c)]

2010-06-25 Thread Matt Lundin
Jean-Marie Gaillourdet writes: > I've been trying to make org-stuck-projects work as advertised, but > wasn't successfull. > > But let's start with what I'd like to achieve. My projects are marked > with a todo keyword PROJECT. I would like to consider every project > which has neither a task wit

[Orgmode] Re: DAV config for mobileorg

2010-06-25 Thread news
Matthew Jones writes: > I've actually just been using python's pywebdav: http://code.google.com/p/ > pywebdav/ > > running on my VPS.   I plan to just use this until I get Dropbox (or something > like it) support integrated. Dropbox support would be VERY welcome. In the meantime, is there any wa

Re: [Orgmode] Possible bug in ordered tasks

2010-06-25 Thread Carsten Dominik
Hi Robert, On Jun 18, 2010, at 5:42 PM, Robert Goldman wrote: I have found what I believe to be a bug in handling ordered subtasks. Here is the behavior: I have a top level set of tasks that is ordered. One of the outline items below the top level set is a grab bag of tasks that will be pe

Re: [Orgmode] Issue tracking

2010-06-25 Thread Nick Dokos
Samuel Wales wrote: > Link? > > On 2010-06-25, Carsten Dominik wrote: > > 1. John's patchwork patch tracker http://patchwork.newartisans.com/project/org-mode/list/ > > 2. David's issue tracking file http://orgmode.org/worg/org-issues.php HTH, Nick __

Re: [Orgmode] Lifehacker votes on TODO list managers

2010-06-25 Thread Erik Iverson
Carsten Dominik wrote: Hi everyone, Put a comment on Lifehacker http://lifehacker.com/5572129/best-to+do-list-manager with the content VOTE: Emacs Org-mode if you want to see Org-mode in the top 5 competition about TODO managers How can this even be called a 'competition' if org-mode

Re: [Orgmode] correction to orgtbl-to-html description

2010-06-25 Thread Carsten Dominik
Applied, thanks. - Carsten On Jun 22, 2010, at 11:22 PM, Erik Butz wrote: Hi, below a trivial fix to the describtion of the orgtbl-to-html function Hope I didn't miss something obvious ;) Cheers, Erik diff --git a/lisp/org-table.el b/lisp/org-table.el index 46efc28..f6b77aa 100644 --- a/l

Re: [Orgmode] Issue tracking

2010-06-25 Thread Samuel Wales
Link? On 2010-06-25, Carsten Dominik wrote: > 1. John's patchwork patch tracker > 2. David's issue tracking file -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think it's dark." [CDC has denied a deadly disease for 25 years] == Retrovirus: http://www.wp

[Orgmode] Re: Possible bug in ordered tasks

2010-06-25 Thread Bernt Hansen
Carsten Dominik writes: > On Jun 25, 2010, at 3:23 PM, Robert Goldman wrote: > >> Question: what is the proper way to get a NIL into a property? Are >> we >> to use () instead of "nil"? Or are property values always interpreted >> as strings? >> >> Apologies in advance if this is a stupid ques

Re: [Orgmode] Bug: lists, maths and export to latex

2010-06-25 Thread Carsten Dominik
Hi Nicolas, this works fine for me - I don't remember if we actually fixed it, but it seems to work now. - Carsten On Jun 10, 2010, at 8:41 PM, Nicolas Goaziou wrote: Hello, With the following minimal example, the list isn't properly exported to latex (please note there is no problem with

Re: [Orgmode] [Bug] Movement of C-a under visible-mode

2010-06-25 Thread Carsten Dominik
Hi, I have fixed this, at least for the case when it is caused by visible- mode. Cheers - Carsten On Jun 15, 2010, at 9:29 AM, Sébastien Vauban wrote: Hello, I'm reporting some movement problem I've observed. When on any line, let's say the last clock one: - `C-e' moves the cursor to

Re: [Orgmode] Re: For patch maintainers: A script to simplify your work

2010-06-25 Thread Carsten Dominik
Hi John, this message did not contain an attachment. - Carsten On Jun 16, 2010, at 8:07 AM, John Wiegley wrote: John Wiegley writes: The following version of pwclient adds 'branch' command. You use it so: This next version automatically rebases the topic branch to the master, which

Re: [Orgmode] Does Org-mode need to be position aware?

2010-06-25 Thread Thomas S. Dye
I'll second the "great idea!" This is something that my archaeological fieldworkers would love to have. A list of TODO items for various archaeological sites (with coordinate locations) could be prioritized by Org-mode using proximity to current position. They'd love the idea they are sav

[Orgmode] Re: [patch] filing under current clocked item

2010-06-25 Thread Carsten Dominik
Applied, thanks (with some changes) - Carsten On Jun 24, 2010, at 11:20 PM, Puneeth wrote: Hi, The capture template ("t" "task" entry (clock) "* TODO %? %^G:\n ") is giving me the error org-find-base-buffer-visiting: Wrong type argument: stringp, # The patch below fixes it. diff -

[Orgmode] Re: Fwd: Checkboxes in Agenda

2010-06-25 Thread J. David Boyd
Bernt Hansen writes: > Bernt Hansen writes: > > > * TODO Prepare for trip [100%] [3/3] > > - [X] pack clothes > - [X] print boarding tickets > - [X] turn on alarm > > You can use either the [%] or [/] (or both) cookies in a headline > As long as the checkboxes are lists it updates properly

Re: [Orgmode] cycle visibility from agenda view?

2010-06-25 Thread Carsten Dominik
On Jun 15, 2010, at 3:59 PM, Joost Kremers wrote: hi all, when i'm in an agenda buffer i can use follow mode (or the space bar) to view original location of an item. however, sometimes (usually?) the relevant tree isn't shown entirely, which is not always what i want. is there a way to c

Re: [Orgmode] Possible bug in ordered tasks

2010-06-25 Thread Robert Goldman
On 6/25/10 Jun 25 -9:12 AM, Carsten Dominik wrote: > > On Jun 25, 2010, at 3:23 PM, Robert Goldman wrote: > >> On 6/25/10 Jun 25 -2:03 AM, Carsten Dominik wrote: >>> Hi Robert, >>> >>> On Jun 18, 2010, at 5:42 PM, Robert Goldman wrote: >>> I have found what I believe to be a bug in handling

Re: [Orgmode] [ANN] of2org: import from OmniFocus to org-mode

2010-06-25 Thread Carsten Dominik
Hi Magnus, thanks for this, I have made a link in Worg to it, at orgmode.org/worg/ org-translators.php. - Carsten On Jun 14, 2010, at 3:54 PM, Magnus Henoch wrote: Hi all, I recently had reason to import tasks from OmniFocus (a non-free Mac-only task tracker) to org-mode, and wrote a piece

Re: [Orgmode] Writing the words in different color

2010-06-25 Thread Carsten Dominik
Hi Juri, On Jun 20, 2010, at 12:24 PM, Juri Artamonov wrote: Hey Guys, can you please advice how to write words in different colors in orgmode? For example I wrote some meeting notes and would like to pay attention on some sentences writing them in another color. First of all, I think i

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-25 Thread Rainer M Krug
Hi First of all thanks for integrating Org-babel into Org-mode. But for the less fluent elisp and org-mode users, I am slightly confused in the changes necessary on my side. I have the following in my emacs.org file: #+begin_src emacs-lisp (require 'org-babel-R) ;; requires R and ess

[Orgmode] Re: packaging org-mode & worg

2010-06-25 Thread Stefano Zacchiroli
On Wed, Jun 23, 2010 at 01:30:00PM +0200, Giovanni Ridolfi wrote: > [I opened a new thread, changed the subject, and > cc:ed Carsten and Mark that are having a > similar thread: "contributing Debian build scripts"] Thanks. > Stefano, sorry to bother you again, but now I'm pretty sure I've *not*

[Orgmode] Lifehacker votes on TODO list managers

2010-06-25 Thread Carsten Dominik
Hi everyone, Put a comment on Lifehacker http://lifehacker.com/5572129/best-to+do-list-manager with the content VOTE: Emacs Org-mode if you want to see Org-mode in the top 5 competition about TODO managers - Carsten ___ Emacs-orgmode maili

Re: [Orgmode] Re: refiling

2010-06-25 Thread John Rakestraw
On Fri, 25 Jun 2010, Carsten Dominik wrote: >> When refiling an already existing note (using C-c C-w), then RET works. >> However, when filing a new note created by org-remember (using C-c C- >> c), >> RET merely prompts me with the possible next-level headings. Pressing >> SPACE and then RET files

Re: [Orgmode] Re: refiling

2010-06-25 Thread Carsten Dominik
On Jan 15, 2010, at 3:35 PM, John Rakestraw wrote: Carsten Dominik writes: Do you need to press SPACE, or does RET also do the trick? Because, as Manish points out in another message, SPC should really be allowed as a character in a new headline you define. Apparently right now it is not a

Re: [Orgmode] Does Org-mode need to be position aware?

2010-06-25 Thread Sebastian Rose
Hi Thorsten, that's a great idea! Torsten Wagner writes: > Dear All, > > I recently bought a Android-based phone and was pleased to see the > mobileorg version for Android. As you all may know people tend away from > static computer places and we have mobileorg and some of us even run > emacs

[Orgmode] org-learn question

2010-06-25 Thread Piter_
Hi all. Can somebody tell me more detailed instruction about how to make "learning data" for org-learn mode? >5. Your "learning data" is kept in a special property called :LEARN_DATA:. Do not modify this, as it controls how the algorithm reschedules after future repetitions, and based on past

Re: [Orgmode] Possible bug in ordered tasks

2010-06-25 Thread Carsten Dominik
On Jun 25, 2010, at 4:48 PM, Robert Goldman wrote: On 6/25/10 Jun 25 -9:12 AM, Carsten Dominik wrote: On Jun 25, 2010, at 3:23 PM, Robert Goldman wrote: On 6/25/10 Jun 25 -2:03 AM, Carsten Dominik wrote: Hi Robert, On Jun 18, 2010, at 5:42 PM, Robert Goldman wrote: I have found what I be

Re: [Orgmode] Verbatim LaTeX inside delimiters in HTML export with jsMath?

2010-06-25 Thread Carsten Dominik
For John Wiegley: John, please do not yet apply the attached patch... Hi Christian, I am trying to get back to this issue. I am attaching a patch, please apply it to your setup and then try #+OPTIONS: ^:t TeX:t LaTeX:verbatim if that works, can I then ask you to update http://orgmode.org/worg

[Orgmode] Issue tracking

2010-06-25 Thread Carsten Dominik
Hi everyone, I have just emptied my entire Org-mode queue which I still had. Instead, I will from now on pick issues to work on from two locations: 1. John's patchwork patch tracker 2. David's issue tracking file So if you have reported an issue and no action seems to be taken, check if t

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-25 Thread Eric Schulte
Hi Rainer, First I'll give some expanded instructions in the hopes of helping out anyone else affected by my lack of good instructions in the announcement email. Then I'll provide a re-write of your config below as an example. Babel took the integration into Org-mode as an opportunity to do some

Re: [Orgmode] Re: refiling

2010-06-25 Thread Carsten Dominik
On Jun 25, 2010, at 6:01 PM, John Rakestraw wrote: On Fri, 25 Jun 2010, Carsten Dominik wrote: When refiling an already existing note (using C-c C-w), then RET works. However, when filing a new note created by org-remember (using C-c C- c), RET merely prompts me with the possible next-leve

Re: [Orgmode] Possible bug in ordered tasks

2010-06-25 Thread Carsten Dominik
On Jun 25, 2010, at 3:23 PM, Robert Goldman wrote: On 6/25/10 Jun 25 -2:03 AM, Carsten Dominik wrote: Hi Robert, On Jun 18, 2010, at 5:42 PM, Robert Goldman wrote: I have found what I believe to be a bug in handling ordered subtasks. Here is the behavior: I have a top level set of tasks

[Orgmode] Bug: Definition of stuck projects [6.36trans (release_6.36.293.g2e73c)]

2010-06-25 Thread Jean-Marie Gaillourdet
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [Orgmode] Possible bug in ordered tasks

2010-06-25 Thread Robert Goldman
On 6/25/10 Jun 25 -2:03 AM, Carsten Dominik wrote: > Hi Robert, > > On Jun 18, 2010, at 5:42 PM, Robert Goldman wrote: > >> I have found what I believe to be a bug in handling ordered subtasks. >> Here is the behavior: >> >> I have a top level set of tasks that is ordered. >> >> One of the outlin

[Orgmode] [PATCH] org-capture on file+regexp

2010-06-25 Thread Juan
Hi, Below is a patch for capturing on file+regexp (was using the file name as regexp). Regards, .j. P.S. Now I have to figure out why org-capture-place-entry inserts a new level 1 if (not target-entry-p) instead of keeping the point where it was (i.e. regexp match). 8<--

Re: [Orgmode] Re: Pretty org-entities in org-mode buffers

2010-06-25 Thread Raghav Kumar Gautam
Sebastian Rose writes: > Raghav Kumar Gautam writes: >> Carsten Dominik writes: >> >>> On Jun 18, 2010, at 8:16 PM, Raghav Kumar Gautam wrote: >>> Can we also have support for colors ? At least for a few colors ? >>> >>> High Raghav, >>> >>> Can you be more specific, please? >>> >>> -

[Orgmode] Re: contributing Debian build scripts

2010-06-25 Thread Mark A. Hershberger
Carsten Dominik writes: > If I understand correctly, there is no action I need to take, right? Right. Looks like Launchpad is gonna be able to take care of most of this. -- http://hexmode.com/ Embrace Ignorance. Just don't get too attached. ___