Re: [O] Filter depending on item level

2012-04-30 Thread Toby Cubitt
On Sun, Apr 29, 2012 at 09:27:50PM -0500, Marcelo de Moraes Serpa wrote: > Is there a way to filter the agenda based on the level of the item. Try the special LEVEL search property, documented in the "Matching tags and properties" section of the manual. Toby -- Dr T. S. Cubitt Mathematics and Qu

Re: [O] Filter depending on item level

2012-04-30 Thread Sebastien Vauban
Hi Marcelo, Marcelo de Moraes Serpa wrote: > Is there a way to filter the agenda based on the level of the item. For > example, let's say I have several items tagged as projects, but I would > like to get a list of projects that are 1st or 2nd-level items in my org > files, like: > > * This would

[O] Help! org-insert-heading doesn't work anymore and I'm losing my mind!

2012-04-30 Thread Trey Darley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, everyone - First post to the list. Guess I should start out by saying, Carsten et al, you guys rock! Thanks for org-mode! * Problem: I can no longer insert new outline headings via the usual M-RET binding. Here's an overview of my setup: ** o

Re: [O] Help! org-insert-heading doesn't work anymore and I'm losing my mind!

2012-04-30 Thread Bastien
Hi Trey, Trey Darley writes: > * Problem: I can no longer insert new outline headings via the usual M-RET > binding. What does it return instead? > M-x org-insert-heading works just fine. What does `C-h v org-insert-heading-hook RET' returns? -- Bastien

Re: [O] Help! org-insert-heading doesn't work anymore and I'm losing my mind!

2012-04-30 Thread Trey Darley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At Mon, 30 Apr 2012 10:36:45 +0200, Bastien wrote: > > Trey Darley writes: > > > * Problem: I can no longer insert new outline headings via the usual M-RET > > binding. > > What does it return instead? Just a newline. > > > M-x org-insert-head

Re: [O] mail integration, advice?

2012-04-30 Thread Richard Riley
Neil Smithline writes: > On 4/27 08:09 , Stephen Eglen wrote: >> A relatively new emacs mailer, mu4e, is worth mentioning: >> >> http://www.djcbsoftware.nl/code/mu/mu4e.html >> >> I really like it so far + it has support for org mode links. > > Stephen, > > I didn't know about mu4e. I've played a

[O] Habit tracking and table data

2012-04-30 Thread Steinar Bang
I'm logging my bicycling to work using org habit tracking. I'm using a comment to track the time and distance (and average speed). It would have been nice if the habit tracking could have used a table for this. I have googled for something similar to this but not found it. Has anyone else done

Re: [O] Help! org-insert-heading doesn't work anymore and I'm losing my mind!

2012-04-30 Thread Bastien
Trey Darley writes: > * What have I tested? > > ** running emacs under a different terminal (urxvt and xterm) > ** running outside tmux in a normal session > ** disabling all my ~/.emacs.d/ modifications apart from setting my load-path >and the bare minimal [0] to instantiate org-mode > ** ru

Re: [O] Help! org-insert-heading doesn't work anymore and I'm losing my mind!

2012-04-30 Thread suvayu ali
Hi Trey, On Mon, Apr 30, 2012 at 14:34, Bastien wrote: > Trey Darley writes: > >> * What have I tested? >> >> ** running emacs under a different terminal (urxvt and xterm) >> ** running outside tmux in a normal session >> ** disabling all my ~/.emacs.d/ modifications apart from setting my load-p

Re: [O] "Bad" interaction between flyspell and org-mode with latest Emacs

2012-04-30 Thread Bastien
Vladimir Lomov writes: > Well, may be I said it too obscure, it is ok for revno <= 108011, but >= > 10812 have problem. Okay... revno 10812 is a merge from an Emacs branch and contains many changes. The odds are good that your bug is related to a change outside of Org. If not, please report i

Re: [O] Org Clock Timer in Frame Title bug

2012-04-30 Thread George Kettleborough
On Sun, Apr 29 2012, Bastien wrote: > `global-mode-string' and ̀frame-title-format' are list by default > and they cannot be customized. They can be manually set to a string, > but that's a mistake (okay, `global-mode-string' is a misleading name.) On my Fedora box, frame-title-format is by defau

[O] export image generated by python code.

2012-04-30 Thread Khoroshyy Petro
Hi all. After some struggle, I can see inline pictures in my org file. The problem was python execution. If I execure the code in python-mode shell, it generates a picture. I the code executed via C-c C-c, the output picture file is empty. I still do not know how to solve it. And I have encounter

[O] [bug] Negating time changes its value

2012-04-30 Thread Sebastien Vauban
Hello, Taking the opposite of a time (that is, "putting" a minus sign in front of it) changes its value... Here, a quick ECM to demonstrate the above: * Grand total #+TBLNAME: GrandTot | Total | 232:11 | * Other total #+TBLNAME: OtherTot | Total | 158:07 | * Computation ** OK The "other to

Re: [O] Help! org-insert-heading doesn't work anymore and I'm losing my mind!

2012-04-30 Thread Nick Dokos
Bastien wrote: > Trey Darley writes: > > > * What have I tested? > > > > ** running emacs under a different terminal (urxvt and xterm) > > ** running outside tmux in a normal session > > ** disabling all my ~/.emacs.d/ modifications apart from setting my > > load-path > >and the bare minim

Re: [O] Help! org-insert-heading doesn't work anymore and I'm losing my mind!

2012-04-30 Thread Nick Dokos
Trey Darley wrote: > At Mon, 30 Apr 2012 10:36:45 +0200, > Bastien wrote: > > > > Trey Darley writes: > > > > > * Problem: I can no longer insert new outline headings via the usual M-RET > > > binding. > > > > What does it return instead? > > Just a newline. > So it sound as if the meta key

Re: [O] export image generated by python code.

2012-04-30 Thread Darlan Cavalcante Moreira
Remember that when you execute the code via "C-c C-c" it is run in a temporary file which is not in the same folder as the org file from where it was generated from. Maybe you are reading some data from a file and Python is not able to locate the file when run with "C-c C-c". Put ":results output

Re: [O] [bug] Assigning "0:00" to cell gives an error

2012-04-30 Thread Sebastien Vauban
Hi, Carsten Dominik wrote: > On 20.3.2012, at 14:59, Sebastien Vauban wrote: >> >> As shown by this example, we can't assign the value "0:00" to a cell: >> >> | Task| HH:MM | >> |-+| >> | This| 1:23 | >> | Nothing | #ERROR | >> | That| 1:23 | >> #+TBLFM: @2$2=1:2

[O] External link abbreviations don't work when contained in #+INCLUDE file

2012-04-30 Thread D. C. Toedt
External link abbreviations don't seem to work if they're in an #+INCLUDE file -- they end up pointing to a (non-existent) anchor within the main document. The same external link abbreviations seem to work fine if they're in the main file. I'm using the latest build of GNU Emacs (24.1.50.1, April

Re: [O] Small grammar tweaks in export sections of org.texi

2012-04-30 Thread Brian van den Broek
On 26 April 2012 15:54, Bastien wrote: > Hi Brian, > > Brian van den Broek writes: >> I don't think my employer (I teach Philosophy at the College-level) >> has a basis to claim ownership of copyright on my work product, but I >> also seem to have misplaced my law degree :-) I thus cannot >> c

[O] Table alignment

2012-04-30 Thread Thomas S. Dye
Aloha all, Aligning this table with C-c C-c when the cursor is in one of the cells of the first column results in an error: "if: Wrong type argument: char-or-string-p, nil". It works in other cells or on one of the hlines. |+--+| | Command

Re: [O] defining a clocktable in a capture template with absolute timespan computed relative to today

2012-04-30 Thread Brian van den Broek
On 27 April 2012 05:52, Ippei FURUHASHI wrote: > Hi Brian, > > Brian van den Broek writes: >> how to add 1 day to the return value of (current-time). > > This hard coding is out of org-mode range, > > #+BEGIN_SRC elisp > (format-time-string "%Y-%m-%d" (time-add (current-time) (seconds-to-time (*

[O] Org-mode as a Quantified Self platform

2012-04-30 Thread John Hendy
I've really been getting into the Quantified Self movement recently, and by "getting into," I mean reading and watching videos and /thinking/ about things I'd like to track about myself. [1] I've been pondering what kind of "platform" to use for my data collection... Excel? Some time tracking appli

Re: [O] Help! org-insert-heading doesn't work anymore and I'm losing my mind!

2012-04-30 Thread Achim Gratz
Trey Darley writes: > ** terminal: xfce4-terminal + tmux 1.6 > ** org-mode: development (via git) Here is most likely your problem: terminal (emulators) usually don't handle modifier keys well (some or all of them). You'll have to use ESC as a prefix instead or dig into the documentation if you

Re: [O] Org-mode as a Quantified Self platform

2012-04-30 Thread Zack Mayson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/04/2012 19:03, John Hendy wrote: You might like to checkout worg; it has a few examples of GTD setups (is Quantified Self like GTD? I assume it is). -BEGIN PGP SIGNATURE- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http

Re: [O] Org-mode as a Quantified Self platform

2012-04-30 Thread Zack Mayson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/04/2012 19:03, John Hendy wrote: > On to my questions: > -- Has anyone done something like this? I see it as very similar to > habit tracking. To give an example, I've had a bit of a persistent > cough. I developed it when I was sick at one point

Re: [O] Org-mode as a Quantified Self platform

2012-04-30 Thread Eric Schulte
John Hendy writes: > I've really been getting into the Quantified Self movement recently, > and by "getting into," I mean reading and watching videos and > /thinking/ about things I'd like to track about myself. [1] I've been > pondering what kind of "platform" to use for my data collection... >

Re: [O] Org-mode as a Quantified Self platform

2012-04-30 Thread John Hendy
On Mon, Apr 30, 2012 at 1:29 PM, Zack Mayson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 30/04/2012 19:03, John Hendy wrote: > > > You might like to checkout worg; it has a few examples of GTD setups (is > Quantified Self like GTD? I assume it is). Not really. Quantified Self

Re: [O] Org-mode as a Quantified Self platform

2012-04-30 Thread Achim Gratz
Zack Mayson writes: > (is Quantified Self like GTD? I assume it is). No, Quantified Self is more like how much you weighed before and after GTD. :-) Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ DIY Stuff: http://Synth.Stromeko.net/DIY.html

[O] Error in org2blog/wp-login: "Must provide a callback function to url-retrieve"

2012-04-30 Thread Steinar Bang
Platform: Intel P4, debian testing, GNU Emacs 23.4.1 (i486-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-04-07 on biber, modified by Debian, org-mode from git, org2blog from git, xml-rpc 1.6.7 from ELPA, I am trying to use org2blog from github, but

Re: [O] Org-mode as a Quantified Self platform

2012-04-30 Thread Kyle Machulis
My "Quantified Coder" talk at Google IO last year was going to focus toward emacs and org-mode, actually: http://www.youtube.com/watch?v=52Ml_zax4A0#t=12m47s Unfortunately I haven't gotten time to actually start on it yet, but I know there's community interest in org-mode and tracking as much as

[O] Symbol's value as variable is void: org-table-modes

2012-04-30 Thread Mikkel Kristiansen
Org-mode version 7.8.09 (release_7.8.09-454-g537ab2) GNU Emacs 23.4.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-04-12 on shirley.hoetzel.info Arch Linux. |---++---+-+| | A | AA | 2 | 60 | 73.80 | | B | BB | 5 | 150 | 185.00 | |---++---+-+--

Re: [O] Org tiny changes?

2012-04-30 Thread François Pinard
Bastien writes: > Hi François, >> It now seems that UNDER\_LINE, while producing HTML, is now rendering >> the backslash instead of removing it. [...] I would not be tempted >> to think the upgrading of Ubuntu has a consequence on the Org changes >> I'm seeing. > Can you give us a hint on what

Re: [O] Symbol's value as variable is void: org-table-modes

2012-04-30 Thread Nick Dokos
Mikkel Kristiansen wrote: > Org-mode version 7.8.09 (release_7.8.09-454-g537ab2) > GNU Emacs 23.4.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-04-12 on > shirley.hoetzel.info > Arch Linux. > > |---++---+-+| > | A | AA | 2 | 60 | 73.80 | > | B | BB | 5 | 1

Re: [O] Symbol's value as variable is void: org-table-modes

2012-04-30 Thread Nick Dokos
Nick Dokos wrote: > Mikkel Kristiansen wrote: > > > Org-mode version 7.8.09 (release_7.8.09-454-g537ab2) > > GNU Emacs 23.4.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-04-12 on > > shirley.hoetzel.info > > Arch Linux. > > > > |---++---+-+| > > | A | AA | 2 |

[O] Sparse tree date question

2012-04-30 Thread John Hendy
It occurred to me that since I need to export to LaTeX for printing and then paste my work notes into a technical notebook for IP purposes (at least until the US completes its transition to first to file patent law), I could sparse tree search for entries since I last printed (I aim for 1x per week

[O] Typo in worg page about org-checkbox

2012-04-30 Thread Moritz Ulrich
Last line in section "Quick Example" in [1] misses a _ in the property. It reads RESET_CHECKBOXES but org-checklist.el checks for RESET_CHECK_BOXES. Just spent a few minutes tracking down why org-checklist wasn't working for me. [1]: http://orgmode.org/worg/org-contrib/org-checklist.html -- Mo

Re: [O] Symbol's value as variable is void: org-table-modes

2012-04-30 Thread Bastien
Nick Dokos writes: > Not quite - calc has nothing to do with this. org-table-eval-formula uses > "modes" and has to be fixed: all instances of the "modes" variable > must be renamed to org-table-modes. Fixed. Thanks to Mikkel for reporting this and to you for the fix! -- Bastien

Re: [O] Typo in worg page about org-checkbox

2012-04-30 Thread Bastien
Moritz Ulrich writes: > Last line in section "Quick Example" in [1] misses a _ in the > property. It reads RESET_CHECKBOXES but org-checklist.el checks for > RESET_CHECK_BOXES. Fixed, thanks for reporting this. > Just spent a few minutes tracking down why org-checklist wasn't > working for me.

Re: [O] Small grammar tweaks in export sections of org.texi

2012-04-30 Thread Bastien
Brian van den Broek writes: > Hence, I shall send my > papers in shortly. It may, however, take some considerable time > nonetheless; I am given to understand that mail from Egypt to the US > is both unreliable and extremely slow. Once all is settled, expect > patches :-) Great news! Thanks for

Re: [O] Table alignment

2012-04-30 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: > Aligning this table with C-c C-c when the cursor is in one of the cells > of the first column results in an error: "if: Wrong type argument: > char-or-string-p, nil". It is confused by the "=" character, and thinks it is a formula that needs ev

Re: [O] Habit tracking and table data

2012-04-30 Thread Bastien
Steinar Bang writes: > I'm logging my bicycling to work using org habit tracking. I'm using a > comment to track the time and distance (and average speed). It would > have been nice if the habit tracking could have used a table for this. This is a little bit "abstract" to me. Can you give an

[O] [PATCH] fix hook calling in org-export-remove-or-extract-drawers

2012-04-30 Thread Bill Wishon
* lisp/org-exp.el (org-export-remove-or-extract-drawers): Changed funcall to run-hook-with-args-until-success to properly run the org-export-format-drawer-function hook. The problem was that funcall was being executed on the hook (list of functions) instead of running the hook with run-hook-with-a

Re: [O] Capturing to current file

2012-04-30 Thread Mike McLean
On Apr 29, 2012, at 4:59 AM, Bastien wrote: > Hi Charles, > > Charles writes: > >> If I may I'll throw in my 2 cents, since I made the error in the first place >> >> Why not in Section 9.2.1 immediately before or after the "special way" for >> using capture from the agenda? >> >> The documen

Re: [O] Table alignment

2012-04-30 Thread Thomas S. Dye
Bastien writes: > Hi Thomas, > > t...@tsdye.com (Thomas S. Dye) writes: > >> Aligning this table with C-c C-c when the cursor is in one of the cells >> of the first column results in an error: "if: Wrong type argument: >> char-or-string-p, nil". > > It is confused by the "=" character, and thinks

Re: [O] Habit tracking and table data

2012-04-30 Thread Steinar Bang
> Bastien : > Steinar Bang writes: >> I'm logging my bicycling to work using org habit tracking. I'm using a >> comment to track the time and distance (and average speed). It would >> have been nice if the habit tracking could have used a table for this. > Can you give an example of what y