[Orgmode] Re: Possible bug in ordered tasks

2010-06-26 Thread Carsten Dominik
On Jun 25, 2010, at 8:55 PM, Bernt Hansen wrote: Carsten Dominik carsten.domi...@gmail.com 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

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

2010-06-26 Thread Štěpán Němec
Eric Schulte schulte.e...@gmail.com writes: 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

[Orgmode] Bug: org.texi doesn't compile [6.36trans (release_6.36.415.gb2dcd)]

2010-06-26 Thread Tassilo Horn
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.

[Orgmode] Re: org-remember and anything

2010-06-26 Thread rubikitch
From: Glauber Alex Dias Prado sma...@gmail.com Subject: Re: org-remember and anything Date: Mon, 14 Jun 2010 10:38:09 -0300 Oh sorry, here is complete instructions: (add-to-list 'load-path /home/glauber/elisp) (add-to-list 'load-path /home/glauber/elisp/org-mode) (add-to-list 'load-path

[Orgmode] Org-babel `:hlines yes` no longer working for python

2010-06-26 Thread Christopher Allan Webber
Hello all, I was going through the tutorial and testing the :hlines yes feature as described in the info manual. Unfortunately, the example given no longer seems to work for python: #+tblname: many-cols | a | b | c | |---+---+---| | d | e | f | |---+---+---| | g | h | i | #+source: echo-table

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

2010-06-26 Thread Ian Barton
I also like the idea of a debian package for Worg - this cannot hurt and might advertize the project quite widely. I'll create a ppa for Worg on Launchpad and see if I can create a useful package. I think that in addition to just the org files, it would be useful if the package

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

2010-06-26 Thread Bastien
Hi Ian, Ian Barton li...@manor-farm.org writes: I'll create a ppa for Worg on Launchpad and see if I can create a useful package. Thanks a lot for this! I think that in addition to just the org files, it would be useful if the package contained an html version, an info version and maybe a

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

2010-06-26 Thread Eric Schulte
Štěpán Němec step...@gmail.com writes: [...] How come some of your rewrites above still use the `org-babel-' prefix? (As a side note, I don't see what Emacs guidelines suggest `ob-' is more appropriate than `org-babel-', and I would personally prefer to retain the latter -- it's much more

Re: [Orgmode] complex filters in agenda view

2010-06-26 Thread Nick Dokos
Matt Price mopto...@gmail.com wrote: yet another question as i continue to set things up. how would I create a custom agenda view that accomplishes this: (todo items marked ACTION OR WAITING AND tagged email)?  I don't think I see how to do this in the manual

[Orgmode] Re: complex filters in agenda view

2010-06-26 Thread Bernt Hansen
Matt Price mopto...@gmail.com writes: yet another question as i continue to set things up. how would I create a custom agenda view that accomplishes this: (todo items marked ACTION OR WAITING AND tagged email)?  Hi Matt, Use a tags match (or a tags todo match if both of those todo items are

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

2010-06-26 Thread Štěpán Němec
Eric Schulte schulte.e...@gmail.com writes: Štěpán Němec step...@gmail.com writes: [...] How come some of your rewrites above still use the `org-babel-' prefix? (As a side note, I don't see what Emacs guidelines suggest `ob-' is more appropriate than `org-babel-', and I would personally

Re: [Orgmode] Org-babel `:hlines yes` no longer working for python

2010-06-26 Thread Eric Schulte
Hi Christopher, Thanks for pointing this out, this is an error in the documentation, which I will update. The code you posted should generate the error you have received. Currently the only language which can handle hlines is emacs-lisp, all other languages will result in errors like the one

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

2010-06-26 Thread Eric Schulte
Štěpán Němec step...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: Štěpán Němec step...@gmail.com writes: [...] How come some of your rewrites above still use the `org-babel-' prefix? (As a side note, I don't see what Emacs guidelines suggest `ob-' is more appropriate

[Orgmode] magit, revert, folding, normal-mode, performance

2010-06-26 Thread Samuel Wales
Worth knowing that magit reverts buffers. It appears to revert all buffers, not just those with changes. This has 2 consequences for org. Magit is slow, and org visibility is reset to default. So I wonder: Is there a way to preserve visibilty across revert-buffer? Has anybody profiled loading

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

2010-06-26 Thread Stephan Schmitt
Also sprach Eric Schulte: Štěpán Němecstep...@gmail.com writes: Eric Schulteschulte.e...@gmail.com writes: Štěpán Němecstep...@gmail.com writes: [...] How come some of your rewrites above still use the `org-babel-' prefix? (As a side note, I don't see what Emacs guidelines suggest

Re: [Orgmode] Org-babel `:hlines yes` no longer working for python

2010-06-26 Thread Eric Schulte
Hi Christopher, I'm certainly no Python expert, but I implemented your idea of converting hlines to and from None's (patch below [1]), and it seems to work (under some definition of work). See the following example with the new behavior. --8---cut

[Orgmode] Re: magit, revert, folding, normal-mode, performance

2010-06-26 Thread Óscar Fuentes
Samuel Wales samolog...@gmail.com writes: Worth knowing that magit reverts buffers. It appears to revert all buffers, not just those with changes. Magit reverts all saved buffers on the current working copy after committing. This has 2 consequences for org. Magit is slow, and org

Re: [Orgmode] Org-babel `:hlines yes` no longer working for python

2010-06-26 Thread Christopher Allan Webber
Eric, Looks good to me! It's abusing the None type's meaning a little, but I think it's acceptable enough. (If you think of hlines as rows that are not rows, you can trick yourself into thinking it is perfectly pythonic :)) - cwebb Eric Schulte schulte.e...@gmail.com writes: Hi

[Orgmode] Bug: org-capture destroys target file when user aborting prompt in template [6.36trans (release_6.36.430.gec51)]

2010-06-26 Thread David Maus
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.