Re: [O] Conditional capture template headline based on tag?

2012-09-14 Thread Bastien
Hi John, John Hendy jw.he...@gmail.com writes: Just wondering if a capture template could be setup to file into the Tasks headline (sub-headline) of the matching top level headline with that tag or something similar? You could use a function in the capture template for this. See the info

Re: [O] org-agenda-sticky - Recursive load

2012-09-14 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: Is there a command that can be used to determine if there is a ghost installation behind the scene? I guess you already know this, so my help is not probably much here, but M-x org-version RET tells you whether there is a mixed installation.

Re: [O] Installation question

2012-09-14 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: These are new problems after upgrading to emacs 24.1 and Eric Schulte's emacs 24 starter kit. The starter kit seems to be working correctly. Apparently, there are problems using both the kit and Org from GNU ELPA. If you can use git, my

Re: [O] Org-mode release 7.9

2012-09-14 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: Bastien writes: Let's take the easy road then. I'll work on that in maint, is this OK? Yes. Also, we currently build a new ELPA package each day, resulting in having a new ELPA version every day. We should have a new ELPA version each time

Re: [O] Viewing Value of a Property of an Item in the Agenda

2012-09-14 Thread Bastien
Hi Varun, Varun Vats mailvarunv...@gmail.com writes: I have the LOCATION property set for a few appointments in my org files. When I look at the agenda, I sometimes want to be able to view the location of an appointment quickly. Right now I hit TAB on the agenda item (to go to its original

Re: [O] [OT] Does anyone use Tinderbox?

2012-09-14 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: I've daydreamed about this before: what if, instead of agenda views, we took a page from the Tinderbox method and made agendas simple headlines, with some cookie saying I'm an agenda, and a property containing the search string.

Re: [O] Bug report: org-habit is not required by default

2012-09-14 Thread Bastien
Hi Christopher, Christopher Schmidt christop...@ch.ristopher.com writes: Russell Branca chewbra...@gmail.com writes: While playing with org agenda mode and habits, I ran into the error: symbol's function definition is void org-is-habit-p The underlying problem was that org-habit did not

Re: [O] suggestion for org manual

2012-09-14 Thread Bastien
Hi Memnon, Memnon Anon gegendosenflei...@googlemail.com writes: I would expect here # In order to get meaningful consistency graphs state logging for state DONE must be enabled. (Link to article about enable logging or explain it here.) Tracking TODO state changes is in 5.3.2, i.e. just

Re: [O] capture templates and org-contacts

2012-09-14 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: Actually, this function really should be autoloaded by Gnus but isn't. Can you tell the Gnus developers about this? Thanks! -- Bastien

Re: [O] LinkedIn Group Company

2012-09-14 Thread Bastien
Hi Neil, Neil Smithline emacs-orgm...@neilsmithline.com writes: - I don't think the Org Mode group was announced to this email list. Problem resolved with this email :-D Thanks. - I would like to create a LinkedIn Company for Org Mode. LinkedIn allows you to list charitable work you have

Re: [O] Question on latex source block

2012-09-14 Thread Bastien
Jambunathan K kjambunat...@gmail.com writes: Abdó Roig-Maranges abdo.r...@gmail.com writes: Hi, Here is a patch. Sorry for the bug! Thanks. I did a quick test and pushed the patch to repo. Abdo, thanks for the patch! And thanks to Jambunathan for applying it. -- Bastien

Re: [O] Another tricky question: accessing named values

2012-09-14 Thread Bastien
Hi Erich, Neuwirth Erich erich.neuwi...@univie.ac.at writes: Is there a way of accessing the value of something defined by a #name: statement as part of plain text, of within the definition of a macro? This is a bit cryptic to me. Care to give an example? Thanks, -- Bastien

Re: [O] Problem with ltxpng path for html and odt exports

2012-09-14 Thread Bastien
Hi Abdó, Abdó Roig-Maranges abdo.r...@gmail.com writes: Here is a patch fixing a bug introduced in commit 8474115b20ff2ac907d62f30a0f543064318f47d. That commit added a config variable with the path for the ltxpng directory (latex images) but didn't take into account html and odt exports.

Re: [O] Status of org-sync?

2012-09-14 Thread Aurélien Aptel
Hi all, On Thu, Sep 13, 2012 at 8:44 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: What's the current status of org-sync? Is it already a contrib? I'd like to extend it to support Acunote. I'm no longer in vacation so contributions are going to be a lot slower than they were in the

Re: [O] Another tricky question: accessing named values

2012-09-14 Thread Neuwirth Erich
Here is an example of what I would like. #+title: Macro test Define a name with a value #+name: myval #+begin_src elisp :exports both (+ 1 2) #+end_src The named value can be accessed in another code block #+begin_src elisp :session *elisp* :var myval2=myval :exports both (setq myval3

[O] PATCH: using ido when inserting links

2012-09-14 Thread tony day
I had a look through and couldn't see an obvious reason why you can't use ido with org-insert-link, so here's a patch to enable it. I haven't looked at using ido for editing links yet, but I figure org-capture would be a good pattern to do this. The other thought here is to add an 'org:' link

Re: [O] Another tricky question: accessing named values

2012-09-14 Thread Sebastien Vauban
Hi Erich, Neuwirth Erich wrote: I also would like to be able to say something like =evalorg(myval)= and get the value of myval into my running text without any additional formatting. For this bit, a call with raw results such as call_evalorg(myval)[:results raw] should not have

[O] [PATCH] org-insert-link: allow ido usage when inserting links

2012-09-14 Thread tony day
This time with patch inlined. I had a look through and couldn't see an obvious reason why you can't use ido with org-insert-link, so here's a patch to enable it. I haven't looked at using ido for editing links yet, but I figure org-capture would be a good pattern to do this. The other thought

Re: [O] Another tricky question: accessing named values

2012-09-14 Thread Christian Moe
Hi, You could just call the named block from inline: : value equals call_myval()[:results raw] The `:results raw' argument should take care of the formatting. No macros needed. But if you want to use macros, e.g. because the call lines get very long, or you want to add fancy formatting

[O] htmlize doesn't work in --batch mode

2012-09-14 Thread Dmitri Makarov
If anyone interested, it's easy to explicitly load the required ELPA packages in batch mode. For example, the following command loads htmlize for publishing org files in batch mode emacs --batch -l ~/.emacs.d/init.el --eval (progn (add-to-list 'load-path

Re: [O] [PATCH] org-insert-link: allow ido usage when inserting links

2012-09-14 Thread Giovanni Ridolfi
Hi, Tony, thanks for submitting the patch, however I suspect it is longer than 20 lines. Therefore it could be applied only if you've assigned the copyright to the FSF. For more infos please refer to: http://orgmode.org/worg/org-contribute.html Would it be possible for you? Thanks,

Re: [O] Store org-files in a git repository?

2012-09-14 Thread Bernt Hansen
Moritz Ulrich mor...@tarn-vedra.de writes: A simple cron job for committing doesn't sound that bad anymore ;-) Hi Moritz, I use an hourly cron/windows schedule job to make commits when changes occur in my org files. My script details are here in case you find it useful:

[O] ELPA org-mode daily build(s)?

2012-09-14 Thread George McNinch
Hi-- The FAQ here: http://orgmode.org/worg/org-faq.html still asserts that , [ Daily builds of Org-mode are distributed as an ELPA package ` But as far as I can tell, those builds have not been appearing ... daily (for a few weeks now): http://orgmode.org/pkg/daily/

[O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-14 Thread Sebastien Vauban
Hello, I'm trying to use the export to TJ3 on Windows (I installed Ruby from Cygwin), but don't succeed to get the first view of the project, as shown on http://orgmode.org/worg/org-tutorials/org-taskjuggler.html. I'm using the very first example given at line Your resulting Org mode project

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-14 Thread Buddy Butterfly
Hi, tj3 support is still buggy. And tj export gets confused with the task_id tags. It does not generate unique IDs nor does it have manual ID marking. So it gets scrampled. So, for a bigger project it does not really work. Verify to use *Org Export Taskjuggler Target Version: * 3.0 I have

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-14 Thread Sebastien Vauban
Hi Buddy, Buddy Butterfly wrote: Am 14.09.2012 15:13, schrieb Sebastien Vauban: I'm trying to use the export to TJ3 on Windows (I installed Ruby from Cygwin), but don't succeed to get the first view of the project, as shown on http://orgmode.org/worg/org-tutorials/org-taskjuggler.html.

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-14 Thread Buddy Butterfly
Hi Seb, ah, true, that is pretty anoying. Also is for me. There is no GUI anymore for tj3. It is meant to be only exported. So you should find some html structures being generated. Best regards, Matt Am 14.09.2012 16:38, schrieb Sebastien Vauban: Hi Buddy, Buddy Butterfly wrote: Am

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-14 Thread Giovanni Ridolfi
Hi, Seb, Buddy Butterfly wrote: Am 14.09.2012 15:13, schrieb Sebastien Vauban: I'm trying to use the export to TJ3 on Windows (I installed Ruby from Cygwin), but don't succeed to get the first view of the project, as shown on http://orgmode.org/worg/org-tutorials/org-taskjuggler.html.

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-14 Thread Buddy Butterfly
Hi Giovanni, thanks for info. I will give this a try when I'll find the time. At the moment, because of the scrambled handling of task_ids it is not really usable. Let's see what he fixed in it. Best regards, Matt Am 14.09.2012 17:09, schrieb Giovanni Ridolfi: Hi, Seb, Buddy Butterfly

Re: [O] org-agenda-sticky - Recursive load

2012-09-14 Thread Thomas S. Dye
Bastien b...@altern.org writes: Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: Is there a command that can be used to determine if there is a ghost installation behind the scene? I guess you already know this, so my help is not probably much here, but M-x org-version RET tells you

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-14 Thread Yann Hodique
Buddy == Buddy Butterfly buddy.butter...@web.de writes: Am 14.09.2012 17:09, schrieb: Hi, Seb, almost one month ago Yann Hodique proposed 10 patches for the taskjuggler exporter, please see: http://article.gmane.org/gmane.emacs.orgmode/58851 Bastien has a branch with these patches,

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-14 Thread Buddy Butterfly
Hi Yann, thanks a lot for your effort. This really sound very interesting. And I am willed to report further issues to you. I will try to nail them down more precisely. The biggest change I would do is to make the properties more generic. Something like prefixing all properties with a special

[O] Nice site using Org HTML/CSS

2012-09-14 Thread Jambunathan K
Happened to see this http://pirilampo.org/org-mode/ Looks nice. Don't fail to explore the tabs on top. I have seen the Chinese proverb on the home page in Emacs mailing list. Anyways the CSS could be had just by asking the author. --

[O] New LaTeX exporter and #+call:

2012-09-14 Thread Thomas S. Dye
Aloha Nicolas, #+call: lines appear to flummox the new LaTeX exporter. This exports as I expect: #+caption[Old wood]: Old wood graph. #+label: fig:old-wood #+results: old-wood[:file old-wood.pdf]():results file [[file:old-wood.pdf]] But this yields \url{file://nil}: #+call: old-wood[:file