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

2013-04-01 Thread Nicolas Goaziou
Hello, Aaron Ecay 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 stored. > The im

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

2013-04-01 Thread Nicolas Goaziou
Hello, Aaron Ecay 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 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 block inside a footno

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

2013-04-01 Thread Nicolas Goaziou
Hello, Aaron Ecay 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 environment for

[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) This

[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 features.

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 a

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 , , , >> and . I'd like Org to include the different exported files into >> the section, and the rest to remain the same. The

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 co

Re: [O] Org as a static site generator

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

[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 have

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 (cur

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

2013-04-01 Thread Nicolas Goaziou
Hello, John Hendy 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 Sep 17 00:00:00 2

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 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)) > - (remove-duplicates (apply #'ap

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 wrote: > Hello, > > John Hendy 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? > Thanks for the quick respons

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 exp

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

2013-04-01 Thread Nicolas Goaziou
John Hendy 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 > :PROPERTIES: >

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

2013-04-01 Thread Nicolas Goaziou
Christian Moe 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 assume the > lat

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 wrote: > John Hendy 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

[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 langua

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

2013-04-01 Thread Nicolas Goaziou
John Hendy writes: > On Mon, Apr 1, 2013 at 10:20 AM, Nicolas Goaziou wrote: >> John Hendy 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 formatt

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 wrote: > John Hendy writes: > >> On Mon, Apr 1, 2013 at 10:20 AM, Nicolas Goaziou wrote: >>> John Hendy 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 co

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

2013-04-01 Thread Nicolas Goaziou
John Hendy 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 master. Y

[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 Org-

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

Re: [O] New logo

2013-04-01 Thread Thorsten Jolitz
Bastien 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 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. > > What

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 < brian.van.den.br..

Re: [O] New logo

2013-04-01 Thread Brian van den Broek
On 1 Apr 2013 14:23, "Evan Misshula" 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 Mon, Apr

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 ent

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" wrote: > > > > > I did spent a lot of time and energy on deciding this, and this > > > is not only me, but also many Org

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

2013-04-01 Thread Gregor Zattler
Hi Bastien, * Bastien [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 ostrich as org-m

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 sh

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 rig

[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 call

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" wrote: > 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. Being in harmonic

Re: [O] New logo

2013-04-01 Thread Carsten Dominik
On 1.4.2013, at 19:20, 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. > > W

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

2013-04-01 Thread Mike Gauland
Gary Oberbrunner 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 artist fr

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 m

Re: [O] New logo

2013-04-01 Thread Michael Gauland
Bastien 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 sh

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: >

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 wrote: > > 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 Nicolas Goaziou
John Hendy 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 have M.T8, > T.

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

2013-04-01 Thread Nicolas Goaziou
Christian Moe 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 writes: > Bastien 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 replacing the Gnu is Emacs Core

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. Basti

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

2013-04-01 Thread Eric Abrahamsen
Gary Oberbrunner 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 to work. > > I d

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

2013-04-01 Thread Eric Abrahamsen
Eric Schulte writes: > Eric Abrahamsen writes: > >> Gary Oberbrunner 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 thi

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 "inpu

[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 sub

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 wrote: > John Hendy 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.

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 wrote: > John Hendy 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 E