Re: [O] Is it possible to create links to M-x occur results?

2013-05-03 Thread Carsten Dominik
On 2.5.2013, at 19:25, Leo Alekseyev dnqu...@gmail.com wrote: Nice! Short and sweet, and works great. It should go on orgmode.org somewhere in the cool hacks section. Make a patch if you don't have write access to worg... - Carsten On Thu, May 2, 2013 at 7:07 AM, Rick Frankel

Re: [O] [new exporter] how can I export drawers?

2013-05-03 Thread Carsten Dominik
On 2.5.2013, at 21:28, Eric S Fraga e.fr...@ucl.ac.uk wrote: Carsten Dominik carsten.domi...@gmail.com writes: [...] Hi Eric, I can see that this must be painful, so you are one of the people who suffer from this more that others. On the other hand, this also makes you an asset for

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-05-03 Thread Carsten Dominik
Thanks, I will look at this patch next week. - Carsten On 2.5.2013, at 23:07, Eric Abrahamsen e...@ericabrahamsen.net wrote: Rick Frankel r...@rickster.com writes: On Tue, Apr 30, 2013 at 08:26:52PM -0700, Eric Abrahamsen wrote: Rick Frankel r...@rickster.com writes: Whoops. Wrong key.

Re: [O] [html] centering

2013-05-03 Thread Carsten Dominik
On 2.5.2013, at 03:22, Samuel Wales samolog...@gmail.com wrote: Has there been a recent change in HTML centering? We get this now: div class=center This does not work in browsers that do not support CSS. Specifically, which browsers are you talking about? What do you mean by not

Re: [O] odd behavior for begin_src org :results

2013-05-03 Thread Sebastien Vauban
Hello Greg, Greg Minshall wrote: It appears that only *string* values are allowed for any :var that are defined (i.e., ':var bar=foo', and *not* ':var bar=3'). Confirmed. The following does not work. #+begin_src org :results drawer replace :var you=2 Hello $you #+end_src since i'm not 100%

Re: [O] How to initiate source edits

2013-05-03 Thread Achim Gratz
Andreas Röhler andreas.roehler at easy-emacs.de writes: What is the best way to put this into an #+BEGIN_SRC python foo = { bar: ( baz, qux, ), } #+END_SRC s TAB python C-c ' C-x i src.python C-c ' Regards, Achim.

Re: [O] section subtitle in latex export

2013-05-03 Thread Aaron Ecay
Hello Nicolas, 2013ko maiatzak 2an, Nicolas Goaziou-ek idatzi zuen: That's good. Please push it into maint branch. Done. I then merged the patch into the master branch. Thanks, -- Aaron Ecay

Re: [O] Is it possible to create links to M-x occur results?

2013-05-03 Thread Memnon Anon
Carsten Dominik carsten.domi...@gmail.com writes: On 2.5.2013, at 19:25, Leo Alekseyev dnqu...@gmail.com wrote: Nice! Short and sweet, and works great. It should go on orgmode.org somewhere in the cool hacks section. Make a patch if you don't have write access to worg... It

Re: [O] How to initiate source edits

2013-05-03 Thread Andreas Röhler
Am 03.05.2013 10:07, schrieb Achim Gratz: Andreas Röhler andreas.roehler at easy-emacs.de writes: What is the best way to put this into an #+BEGIN_SRC python foo = { bar: ( baz, qux, ), } #+END_SRC s TAB python C-c ' C-x i src.python C-c ' Regards,

Re: [O] [Taskjuggler] Status of exporter

2013-05-03 Thread Eric S Fraga
John Hendy jw.he...@gmail.com writes: [...] Yeah, something's goofy with your report syntax, but I've just kind of Is there something I can do in org to fix the report syntax? I would have thought that the /out of the box/ ox-taskjuggler would export something that works. Or is it my TJ

Re: [O] How to initiate source edits

2013-05-03 Thread Myles English
Hi Andreas, Andreas Röhler writes: Hi, have in some source file, let's assume Python, the following: foo = { bar: ( baz, qux, ), } What is the best way to put this into an #+BEGIN_SRC python foo = { bar: ( baz, qux,

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-03 Thread Daimrod
Martin vbmaz...@web.de writes: Hello Martin, Thanks for your patch. I will only make a few stylistic remarks. 1. Could you add `contrib/lisp/ox-taskjuggler.el:' to the subject? (The first line of the commit message) 2. IIUC you don't need the TINYCHANGE cookie because the changes are

Re: [O] Exporting large documents

2013-05-03 Thread Carsten Dominik
Hi Lawrence, thanks for doing this. Stuff to think about - but no good ideas for improvements here either - I am just not familiar enough with the export engine. Nicolas, it would be interesting to hear from you if you have comments and ideas about quadratic behavior of the exporter, and if you

Re: [O] How to ensure code blocks are run during export?

2013-05-03 Thread Sebastien Vauban
Alan, Alan Schmitt wrote: I'm writing an exam in org mode, and it's going really well. I need to have some code in code blocks being run during export (as it's defining some functions for later questions), but I don't want anything to be displayed in the final document. At the moment I use

Re: [O] How to initiate source edits

2013-05-03 Thread Andreas Röhler
Am 03.05.2013 10:34, schrieb Myles English: Hi Andreas, Andreas Röhler writes: Hi, have in some source file, let's assume Python, the following: foo = { bar: ( baz, qux, ), } What is the best way to put this into an #+BEGIN_SRC python foo = {

Re: [O] How to ensure code blocks are run during export?

2013-05-03 Thread Alan Schmitt
Sebastien Vauban writes: Alan, Alan Schmitt wrote: I'm writing an exam in org mode, and it's going really well. I need to have some code in code blocks being run during export (as it's defining some functions for later questions), but I don't want anything to be displayed in the final

Re: [O] [Taskjuggler] Status of exporter

2013-05-03 Thread Christian Egli
Hi Eric Eric S Fraga e.fr...@ucl.ac.uk writes: I must be doing something really silly (not unheard of ;-) but I just cannot get the new tj3 exporter to work. No, you found a bug in the exporter :-(. Any pointers would be most welcome. The problem is that I added a new feature which

[O] initiate source edits and region

2013-05-03 Thread Andreas Röhler
Hi all, want to wrap org-mode src markup around code in existing region. Having a look at the way sTAB works internally, it seems hard to make use of it. The region is affected already by inserting sTAB. That part probably would profit being moved closer to the way, edit commands are called

Re: [O] initiate source edits and region

2013-05-03 Thread Sebastien Vauban
Andreas, Andreas Röhler wrote: want to wrap org-mode src markup around code in existing region. Maybe someone already wrote such region-sensitive insert/init? Yes, Eric: C-c C-v C-d Best regards, Seb -- Sebastien Vauban

Re: [O] Exporting large documents

2013-05-03 Thread Lawrence Mitchell
Carsten Dominik wrote: Hi Lawrence, thanks for doing this. Stuff to think about - but no good ideas for improvements here either - I am just not familiar enough with the export engine. Nicolas, it would be interesting to hear from you if you have comments and ideas about quadratic

Re: [O] How to ensure code blocks are run during export?

2013-05-03 Thread Sebastien Vauban
Alan, Alan Schmitt wrote: Sebastien Vauban writes: Alan Schmitt wrote: I'm writing an exam in org mode, and it's going really well. I need to have some code in code blocks being run during export (as it's defining some functions for later questions), but I don't want anything to be

Re: [O] initiate source edits and region

2013-05-03 Thread Andreas Röhler
Am 03.05.2013 13:11, schrieb Sebastien Vauban: Andreas, Andreas Röhler wrote: want to wrap org-mode src markup around code in existing region. Maybe someone already wrote such region-sensitive insert/init? Yes, Eric: C-c C-v C-d Best regards, Seb That's it, thanks!

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-03 Thread Martin Becker
Dear Daimrod, Thank you for these remarks, next time I know. I attached a clean patch. On 03.05.2013 10:40, Daimrod wrote: Martin vbmaz...@web.de writes: Hello Martin, Thanks for your patch. I will only make a few stylistic remarks. 1. Could you add `contrib/lisp/ox-taskjuggler.el:' to the

Re: [O] Is it possible to create links to M-x occur results?

2013-05-03 Thread Nicolas Richard
Memnon Anon gegendosenflei...@googlemail.com writes: Carsten Dominik carsten.domi...@gmail.com writes: On 2.5.2013, at 19:25, Leo Alekseyev dnqu...@gmail.com wrote: Nice! Short and sweet, and works great. It should go on orgmode.org somewhere in the cool hacks section. Make a patch if

Re: [O] How to ensure code blocks are run during export?

2013-05-03 Thread Alan Schmitt
Sebastien Vauban writes: The following does work. It does, I agree, but this does not. If you run export on this: --8---cut here---start-8--- # -*- org-confirm-babel-evaluate: nil -*- Setting the stage #+BEGIN_SRC ocaml :results silent :exports none let f

Re: [O] Is it possible to create links to M-x occur results?

2013-05-03 Thread Rick Frankel
On Fri, May 03, 2013 at 09:14:43AM +0200, Carsten Dominik wrote: On 2.5.2013, at 19:25, Leo Alekseyev dnqu...@gmail.com wrote: Nice! Short and sweet, and works great. It should go on orgmode.org somewhere in the cool hacks section. Make a patch if you don't have write

[O] Export Org-mode content to Reveal.js presentations

2013-05-03 Thread Yujie Wen
Hi, I'd like to introduce a new Org-Mode exporter, Org-reveal, that exports Org-mode contents to Reveaj.js presentations. Reveal.js is a web-based presentation framework, with beautiful 3-D effects and 2-D slides arrangements. The original sample illustration can be found at

Re: [O] How to ensure code blocks are run during export?

2013-05-03 Thread Sebastien Vauban
Alan, Alan Schmitt wrote: Sebastien Vauban writes: The following does work. It does, I agree, but this does not. If you run export on this: # -*- org-confirm-babel-evaluate: nil -*- Setting the stage #+BEGIN_SRC ocaml :results silent :exports none let f x = x;; #+END_SRC Using the

Re: [O] Gentoo ebuild for app-emacs/org-mode-8.0.1

2013-05-03 Thread Christoph LANGE
Hi Achim, about ORG_ADD_CONTRIB and other faults that you pointed out in my ebuild: I'm sorry but I didn't manage to test this before going on holiday. Meanwhile I see there has been progress; see Ulrich Müller's comment at https://bugs.gentoo.org/show_bug.cgi?id=466720#c6 and my reply. I just

Re: [O] How to ensure code blocks are run during export?

2013-05-03 Thread Alan Schmitt
Hi Sebastien, Sebastien Vauban writes: I don't know OCaml at all, so I cannot try your example locally on my machine. And I don't know about other languages that support sessions, unfortunately. Though, you speak of session: where is your session header argument? Isn't that the problem?

Re: [O] initiate source edits and region

2013-05-03 Thread François Pinard
Sebastien Vauban writes: Yes, Eric: C-c C-v C-d Wow, I did not know that command, which seems quite useful! Thanks. However, it inserts the markers in lower case. In a previous mail list discussion on this (delicate, almost heated) matter, Bastien finally ruled out that the preference in Org

Re: [O] initiate source edits and region

2013-05-03 Thread Sebastien Vauban
Hello François, François Pinard wrote: Sebastien Vauban writes: Yes, Eric: C-c C-v C-d Wow, I did not know that command, which seems quite useful! Thanks. However, it inserts the markers in lower case. In a previous mail list discussion on this (delicate, almost heated) matter, Bastien

Re: [O] initiate source edits and region

2013-05-03 Thread Carsten Dominik
On 3.5.2013, at 15:19, François Pinard pin...@iro.umontreal.ca wrote: Sebastien Vauban writes: Yes, Eric: C-c C-v C-d Wow, I did not know that command, which seems quite useful! Thanks. I did not know it either. Great. However, it inserts the markers in lower case. In a previous

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-03 Thread Rasmus
Yujie Wen yjwen...@gmail.com writes: Hi, I'd like to introduce a new Org-Mode exporter, Org-reveal, that exports Org-mode contents to Reveaj.js presentations. Reveal.js is a web-based presentation framework, with beautiful 3-D effects and 2-D slides arrangements. The original sample

Re: [O] [new exporter] how can I export drawers?

2013-05-03 Thread Eric S Fraga
Carsten Dominik carsten.domi...@gmail.com writes: You did not, I wanted to tell you that your input is appreciated. Thanks! -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.3.50.1 and Org release_8.0.2-67-gc36435

Re: [O] [Taskjuggler] Status of exporter

2013-05-03 Thread Eric S Fraga
Christian Egli christian.e...@sbs.ch writes: Hi Eric Eric S Fraga e.fr...@ucl.ac.uk writes: I must be doing something really silly (not unheard of ;-) but I just cannot get the new tj3 exporter to work. No, you found a bug in the exporter :-(. Any pointers would be most welcome.

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-03 Thread Christian Egli
Hi Martin Martin Becker vbmaz...@web.de writes: Thank you for these remarks, next time I know. I attached a clean patch. I like this patch, this is good stuff. Can you tell me how you use this? I.e. does tj3 adapt the length fo a task based on your clock table? A few remarks on the patch

Re: [O] [Taskjuggler] Status of exporter

2013-05-03 Thread Christian Egli
Hi Eric Eric S Fraga e.fr...@ucl.ac.uk writes: I get errors, having allocated efforts to all my tasks, that tasks do not fit into the project time frame. How is this time frame defined? This is defined on the project. I think it is some kind of tj3 optimization to limit the space that it has

[O] org-babel-demarcate-block added to menu

2013-05-03 Thread Andreas Röhler
Cheers, Andreas commit 3684737f97fc78eeca8f6d284985e39a88a5393e Author: Andreas Roehler andreas.roeh...@online.de Date: Fri May 3 17:22:33 2013 +0200 menu provide `org-babel-demarcate-block' org-mode menu should enable access to edit commands This change opens a slot, so

Re: [O] [Taskjuggler] Status of exporter

2013-05-03 Thread Eric S Fraga
Christian, ignore my previous email re: time span for the project. Having looked at your code, I see that you make use of the SCHEDULED and DEADLINE properties of the top headline. This is obvious (in hindsight). So this works. I now have a further problem which I will email later when I am

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-03 Thread Martin Becker
Hi Christian, I like this patch, this is good stuff. Can you tell me how you use this? Thanks, I attached a file where I made some tests. My idea was, that clock times are only used when there is no explicit information given, viz., when there is neither a property `complete' nor the task

Re: [O] [Taskjuggler] Status of exporter

2013-05-03 Thread Eric S Fraga
Christian Egli christian.e...@sbs.ch writes: [...] There is a default, see `org-taskjuggler-default-project-duration'. In Thanks. I have used #+BIND to set this. However, it would be nice if this variable did not assume days but instead allowed a TJ specification (e.g. 6m, 4y). I had to

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-03 Thread Eric S Fraga
Yujie Wen yjwen...@gmail.com writes: Hi, I'd like to introduce a new Org-Mode exporter, Org-reveal, that exports Org-mode contents to Reveaj.js presentations. This looks really interesting. So many choices, so little time... :( I really like the ability to see the zoomed out view of the

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-03 Thread Christian Egli
Hi Martin Martin Becker vbmaz...@web.de writes: My idea was, that clock times are only used when there is no explicit information given, viz., when there is neither a property `complete' nor the task state equals done. Since I am clocking most of my activities, it would be convenient for me

Re: [O] [Taskjuggler] Status of exporter

2013-05-03 Thread Christian Egli
Christian Egli christian.e...@sbs.ch writes: In theory (according to the doc string of `org-taskjuggler--build-project') you should also be able to set an end property on the project, but this hasn't been implemented yet. I remember now what the problem with this was. The exporter uses the

Re: [O] [PATCH] Re: Can't export LaTeX source code blocks

2013-05-03 Thread Sebastien Vauban
Hi Eric, Could you look at this patch, fixing the priority hierarchy of Babel header arguments, and apply it, if judged OK? Best regards, Seb Sebastien Vauban wrote: Sebastien Vauban wrote: Thomas S. Dye wrote: Sebastien Vauban writes: The code block is NEVER exported. I don't understand

[O] LaTex / PDF export doesn't hyphenate

2013-05-03 Thread D. C. Toedt
ENVIRONMENT: Using Mac OS X Mountain Lion, Emacs 24.3, Org-mode 7.9.1. PROBLEM: When I export to LaTex, there's no hyphenation. The problem exists even when I manually insert hyphenation points with \- as shown below. This problem exists when I process a book manuscript, and also when I

[O] Bug: Insert org headline errors out [8.0.2 (release_8.0.2-68-g40635b @ /home/dsubramanian/.emacs.d/thirdparty/org-mode/lisp/)]

2013-05-03 Thread deepak subramanian
I am getting the below error when inserting a headline in org mode using Ctrl-Enter or M-Enter System : Ubuntu 10.04 Debugger entered--Lisp error: (wrong-type-argument stringp nil) looking-at(nil) (and (looking-at org-complex-heading-regexp) (match-beginning 4) ( p (match-beginning 4)))

Re: [O] [html] centering

2013-05-03 Thread Samuel Wales
Hi Carsten, On 5/3/13, Carsten Dominik carsten.domi...@gmail.com wrote: Has there been a recent change in HTML centering? We get this now: div class=center This does not work in browsers that do not support CSS. Specifically, which browsers are you talking about? What do you mean by

Re: [O] LaTex / PDF export doesn't hyphenate

2013-05-03 Thread Marcin Borkowski
Dnia 2013-05-03, o godz. 15:55:09 D. C. Toedt d...@toedt.com napisał(a): ENVIRONMENT: Using Mac OS X Mountain Lion, Emacs 24.3, Org-mode 7.9.1. PROBLEM: When I export to LaTex, there's no hyphenation. The problem exists even when I manually insert hyphenation points with \- as shown

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-03 Thread Martin Becker
Hi again, On 03.05.2013 22:25, Christian Egli wrote: Hi Martin Martin Becker vbmaz...@web.de writes: My idea was, that clock times are only used when there is no explicit information given, viz., when there is neither a property `complete' nor the task state equals done. Since I am clocking

[O] Org odt export

2013-05-03 Thread Wiskey 5 Alpha
Hello all. I use the odt-export functionality quite extensively. I recently upgraded to org-mode version 8.0.2-2-g93da18-elpaplus. I created an .ott file to use as my style reference for some handouts i created. In previous versions of org-mode, I used a line in the header like this