[O] Agenda view: Displaying the contents of a task

2013-01-04 Thread Alan Schmitt
Hello, I'm trying to have an agenda view where the TODO entries show the subtree below, so that I can export them and have all the information required. I've been looking around and it seems that what I want to do is a tags-tree, according to this message:

Re: [O] org-mobile-push vs. symlinks

2013-01-04 Thread James Harkins
On Jan 3, 2013 8:57 PM, Bastien b...@altern.org wrote: Hi James, James Harkins jamshar...@gmail.com writes: - One should not put symlinks into org-directory, or at least make sure the symlink's name is the same as the target. If this is an intentional limitation, it should be

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-01-04 Thread Samuel Loury
Hi and thanks for paying attention to my patch. Bastien b...@altern.org writes: I allowed myself to fix this, with a somewhat smaller patch: http://orgmode.org/cgit.cgi/org-mode.git/commit/?h=maintid=14ffe2 This is indeed a good way to fix the uncaught error problem. Nonetheless, the patch I

[O] [PATCH] Fix bad substitution of org-make-link

2013-01-04 Thread Samuel Loury
In the commit 502e538020d02522dd40b4b5f940cf43d19096ab, some org-make-link have been replaced by contact instead of concat, this patch corrects that small mistake. -- Konubinix GPG Key: 7439106A Fingerprint: 5993 BE7A DA65 E2D9 06CE 5C36 75D2 3CED 7439 106A From

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-01-04 Thread Samuel Loury
In attachment is a patch making tests of the previous mail (id:87wqvtrxcp@konixwork.incubateur.ens-lyon.fr) pass. It adjusts org-open-at-point to have plain links handled the same way bracket links are. It allows plain links to be followed if the cursor is before the link while still on the

Re: [O] Remove filename from agenda view?

2013-01-04 Thread Boyan Penkov
-- Boyan Penkov On Jan 4, 2013, at 2:02 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On 4.1.2013, at 06:28, Nick Dokos nicholas.do...@hp.com wrote: Boyan Penkov boyan.pen...@gmail.com wrote: Hello, In the default agenda view (C-c a), the leftmost column is the org-mode

[O] open file link in dired?

2013-01-04 Thread Alan Schmitt
Hello, My google-fu has failed me, and http://orgmode.org/manual/Handling-links.html does not seem to have the answer: is it possible to open a file link in dired (i.e., a dired buffer in the enclosing directory with the cursor on the file)? Thanks, Alan

Re: [O] Bug: org-agenda-get-todos: Wrong type argument: integer-or-marker-p, nil [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/users/--------/documents/store/.emacs.d/elpa/org-20121231/)]

2013-01-04 Thread Andrews, Kyle (KC)
Hi Bastien, I followed Nick's advice and tried to isolate an offending headline in my emacs.org. It turns out I can't have a headline called: * TODO some headline text REGEXP or simply, * TODO REGEXP Regards, Kyle -Original Message- From: Bastien Guerry

Re: [O] org-mobile-push error produces wrong-type-argument error

2013-01-04 Thread Bastien
Hi Ben, Ben Finney ben+em...@benfinney.id.au writes: Which change fixed this problem? http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=7716b9 How will I know when an org-mode that includes this fix is released? Org 7.9.3 is about to be release before January 10th, so you'll know by

Re: [O] org-indirect-buffer-display applies to unrelated things

2013-01-04 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: But I think it makes sense to make the settings orthogonal as they are unrelated features. Okay, thanks. -- Bastien

Re: [O] Remove filename from agenda view?

2013-01-04 Thread Nick Dokos
Carsten Dominik carsten.domi...@gmail.com wrote: On 4.1.2013, at 06:28, Nick Dokos nicholas.do...@hp.com wrote: Boyan Penkov boyan.pen...@gmail.com wrote: ... Can anyone point me in the right direction with a .emacs file snippet? AFAIK, you cannot eliminate it in any simple way.

Re: [O] help advicing org-todo

2013-01-04 Thread Bastien
Hi Luca, Luca Ferrari fluca1...@infinito.it writes: a very good advice. Now, forgive my lisp ignorance, but I've defined the following function to do what I want: ... Actually you can simply use (setq org-clock-in-switch-to-state STRT) (setq org-clock-out-switch-to-state DONE) HTH, --

Re: [O] [PATCH] org-mobile agenda title

2013-01-04 Thread Henning Weiss
Hi Bastien, sorry for the late reply. On Sun, Dec 30, 2012 at 9:55 AM, Bastien b...@altern.org wrote: Hi Henning, Henning Weiss hdwe...@gmail.com writes: I was wondering why this patch was reversed in master. I think the line didn't change since 4a49e40d but I might be wrong. An

Re: [O] Bug: org-agenda-get-todos: Wrong type argument: integer-or-marker-p, nil [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/users/--------/documents/store/.emacs.d/elpa/org-20121231/)]

2013-01-04 Thread Andrews, Kyle (KC)
I take it back. I can make a headline called * TODO REGEXP. I just know that when I removed that one specific headline from my file, the agenda started working. I don't know what was special about it. If I changed the text to not include REGEXP, it still didn't work. Kyle -Original

Re: [O] Bug: org-agenda-get-todos: Wrong type argument: integer-or-marker-p, nil [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/users/--------/documents/store/.emacs.d/elpa/org-20121231/)]

2013-01-04 Thread Bastien
Hi Andrews, Andrews, Kyle (KC) kcandr...@dow.com writes: I followed Nick's advice and tried to isolate an offending headline in my emacs.org. It turns out I can't have a headline called: I still can't reproduce the problem. Here is the recipe I used: 1. have a ~/test.org containing * TODO

Re: [O] org-mobile-push vs. symlinks

2013-01-04 Thread Bastien
Hi James, James Harkins jamshar...@gmail.com writes: The outcome is the same as the first: document the issue. Org is yours :) -- Bastien

Re: [O] Example not quite right

2013-01-04 Thread Thomas S. Dye
George Jones elu...@gmail.com writes: From http://orgmode.org/worg/org-contrib/babel/intro.html #+name: square(x) #+begin_src python return x*x #+end_src Now we use the source block: #+call: square(x=6) yields Reference 'square' not found in this buffer . Fixed, thanks. Tom

Re: [O] open file link in dired?

2013-01-04 Thread Bastien
Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: My google-fu has failed me, and http://orgmode.org/manual/Handling-links.html does not seem to have the answer: is it possible to open a file link in dired (i.e., a dired buffer in the enclosing directory with the cursor on the

Re: [O] Example not quite right

2013-01-04 Thread Bastien
Hi George, George Jones elu...@gmail.com writes: FYI, Things work fine for me with the attached file. square.org Description: Lotus Organizer -- Bastien

Re: [O] open file link in dired?

2013-01-04 Thread Alan Schmitt
Bastien writes: Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: My google-fu has failed me, and http://orgmode.org/manual/Handling-links.html does not seem to have the answer: is it possible to open a file link in dired (i.e., a dired buffer in the enclosing directory with

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-01-04 Thread Bastien
Hi Samuel, Samuel Loury konubi...@gmail.com writes: In attachment is a patch making tests of the previous mail (id:87wqvtrxcp@konixwork.incubateur.ens-lyon.fr) pass. thanks for raising this issue again -- I agree with your point here, but I cannot apply the patch as it is too big to be

Re: [O] [PATCH] Fix bad substitution of org-make-link

2013-01-04 Thread Bastien
Hi Samuel, Samuel Loury konubi...@gmail.com writes: In the commit 502e538020d02522dd40b4b5f940cf43d19096ab, some org-make-link have been replaced by contact instead of concat, this patch corrects that small mistake. Doh! Shame on me. Thanks for reporting and fixing this. Best, --

Re: [O] [PATCH] org-mobile agenda title

2013-01-04 Thread Bastien
Hi Henning, Henning Weiss hdwe...@gmail.com writes: I have attached a better version of the patch instead. Thanks, I've applied a version that does not produce compilation warnings. Best, -- Bastien

Re: [O] Agenda view: Displaying the contents of a task

2013-01-04 Thread Bastien
Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: I'm trying to have an agenda view where the TODO entries show the subtree below, so that I can export them and have all the information required. I've been looking around and it seems that what I want to do is a tags-tree,

Re: [O] open file link in dired?

2013-01-04 Thread Bastien
Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: Thank you, this would work nicely. However I don't know how to specify, when I open the file, which link-type to use. Would I need to modify the link itself from file to file+emacs+dired before opening it? Trying loading the

Re: [O] Bug: org-agenda-get-todos: Wrong type argument: integer-or-marker-p, nil [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/users/--------/documents/store/.emacs.d/elpa/org-20121231/)]

2013-01-04 Thread Andrews, Kyle (KC)
I attached a minimal document that causes the error. It has a ``#+TODO:'' line at the top which does not list ``TODO'' as a TODO state. Meanwhile, in other documents in directories listed in my org-agenda-files I have many TODO entries. When org-agenda tried to collect just my TODO headlines,

Re: [O] monthly budget with year summary using tables

2013-01-04 Thread Darlan Cavalcante Moreira
The templates I mentioned is not an org-mode feature. I use the excellent yasnippets for that. In my case, I created a finanças file (finances in Portuguese) in the ~/.emacs.d/snippets/org-mode/ folder (my main snippets folder). Then, in my main org-mode file I put the cursor in the proper place,

[O] Tag columns in clock-table

2013-01-04 Thread Raghavendra D Prabhu
Hi, Is there a way to get tags (for the first level at least) in the org-clock-table? If not, it would be nice to have an option to have with it. The rationale behind it is this is to avoid multiple clock-tables and also to reduce confusion. Suppose, I filter with 3 tags, currently I use

[O] [PATCH] Babel support for scheme using geiser

2013-01-04 Thread Michael Gauland
Babel: User geiser for scheme interactions * lisp/ob-scheme.el Major rewrite to support geiser This patch uses geiser to execute scheme blocks. Most features of babel are tested and demonstrated in the attached org file. Note that because :results output and :var blocks are wrapped before

[O] Initial Agenda View

2013-01-04 Thread J. David Boyd
When I type C-a a to bring up the agenda, I get a 31 day view. I can go to day, week, month, or year, but I can never get back to seeing 31 days. And when I have the agenda up, if I look at the Agenda/View menu, it says it is set to Day view. Any idea why I see 31 days, and how to get back to

Re: [O] Babel related bug in elpa version 20121231

2013-01-04 Thread Robert Horn
Achim Gratz strom...@nexgo.de writes: Robert Horn writes: I'm experimenting with starterkit on a new machine and have run into a bug in org-mode elpa version 20121231. Using two systems that hook into Emacs' startup sequence simultaneously is asking for trouble. It may be solveable by

Re: [O] Initial Agenda View

2013-01-04 Thread Nick Dokos
J. David Boyd da...@adboyd.com wrote: When I type C-a a to bring up the agenda, I get a 31 day view. I can go to day, week, month, or year, but I can never get back to seeing 31 days. And when I have the agenda up, if I look at the Agenda/View menu, it says it is set to Day view. Any

Re: [O] Babel related bug in elpa version 20121231

2013-01-04 Thread Achim Gratz
Robert Horn writes: Starterkit does have code that looked correct and proper for coordinating the init with elpa, and I think that for packages not used by org-mode it will be OK. But, the automagic startup executes the lisp code using babel from org files. This means that org and it's