Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-01 Thread Nicolas Goaziou
Hello, Aaron Ecay aarone...@gmail.com writes: * lisp/ob-exp.el (org-export-babel-evaluate): Update defcustom to provide 'inline-only option (org-babel-exp-results): Implement 'inline-only for org-export-babel-evaluate This is useful because there is no way for inline results to be

Re: [O] [PATCH] Properly escape ~ for LaTeX export

2013-04-01 Thread Nicolas Goaziou
Hello, Aaron Ecay aarone...@gmail.com writes: * lisp/ox-latex.el: (org-latex-plain-text): Properly escape ~ for LaTeX export Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [BUG] [ODT] Subtree export gives wrong footnote style

2013-04-01 Thread Nicolas Goaziou
Hello, Christian Moe christian@hf.uio.no writes: * The new styles don't seem to get applied Quote and center blocks in footnotes do not get OrgFootnoteQuotations style in my test. They remain Footnote. (You didn't add any OrgFootnoteVerse style, but I tried it out anyway. A verse

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-01 Thread Nicolas Goaziou
Hello, Aaron Ecay aarone...@gmail.com writes: This patch series is an attempt to add synctex support to org mode. Thank you for your patch. I have not tested this code extensively, but it does work for me. I don't know if it works for async export or not, since I haven't set up a working

[O] Visibility cycling bugs when an org file ends with a plain list

2013-04-01 Thread James Harkins
Hi, I don't remember if this was reported or not. I frequently get the following message in the mini-buffer, after trying to expand the last top-level node in a file. The behavior seems to depend on the last node containing a plain list. byte-code: Invalid search bound (wrong side of point)

[O] Org as a static site generator

2013-04-01 Thread David Engster
I'd like to use Org as a static site generator. I know quite a few people use Org to manage their sites, so I'd like to know what's already available and what I'd need to add to make this working properly. I know of course how to export a bunch of Org files to HTML through the publishing

Re: [O] Org as a static site generator

2013-04-01 Thread Vincent Beffara
Hi, I am using o-blog for that, it is pretty great. One Org file for everything, and it actually splits it into one page per marked headline. You can use one of the headlines as a template for the nav section of the page, shared across all pages. (As you can tell from the name, it is intended

Re: [O] Org as a static site generator

2013-04-01 Thread David Engster
Vincent Beffara writes: I am using o-blog for that, it is pretty great. Thanks, that looks pretty nice. I'll take a look. Thing of a typical HTML5 template having a header, nav, footer, and article. I'd like Org to include the different exported files into the article section, and the rest

Re: [O] [BUG] [ODT] Subtree export gives wrong footnote style

2013-04-01 Thread Christian Moe
Hi, Nicolas, Apologies, it looks like my installation is to blame, and that the part of the patch that inserted the new style definitions was never applied to OrgOdtStyles.xml. My org-odt-styles-dir becomes /usr/share/emacs/etc/org/styles/, not etc/styles/. I assume the latter would be the

Re: [O] Org as a static site generator

2013-04-01 Thread Vincent Beffara
Thing of a typical HTML5 template having a header, nav, footer, and article. I'd like Org to include the different exported files into the article section, and the rest to remain the same. The nav would contain a global navigation menu, also highlighting the current active section

[O] css link colors for Worg are difficult to spot

2013-04-01 Thread John Hendy
I find the links difficult to spot in Worg sometimes, especially depending on monitor angle and current brightness setting. Is this an issue for anyone else? I fiddled around in /style/worg.css a bit and didn't land on anything too great. I'm wondering if anyone with a design background might

Re: [O] phone links...

2013-04-01 Thread Robert Goldman
On 3/29/13 Mar 29 -6:23 PM, Robert Goldman wrote: Since I keep my todo tasks in my org files, and some of them involve phone calls, I made a rudimentary handler for phone: links that I would like to contribute. It features a link declaration (in org-phone.el) and an ancillary script

Re: [O] Item task_id not being used in taskjuggler export

2013-04-01 Thread Nicolas Goaziou
Hello, John Hendy jw.he...@gmail.com writes: I seem to be having trouble getting custom task_id values used for my taskjuggler file. Thank you for the detailed report. Would the attached patch fix the problem? Regards, -- Nicolas Goaziou From 30b8328292fc09b3f1ae84b469d1c574c19bfa58 Mon

Re: [O] [PATCH] Fix several byte-compile warnings in org-contrib files

2013-04-01 Thread Nicolas Goaziou
Hello, Thanks for your patch. Here are a few comments. Aaron Ecay aarone...@gmail.com writes: +(require 'cl-lib) This is not an option since Org has to support Emacsen older than 24.3. - (add (remove-if (lambda (author) (string-match others author)) -

Re: [O] Item task_id not being used in taskjuggler export

2013-04-01 Thread John Hendy
On Mon, Apr 1, 2013 at 9:21 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, John Hendy jw.he...@gmail.com writes: I seem to be having trouble getting custom task_id values used for my taskjuggler file. Thank you for the detailed report. Would the attached patch fix the problem?

Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-01 Thread Aaron Ecay
Hi Nicolas, 2013ko apirilak 1an, Nicolas Goaziou-ek idatzi zuen: This sentence is wrong. Look, for example at `org-latex-inline-src-block'. The exporter doesn't delete anything, Babel does. You’re right – I meant (and should have said) “the process of exporting” more broadly, not the

Re: [O] Item task_id not being used in taskjuggler export

2013-04-01 Thread Nicolas Goaziou
John Hendy jw.he...@gmail.com writes: I still have the issue of depending on a task not in the current subtree, but perhaps I'm just not using the exporter correctly: There was indeed a bug in the dependencies formatting. It should now be fixed in master. Could you confirm it? *** Task

Re: [O] [BUG] [ODT] Subtree export gives wrong footnote style

2013-04-01 Thread Nicolas Goaziou
Christian Moe christian@hf.uio.no writes: Apologies, it looks like my installation is to blame, and that the part of the patch that inserted the new style definitions was never applied to OrgOdtStyles.xml. My org-odt-styles-dir becomes /usr/share/emacs/etc/org/styles/, not etc/styles/. I

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-01 Thread Aaron Ecay
Hi Nicolas, 2013ko apirilak 1an, Nicolas Goaziou-ek idatzi zuen: Async export works out of-the-box (though not optimized). There's no special environment to set up. For me, when I tried it the async emacs process died because it could not find an external elisp library that I load from my

Re: [O] Item task_id not being used in taskjuggler export

2013-04-01 Thread John Hendy
On Mon, Apr 1, 2013 at 10:20 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: I still have the issue of depending on a task not in the current subtree, but perhaps I'm just not using the exporter correctly: There was indeed a bug in the dependencies

[O] babel results handling (was: Process hlines in imported tables)

2013-04-01 Thread Rick Frankel
On Sun, Mar 31, 2013 at 07:37:38AM -0600, Eric Schulte wrote: It is certainly true that Emacs Lisp is treated differently than all other languages. There are also significant differences between languages, e.g., session evaluation doesn't make sense for some languages, and for other languages

Re: [O] Item task_id not being used in taskjuggler export

2013-04-01 Thread Nicolas Goaziou
John Hendy jw.he...@gmail.com writes: On Mon, Apr 1, 2013 at 10:20 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: I still have the issue of depending on a task not in the current subtree, but perhaps I'm just not using the exporter correctly: There was

Re: [O] Item task_id not being used in taskjuggler export

2013-04-01 Thread John Hendy
On Mon, Apr 1, 2013 at 11:38 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: On Mon, Apr 1, 2013 at 10:20 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: I still have the issue of depending on a task not in the current

Re: [O] Item task_id not being used in taskjuggler export

2013-04-01 Thread Nicolas Goaziou
John Hendy jw.he...@gmail.com writes: Process: - Save your patch to ~/Downloads/patch.patch - cd ~/.elisp/org.git - git branch tj-test - git checkout tj-test - patch -p1 ~/Downloads/patch.patch - make clean make - start fresh Emacs session Dismiss the patch. I pushed the changes into

[O] New logo

2013-04-01 Thread Bastien
Hi all, I've been trying hard to enhance the logo for the release of 8.0 and I gather that my attempts failed so far. So instead of trying to change the colors and the shape, I suddenly realized we could simply find... a *better* animal. What is the most appropriate symbol of why we all use

Re: [O] New logo

2013-04-01 Thread Suvayu Ali
On Mon, Apr 01, 2013 at 07:20:13PM +0200, Bastien wrote: I asked many Org friends during the last few weeks, and we all agreed that an ostrich might be a good candidate. So here it is -- I just updated the website accordingly: http://orgmode.org I did spent a lot of time and energy

Re: [O] New logo

2013-04-01 Thread Thorsten Jolitz
Bastien b...@altern.org writes: Amazing design skills ;) and perfect timing for the announcement ... -- cheers, Thorsten

Re: [O] New logo

2013-04-01 Thread Brian van den Broek
On 1 April 2013 13:20, Bastien b...@altern.org wrote: Hi all, I've been trying hard to enhance the logo for the release of 8.0 and I gather that my attempts failed so far. So instead of trying to change the colors and the shape, I suddenly realized we could simply find... a *better* animal.

Re: [O] New logo

2013-04-01 Thread Evan Misshula
I did spent a lot of time and energy on deciding this, and this is not only me, but also many Org users I've asked, so please do not discuss this change. Seems like an April fools joke. Of course we will discuss. :-P On Mon, Apr 1, 2013 at 2:16 PM, Brian van den Broek

Re: [O] New logo

2013-04-01 Thread Brian van den Broek
On 1 Apr 2013 14:23, Evan Misshula evanmissh...@gmail.com wrote: I did spent a lot of time and energy on deciding this, and this is not only me, but also many Org users I've asked, so please do not discuss this change. Seems like an April fools joke. Of course we will discuss. :-P On

Re: [O] [BUG] [ODT] Subtree export gives wrong footnote style

2013-04-01 Thread Christian Moe
Hi again, Now that I've finally pointed to the patched file, the patch seems to work perfectly. We could also make use of OrgFootnoteVerse and OrgFootnoteCode styles, but I'm not sure about their definition. It doesn't matter all that much, I think -- in any case the style definition is

Re: [O] New logo

2013-04-01 Thread Evan Misshula
Apologies for any breech of protocol. EM On Mon, Apr 1, 2013 at 2:28 PM, Brian van den Broek brian.van.den.br...@gmail.com wrote: On 1 Apr 2013 14:23, Evan Misshula evanmissh...@gmail.com wrote: I did spent a lot of time and energy on deciding this, and this is not only me, but also

[O] ostrich mascott but with reading glasses (was: Re: New logo)

2013-04-01 Thread Gregor Zattler
Hi Bastien, * Bastien b...@altern.org [01. Apr. 2013]: [... ostrich as the new org-mode logo ...] I did spent a lot of time and energy on deciding this, and this is not only me, but also many Org users I've asked, so please do not discuss this change. I'm fine with Bastiens choice of an

Re: [O] New logo

2013-04-01 Thread Allen S. Rout
On 04/01/2013 02:28 PM, Brian van den Broek wrote: That's not in keeping with the spirit of the thing. Knowing allusions (as above) are fine, but overtly pointing it? That's not cricket! Mmm. Maybe a _REALLY_ big turkey on a platter? - Allen S. Rout

Re: [O] New logo

2013-04-01 Thread Allen S. Rout
On 04/01/2013 02:35 PM, Evan Misshula wrote: Apologies for any breech of protocol. EM Ew. - Allen S. Rout

Re: [O] New logo

2013-04-01 Thread Christian Moe
+1! :) It's a great logo for a great PTO[1] tool. Yours, Christian [1] PTO = Putting Things Off Bastien writes: Hi all, I've been trying hard to enhance the logo for the release of 8.0 and I gather that my attempts failed so far. So instead of trying to change the colors and the shape,

Re: [O] Org as a static site generator

2013-04-01 Thread Ian Barton
On 01/04/13 13:08, Vincent Beffara wrote: Yes, I mean, I know which html you need for that, simply within o-blog you need to manage between relative paths, absolute paths, canonical paths and so on in the template, to match the right section, - mainly it should be a matter of let-ing the

[O] Org-mode as a metalanguage: calling SQL functions

2013-04-01 Thread Gary Oberbrunner
It seems like you can define procedures in org-mode and call them from elsewhere, with args. But I'm not sure how well-defined that process is; the documentation is not completely perfect yet I think. Here's one thing I'm trying that seems not to work. I define a procedure as a named ref called

Re: [O] ostrich mascott but with reading glasses (was: Re: New logo)

2013-04-01 Thread Brian van den Broek
On 1 Apr 2013 14:36, Gregor Zattler telegr...@gmx.net wrote: snip The more conservative org-mode users may argue -- and in sharp contrast to our benevolent dictator Bastien I encourage everyone to argue over everything -- that ostrichs typically are portrayed with their head in the sand.

Re: [O] New logo

2013-04-01 Thread Carsten Dominik
On 1.4.2013, at 19:20, Bastien b...@altern.org wrote: Hi all, I've been trying hard to enhance the logo for the release of 8.0 and I gather that my attempts failed so far. So instead of trying to change the colors and the shape, I suddenly realized we could simply find... a *better*

Re: [O] Org-mode as a metalanguage: calling SQL functions

2013-04-01 Thread Mike Gauland
Gary Oberbrunner garyo at oberbrunner.com writes: Is this supposed to work? -- Gary I'm not sure how it's /supposed/ to work, either, but this example works for a sqlite database I've been playing with: #+NAME: artist #+BEGIN_SRC sqlite :db the_sound_A-Z.sql :var song_title= select

Re: [O] colorg: Protocol [was: Re: Rudel - Real-Time collaborative editing of Org-Mode files]

2013-04-01 Thread Torben Hoffmann
Hi François, I recently read an interesting article on Convergent and Commutative Replicated Data Types ( http://hal.inria.fr/docs/00/55/55/88/PDF/techreport.pdf) which happened to have a section called Co-operative text editing that seems spot on for the problem you are trying to solved. They

Re: [O] New logo

2013-04-01 Thread Michael Gauland
Bastien bzg at altern.org writes: I asked many Org friends during the last few weeks, and we all agreed that an ostrich might be a good candidate. I'm afraid this logo sends the wrong message. It should be showing the non-org-users of the world with their heads in the sand. Or maybe the logo

Re: [O] Item task_id not being used in taskjuggler export tj prefixing

2013-04-01 Thread Buddy Butterfly
Hi, regarding your example ** Milestones :M: *** Task :PROPERTIES: :task_id: M2 :depends: T8 :END: ** Technical :T: :PROPERTIES: :task_id: T :END: *** Task :PROPERTIES: :task_id: T8 :duration: 1d :END: I would like to

Re: [O] Item task_id not being used in taskjuggler export tj prefixing

2013-04-01 Thread Buddy Butterfly
Correction, see below... Am 01.04.2013 22:56, schrieb Buddy Butterfly: Hi, regarding your example ** Milestones :M: *** Task :PROPERTIES: :task_id: M2 :depends: T8 :END: ** Technical :T: :PROPERTIES: :task_id: T :END: *** Task

Re: [O] Item task_id not being used in taskjuggler export tj prefixing

2013-04-01 Thread John Hendy
On Mon, Apr 1, 2013 at 3:56 PM, Buddy Butterfly buddy.butter...@web.de wrote: Hi, regarding your example ** Milestones :M: *** Task :PROPERTIES: :task_id: M2 :depends: T8 :END: ** Technical :T: :PROPERTIES: :task_id: T :END: ***

Re: [O] Item task_id not being used in taskjuggler export tj prefixing

2013-04-01 Thread Nicolas Goaziou
John Hendy jw.he...@gmail.com writes: I agree and would prefer this. Especially since folks wanting to export and being allowed to access tj functionality through drawers are probably going to anticipate using actual tj syntax in those drawers. Since tj only forces unique global ids (one can

Re: [O] [BUG] [ODT] Subtree export gives wrong footnote style

2013-04-01 Thread Nicolas Goaziou
Christian Moe christian@hf.uio.no writes: For now, I think the patch is correct to apply. What do you think? Absolutely, it fixes a bug in footnote styling, and adds useful styling of quotes within footnotes. Patch applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] New logo

2013-04-01 Thread Rasmus
Michael Gauland mikely...@no8wireless.co.nz writes: Bastien bzg at altern.org writes: I asked many Org friends during the last few weeks, and we all agreed that an ostrich might be a good candidate. I have long been scared of that rather foul looking unicorn. Great job! Next step is

Re: [O] New logo

2013-04-01 Thread Anthony Lander
On 13-Apr-1, at 1:20 PM, Bastien wrote: Hi all, I've been trying hard to enhance the logo for the release of 8.0 and I gather that my attempts failed so far. So instead of trying to change the colors and the shape, I suddenly realized we could simply find... a *better* animal. Bastien,

Re: [O] Org-mode as a metalanguage: calling SQL functions

2013-04-01 Thread Eric Abrahamsen
Gary Oberbrunner ga...@oberbrunner.com writes: It seems like you can define procedures in org-mode and call them from elsewhere, with args. But I'm not sure how well-defined that process is; the documentation is not completely perfect yet I think. Here's one thing I'm trying that seems not

Re: [O] Org-mode as a metalanguage: calling SQL functions

2013-04-01 Thread Eric Abrahamsen
Eric Schulte schulte.e...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: Gary Oberbrunner ga...@oberbrunner.com writes: It seems like you can define procedures in org-mode and call them from elsewhere, with args. But I'm not sure how well-defined that process is; the

Re: [O] Org-mode as a metalanguage: calling SQL functions

2013-04-01 Thread Gary Oberbrunner
Aha -- you have to use the :var syntax on the begin_src line, not the params-in-parens syntax on the name line. Your version works: #+name: example-block #+begin_src sh :var input= echo input is $input #+end_src but this doesn't: #+name: example-block(input=) #+begin_src sh echo input is

[O] yanking a headline in folded state

2013-04-01 Thread 42 147
Hello mailing list, A source of slight irritation is killing a whole headline with C-k (usually to move it to another buffer), and seeing it unfold every single sub-headline after I yank it to its new position. This causes tremendous chaos sometimes, especially if there are a number of nested

Re: [O] New logo

2013-04-01 Thread 42 147
Or maybe the logo should include the subterranean wonders of org the ostrich (orgstrich?) is marveling at? Completely awesome suggestion. Please integrate. The logo is indeed hilarious though.

Re: [O] Item task_id not being used in taskjuggler export tj prefixing

2013-04-01 Thread John Hendy
On Mon, Apr 1, 2013 at 5:01 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: I agree and would prefer this. Especially since folks wanting to export and being allowed to access tj functionality through drawers are probably going to anticipate using actual

Re: [O] Item task_id not being used in taskjuggler export

2013-04-01 Thread John Hendy
On Mon, Apr 1, 2013 at 12:05 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: Process: - Save your patch to ~/Downloads/patch.patch - cd ~/.elisp/org.git - git branch tj-test - git checkout tj-test - patch -p1 ~/Downloads/patch.patch - make clean make