Re: [O] [PATCH] * lisp/org.el (org-set-font-lock-defaults): include link targets

2013-03-06 Thread Nicolas Goaziou
Hello, Aaron Ecay aarone...@gmail.com writes: The org-target face is created in org-faces.el, but never used for font-locking. This patch fixes that. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [RFC] Org version of the Org manual

2013-03-06 Thread Achim Gratz
Yagnesh Raghava Yakkala writes: IIUC, Achim means, Thanks for spelling that out for me. :-) Given texi generation is very slow, I wonder which format of manual will be included in Emacs trunk.? Well, there obviously needs to be improvement on that front. I've profiled the export already,

Re: [O] [RFC] Org version of the Org manual

2013-03-06 Thread Bastien
Hi Achim, thanks for doing the profiling. Achim Gratz strom...@nexgo.de writes: org-macro-replace-all2222.371024111.185512 This one looks suspicious: if the function does what it says, why does it run twice? If we can spare 111 secs here, that's already an improvement. I'll have

Re: [O] More decoration for babel output

2013-03-06 Thread Bastien
Hi Ken, Ken Williams ken.willi...@windlogics.com writes: Would this be helpful to include by default? Patch attached. I committed something deeply inspired by your patch, but slightly different. Please have a look (from master) and let me know if you think this is okay. Thanks for this

Re: [O] [PATCH] * lisp/org.el (org-set-font-lock-defaults): include link targets

2013-03-06 Thread Achim Gratz
Aaron Ecay writes: The org-target face is created in org-faces.el, but never used for font-locking. This patch fixes that. Thanks. It is easier for the maintainers to deal with your patches if you produce them with git format-patch HEAD~n where n is the number of commits your patch

Re: [O] [PATCH] ox-latex: provide width and height options for images

2013-03-06 Thread Nicolas Goaziou
Hello, aarone...@gmail.com writes: This should now be handled. The new patch will follow this email. In related news, I have completed the FSF copyright assignment process, so the patch can be merged whenever it is deemed ready. Your patch looks good. I have pushed it with minor stylistic

Re: [O] [RFC] Org version of the Org manual

2013-03-06 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: Hi Achim, thanks for doing the profiling. Achim Gratz strom...@nexgo.de writes: org-macro-replace-all2222.371024111.185512 This one looks suspicious: if the function does what it says, why does it run twice? If we can spare 111 secs

Re: [O] [RFC] Org version of the Org manual

2013-03-06 Thread Achim Gratz
Bastien writes: org-macro-replace-all2222.371024111.185512 This one looks suspicious: if the function does what it says, why does it run twice? If we can spare 111 secs here, that's already an improvement. I'll have a look at some point but feel free to beat me on this! That

Re: [O] [patch] ox-koma-letter

2013-03-06 Thread Alan Schmitt
Michael Strey writes: Here is a draft proposal for a user interface using Nicola's suggestion: I like this. About the :BODY: tag, do we really need it if it's optional? Also, do we enfore the order: what if there is a section after we start on the ENCL or PS tags? Alan

Re: [O] [patch] ox-koma-letter

2013-03-06 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org writes: Michael Strey writes: Here is a draft proposal for a user interface using Nicola's suggestion: I like this. About the :BODY: tag, do we really need it if it's optional? Also, do we enfore the order: what if there is a section after

Re: [O] Bug: #+STARTUP: overview and org-startup-folded have no effect [7.9.3e (7.9.3e-1032-g791a8d @ /home/horn/Repos/el/org-mode/lisp/)]

2013-03-06 Thread Bastien
Hi Tassilo, Tassilo Horn t...@gnu.org writes: Bastien b...@altern.org writes: I have seven agenda files, all not too big (~10K on average), and I use an averagely performant computer (5 years old dual core laptop). For me, the difference between `org-agenda-inhibit-startup' set to t or nil

[O] asynchronous exporter and babel confirmation

2013-03-06 Thread Alan Schmitt
Hello, Is the asynchronous exporter supposed to work when a request to evaluate a code block needs to be answered? I was wondering why the exporter was getting stuck, and found a buffer where the question was asked but I had no way to answer it. Thanks, Alan

Re: [O] [new exporter] is #+bind supported?

2013-03-06 Thread Eric S Fraga
Achim Gratz strom...@nexgo.de writes: [...] No, nothing complete yet. Here's what I have so far, some autoload definitions might still be there, but will error out due to the fact that their target files are not in load-path anymore. Thanks for this. I've incorporated it into my emacs

Re: [O] [new exporter] ignoring a headline on export to PDF via latex

2013-03-06 Thread Eric S Fraga
Nicolas Goaziou n.goaz...@gmail.com writes: [...] Indeed, this won't work anymore: `org-latex-translate-alist' has been removed. The equivalent would just be to use a defadvice: #+begin_src emacs-lisp (defadvice org-latex-headline (around my-latex-skip-headlines

Re: [O] [new exporter] ignoring a headline on export to PDF via latex

2013-03-06 Thread Eric S Fraga
Charles Berry ccbe...@ucsd.edu writes: [...] If you just want the latex to have \section{} you can do this [...] Chuck, thanks for this. It makes sense and I will give it a try. This approach still does require creating a new backend. The implications of this are not clear to me but I

Re: [O] [new exporter] is #+bind supported?

2013-03-06 Thread Eric S Fraga
Nicolas Goaziou n.goaz...@gmail.com writes: [...] Bind keywords are supported. Unfortunately, `org-latex-pdf-process' is not bind-able. BIND variables are set as buffer-local variables in the buffer where the transcoding takes place. So, they affect the way the current buffer is changed

[O] Agenda optimization (new worg page and new defaults)

2013-03-06 Thread Bastien
Hi all, I wrote a worg page with some advice on how to speed up agenda commands: http://orgmode.org/worg/agenda-optimization.html I also reverted the change for two variables: org-agenda-inhibit-startup org-agenda-dim-blocked-tasks Those used to be respectively nil and t, and while

Re: [O] Frustrated user of orgmode

2013-03-06 Thread Vikas Rawal
I have migrated the migration instructions and tips here: http://orgmode.org/worg/org-8.0.html I have managed to get the new exporter working. Thank you everyone for helping. In case any one else is struggling with the same, following links helped me in getting it to work:

Re: [O] [new exporter] [html] Tables of Contents

2013-03-06 Thread T.F. Torrey
Hello Jambunathan, Jambunathan K kjambunat...@gmail.com writes: Torrey One small problem, though: I see that if there is a TOC at the top and then one included later using #+TOC, the exporter gives them both the same id (div id=table-of-contents). Duplicate ID's makes the XML invalid.

[O] [new exporter] Captions for tables made by source blocks

2013-03-06 Thread Vikas Rawal
There has been some change in the behaviour of #+CAPTION in case of tables made by source blocks. In the old exporter, #+CAPTION just before #+BEGIN_SRC was sufficient to place the caption before the table when the file was exported. The new exporter does not produce captions the same way. When

Re: [O] Agenda optimization (new worg page and new defaults)

2013-03-06 Thread Carsten Dominik
Hi Bastien, I think this is the right decision, thanks. And thanks for the nice documentation! Tis might deserve a spot in the manual, in the final chapter. Cheers - Carsten On 6 mrt. 2013, at 10:45, Bastien b...@altern.org wrote: Hi all, I wrote a worg page with some advice on

Re: [O] [new exporter] Captions for tables made by source blocks

2013-03-06 Thread Nicolas Goaziou
Hello, Vikas Rawal vikasli...@agrarianresearch.org writes: There has been some change in the behaviour of #+CAPTION in case of tables made by source blocks. In the old exporter, #+CAPTION just before #+BEGIN_SRC was sufficient to place the caption before the table when the file was exported.

Re: [O] [new exporter] [html] Tables of Contents

2013-03-06 Thread Jambunathan K
tftor...@tftorrey.com (T.F. Torrey) writes: This gives a significant advantage in that authors can link to the various instances just by knowing their own usage. For instance, if they provided a top-level toc at the beginning of their book, and a deeper-level toc later on, they could link to

Re: [O] asynchronous exporter and babel confirmation

2013-03-06 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org writes: Is the asynchronous exporter supposed to work when a request to evaluate a code block needs to be answered? Well, no, but its somewhat difficult to prevent it. Besides security considerations, even if we set

Re: [O] Bug: #+STARTUP: overview and org-startup-folded have no effect [7.9.3e (7.9.3e-1032-g791a8d @ /home/horn/Repos/el/org-mode/lisp/)]

2013-03-06 Thread Tassilo Horn
Hi Bastien, Ok, the testfile looks like * The folded top-level headline ** TODO Some test todo headline 0 - also some contents ** TODO Some test todo headline 1 - also some contents and has 2000 such subheadlines. File size is 127K. `org-startup-folded' is t. That's not a

Re: [O] Using org-map-entries with org-export-before-processing-hook

2013-03-06 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: I've attached a minimum org file that shows what I'm trying to do: essentially to attach a hook to the export process that ends up calling org-map-entries to make alterations to the file just before it's exported. As I've got it now,

Re: [O] [RFC] Org version of the Org manual

2013-03-06 Thread Jambunathan K
Achim Gratz strom...@nexgo.de writes: Bastien writes: org-macro-replace-all2222.371024111.185512 This one looks suspicious: if the function does what it says, why does it run twice? If we can spare 111 secs here, that's already an improvement. I'll have a look at some point

Re: [O] [new exporter] is #+bind supported?

2013-03-06 Thread Nicolas Goaziou
Eric S Fraga e.fr...@ucl.ac.uk writes: Nicolas Goaziou n.goaz...@gmail.com writes: [...] Bind keywords are supported. Unfortunately, `org-latex-pdf-process' is not bind-able. BIND variables are set as buffer-local variables in the buffer where the transcoding takes place. So, they affect

Re: [O] Using org-map-entries with org-export-before-processing-hook

2013-03-06 Thread Eric Abrahamsen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: I've attached a minimum org file that shows what I'm trying to do: essentially to attach a hook to the export process that ends up calling org-map-entries to make alterations to the file just

Re: [O] [new exporter] [html] Tables of Contents

2013-03-06 Thread Jambunathan K
tftor...@tftorrey.com (T.F. Torrey) writes: extensive experience developing XSLT and lisp to process the XHTML output of Org, Is there a way your specific problem could be solved if we were to use CSS counters for numbering various things? Would you like to submit a patch to ox-html.el that

Re: [O] [new exporter] Captions for tables made by source blocks

2013-03-06 Thread Vikas Rawal
CAPTION keyword above a source block applies to the source block only. If the source block generates a table, you have to put a CAPTION above it, as it will not inherit the caption of the source block. It also implies that you need to name the results. Otherwise, source block will not

[O] Disable auto-fill-mode within code block

2013-03-06 Thread Xavier Garrido
Hi orgers, If there a way to disable auto-fill-mode within org-babel code block ? I had look through the FAQ as well as search in the mailing list archives but do not find any related answers. I am using org version 7.8.11. Thanks for your help, Xavier

Re: [O] New html exporter and filters

2013-03-06 Thread Jambunathan K
The div /div aren't really content elements but merely structuring or styling elements. I think there should be a clear separation between contents and how it is wrapped. The base HTML exporter should just generate content with no divs at all. There could be a fancy HTML exporter which does

[O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-03-06 Thread Sanjib Sikder
Hi, While PDF exporting a .org file, the underlined lines which are at the right end of the page (in PDF) or underlined lines which are large and spans to next line (in pdf) are not breaking properly. How do I solve this problem ? Thanks. - *Sanjib Sikder ** *

Re: [O] Disable auto-fill-mode within code block

2013-03-06 Thread Bastien
Hi Xavier, Xavier Garrido xavier.garr...@gmail.com writes: If there a way to disable auto-fill-mode within org-babel code block ? I had look through the FAQ as well as search in the mailing list archives but do not find any related answers. I am using org version 7.8.11. You need to update

Re: [O] [new exporter] [html] Tables of Contents

2013-03-06 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: This gives a significant advantage in that authors can link to the various instances just by knowing their own usage. For instance, if they provided a top-level toc at the beginning of their book, and a deeper-level toc later on, they could link

Re: [O] [new exporter] #+TOC in beamer export

2013-03-06 Thread Suvayu Ali
On Wed, Mar 06, 2013 at 12:52:24AM +0100, Nicolas Goaziou wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: I'm not sure what a \tableofcontents outside a frame would look like. Can someone show an example? I think that the idea behind a frameless TOC is that you provide your own

Re: [O] [Bug] beamer backend and org-reload

2013-03-06 Thread Suvayu Ali
I can confirm this is fixed now. :) Thanks, On Wed, Mar 06, 2013 at 12:29:10AM +0100, Nicolas Goaziou wrote: Hello, Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hi Achim, On Tue, Mar 05, 2013 at 07:26:54PM +0100, Achim Gratz wrote: Suvayu Ali writes: That said, I have

Re: [O] [new exporter] Captions for tables made by source blocks

2013-03-06 Thread Nicolas Goaziou
Vikas Rawal vikasli...@agrarianresearch.org writes: CAPTION keyword above a source block applies to the source block only. If the source block generates a table, you have to put a CAPTION above it, as it will not inherit the caption of the source block. It also implies that you need to name

Re: [O] asynchronous exporter and babel confirmation

2013-03-06 Thread Achim Gratz
Nicolas Goaziou n.goaziou at gmail.com writes: Well, no, but its somewhat difficult to prevent it. Besides security considerations, even if we set `org-confirm-babel-evaluate' to nil during an asynchronous export, this won't handle the case of the user explicitly uses a :query keyword in a

Re: [O] [new exporter] #+TOC in beamer export

2013-03-06 Thread Nicolas Goaziou
Hello, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Nicolas Goaziou n.goaz...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: from a recent thread I learned about #+TOC (there's always something new to learn about org mode). I'd like to use it in a

Re: [O] Disable auto-fill-mode within code block

2013-03-06 Thread Xavier Garrido
Thanks Bastien for your prompt answer. For the time being, I prefer to wait the 8.0 release. Xavier Le 06/03/2013 12:41, Bastien a écrit : Hi Xavier, Xavier Garrido xavier.garr...@gmail.com writes: If there a way to disable auto-fill-mode within org-babel code block ? I had look through

Re: [O] Emacs-orgmode Digest, Vol 85, Issue 5

2013-03-06 Thread George Jones
emacs-orgmode-requ...@gnu.org writes: Today's Topics: 39. Re: org-exp-bibtex missing in git? (Vikas Rawal) Message: 39 Date: Mon, 4 Mar 2013 10:10:37 +0530 From: Vikas Rawal vikasli...@agrarianresearch.org To: emacs-orgmode emacs-orgmode@gnu.org Subject: Re: [O] org-exp-bibtex missing

Re: [O] asynchronous exporter and babel confirmation

2013-03-06 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de writes: A very ugly hack would be to use: (defalias 'yes-or-no-p 'ignore) Ugh. I hope this won't be necessary. I hope too. I've recently refactored the evaluation check so it determines first whether the code-block should be run and only in the

Re: [O] [new exporter] latex-date-timestamp-format not adhering #+LANGUAGE

2013-03-06 Thread Nicolas Goaziou
Hello, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I'd very much like to see org-latex-timestamp-format adhere to a possibly present #+LANGUAGE setting. There is no such variable as `org-latex-timestamp-format'. If I set org-latex-timestamp-format to %A, %Y-%m-%d the following

Re: [O] asynchronous exporter and babel confirmation

2013-03-06 Thread Alan Schmitt
Achim Gratz writes: I've recently refactored the evaluation check so it determines first whether the code-block should be run and only in the affirmative checks if it should query the user. So it should be much easier now to have another dynamic binding for preventing the question _and_

Re: [O] Using org-map-entries with org-export-before-processing-hook

2013-03-06 Thread Nicolas Goaziou
Eric Abrahamsen e...@ericabrahamsen.net writes: The problem is not directly related to the export framework, but to its relationship with `org-map-entries'. If you use the following function: (defun before-export-test (backend) ;; (org-map-entries 'test-map TODO=\TODO\ 'file)

[O] org-protocol commands are treated as filenames

2013-03-06 Thread Stu White
Hello, First of all, if this question has been answered before or I should direct it elsewhere then please let me know. I've spent some time researching and experimenting, but I'm new to Emacs so I may well have overlooked something obvious. I'm trying to get org-protocol working, and I've hit a

Re: [O] org-exp-bibtex missing in git?

2013-03-06 Thread Andreas Leha
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@altern.org writes: Hi Vikas, François Allisson franc...@allisson.co writes: org-exp-bibtex, because of its dependency on

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-03-06 Thread Michael Strey
Hi Sanjib, This is a known LaTeX issue that has nothing to do with Org. Please check the LaTeX packages ulem.sty and soul.sty or simply don't use underlining -- it's anyway ugly. Best regards -- Michael Strey www.strey.biz

Re: [O] [new exporter] latex-date-timestamp-format not adhering #+LANGUAGE

2013-03-06 Thread Andreas Leha
Hi Nicolas, thanks for taking this up! Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I'd very much like to see org-latex-timestamp-format adhere to a possibly present #+LANGUAGE setting. There is no such variable as

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-03-06 Thread Suvayu Ali
Hello Sanjib, On Wed, Mar 06, 2013 at 06:55:36PM +0530, Sanjib Sikder wrote: If you feel that the problem is not related to org-mode, then ignore this email and thanks for your time and patience. It is indeed a LaTeX issue! And I have an answer too :). Org mode translates _underlined text_

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-03-06 Thread Sanjib Sikder
Hi, Thanks for the suggestions. For an user like me, who depends heavily on org-mode for several purposes, a basic feature like this (underline) is frequently used. Though it is ugly or (may be) not used for serious published materials, but for personal usage, this is very handy and very often I

[O] sort lists by highest level entries

2013-03-06 Thread Rainer Stengele
Hi, having - [2013-01-24 Do] text - [2013-01-25 Fr] text - [2013-02-01 Fr] text which in full view is - [2013-01-24 Do] text * text - [2013-01-25 Fr] text #+BEGIN_EXAMPLE TEXT #+END_EXAMPLE - [2013-02-01 Fr] text *

Re: [O] sort lists by highest level entries

2013-03-06 Thread Nicolas Goaziou
Hello, Rainer Stengele rainer.steng...@online.de writes: having - [2013-01-24 Do] text - [2013-01-25 Fr] text - [2013-02-01 Fr] text [...] I would like to sort the highest level entries, alphabetically would do in this case, ending up with - [2013-02-01 Fr]

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-06 Thread Julien Cubizolles
Bastien b...@altern.org writes: Achim Gratz strom...@nexgo.de writes: I hope to put this together in the next week or so, then it will be possible to nuke all traces fr4om an old Org and then start from a clean slate with a new Org installation. Okay, thanks. Let us know how it goes,

Re: [O] sort lists by highest level entries

2013-03-06 Thread Rainer Stengele
Am 06.03.2013 15:30, schrieb Nicolas Goaziou: Hello, Rainer Stengele rainer.steng...@online.de writes: having - [2013-01-24 Do] text - [2013-01-25 Fr] text - [2013-02-01 Fr] text [...] I would like to sort the highest level entries, alphabetically would do in

Re: [O] sort lists by highest level entries

2013-03-06 Thread Nicolas Goaziou
Rainer Stengele rainer.steng...@online.de writes: Am 06.03.2013 15:30, schrieb Nicolas Goaziou: Hello, Rainer Stengele rainer.steng...@online.de writes: having - [2013-01-24 Do] text - [2013-01-25 Fr] text - [2013-02-01 Fr] text [...] I would like to sort

Re: [O] sort lists by highest level entries

2013-03-06 Thread Rainer Stengele
Am 06.03.2013 16:51, schrieb Nicolas Goaziou: Rainer Stengele rainer.steng...@online.de writes: Am 06.03.2013 15:30, schrieb Nicolas Goaziou: Hello, Rainer Stengele rainer.steng...@online.de writes: having - [2013-01-24 Do] text - [2013-01-25 Fr] text - [2013-02-01

Re: [O] sort lists by highest level entries

2013-03-06 Thread Nicolas Goaziou
Rainer Stengele rainer.steng...@online.de writes: I reread the manual: C-c ^ (org-sort) Sort same-level entries. When there is an active region, all entries in the region will be sorted. Otherwise the children of the current headline are sorted. The command prompts for the sorting

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-06 Thread David Engster
Julien Cubizolles writes: Bastien b...@altern.org writes: Achim Gratz strom...@nexgo.de writes: I hope to put this together in the next week or so, then it will be possible to nuke all traces fr4om an old Org and then start from a clean slate with a new Org installation. Okay, thanks.

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-06 Thread Nicolas Goaziou
Hello, David Engster d...@randomsample.de writes: Julien Cubizolles writes: Bastien b...@altern.org writes: Achim Gratz strom...@nexgo.de writes: I hope to put this together in the next week or so, then it will be possible to nuke all traces fr4om an old Org and then start from a clean

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-06 Thread David Engster
Nicolas Goaziou writes: Hello, David Engster d...@randomsample.de writes: Julien Cubizolles writes: Bastien b...@altern.org writes: Achim Gratz strom...@nexgo.de writes: I hope to put this together in the next week or so, then it will be possible to nuke all traces fr4om an old Org and

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-06 Thread Julien Cubizolles
David Engster d...@randomsample.de writes: I just pushed a change which should fix this (if the new exporter is compatible; It doesn't seem to be, I get --8---cut here---start-8--- apply: Symbol's function definition is void: org-export-icalendar

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-06 Thread David Engster
Julien Cubizolles writes: David Engster d...@randomsample.de writes: I just pushed a change which should fix this (if the new exporter is compatible; It doesn't seem to be, I get apply: Symbol's function definition is void: org-export-icalendar when running org-caldav-sync, which is

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-06 Thread Nicolas Goaziou
David Engster d...@randomsample.de writes: What do you need from org-icalendar.el? Only org-export-icalendar. As long as that one is producing the same output, everything should be fine. Unfortunately, there is no `org-export-icalendar' anymore. There is: (org-icalendar--combine-files

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-06 Thread Julien Cubizolles
David Engster d...@randomsample.de writes: Julien Cubizolles writes: David Engster d...@randomsample.de writes: I just pushed a change which should fix this (if the new exporter is compatible; It doesn't seem to be, I get apply: Symbol's function definition is void: org-export-icalendar

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-06 Thread David Engster
Nicolas Goaziou writes: David Engster d...@randomsample.de writes: What do you need from org-icalendar.el? Only org-export-icalendar. As long as that one is producing the same output, everything should be fine. Unfortunately, there is no `org-export-icalendar' anymore. There is:

[O] Org documentation patches party next week on IRC?

2013-03-06 Thread Bastien
Hi all, with the advent of Org 8.0, a special effort needs to be made to keep the manual and Worg updated. I thought it would be nice to gather on IRC and focus on this together for a few hours, so here is a doodle: http://doodle.com/s7fhueeifaex54t8 Also, I'll to discuss with people I only

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-06 Thread David Engster
Julien Cubizolles writes: David Engster d...@randomsample.de writes: No, it's not defined in ox-icalendar. I guess it must be generated by the new exporter first, probably through some additional require. I have the following definition in ox-icalendar.el. (defgroup org-export-icalendar

Re: [O] [new exporter] #+TOC in beamer export

2013-03-06 Thread Robert Eckl
Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Wed, Mar 06, 2013 at 12:52:24AM +0100, Nicolas Goaziou wrote: I think this kind of control should really belong to specific latex code. A TOC limited to current section sure sounds seducing, but I'm not sure how to achieve this in LaTeX.

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-06 Thread Nicolas Goaziou
David Engster d...@randomsample.de writes: After skimming through the new exporter, it also seems that org-combined-agenda-icalendar-file was replaced with org-icalendar-combined-agenda-file. Is that correct? I'm also using org-icalendar-timezone, org-icalendar-store-UID, and

Re: [O] org-exp-bibtex missing in git?

2013-03-06 Thread Bastien
Hi Andreas and all, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Eric suggested/uses this format (thanks for sharing, Eric): [[cite:jones-etal-2000][Jones et al., 2000]] ^^^ ^^ key displayed in org I'd suggest to

Re: [O] org-exp-bibtex missing in git?

2013-03-06 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: Hi Andreas and all, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Eric suggested/uses this format (thanks for sharing, Eric): [[cite:jones-etal-2000][Jones et al., 2000]] ^^^ ^^ key

Re: [O] trouble exporting just one subtree while using babel and R code blocks

2013-03-06 Thread Christopher W. Ryan
Thanks John. I was a little nervous about upgrading org version. I use Vince Goulet's version of emacs with ESS built-in, and he removed org-mode from his latest release (24.2.1) http://vgoulet.act.ulaval.ca/pub/emacs/NEWS-windows But I downloaded and installed the newer emacs anyway, and got

Re: [O] New html exporter and filters

2013-03-06 Thread Jambunathan K
Here is a quick patch. Not meant to be applied but meant for testing purpose only. So there is a html backend which doesn't add divs and there is a HTML backend that adds divs. (The difference is between html and HTML, in capslock). The `org-export-dispatch' uses HTML backend, while you can

Re: [O] asynchronous exporter and babel confirmation

2013-03-06 Thread Achim Gratz
Hi Nicolas, I'm still waiting for feedback from Karl Voit over in the other thread, but here's the amended patch for you to review: From c49b4ab5afda4d223cbcf97cb8c7ac0f9cc8e39b Mon Sep 17 00:00:00 2001 From: Achim Gratz strom...@stromeko.de Date: Wed, 27 Feb 2013 22:55:26 +0100 Subject: [PATCH]

Re: [O] trouble exporting just one subtree while using babel and R code blocks--spoke too soon

2013-03-06 Thread Christopher W. Ryan
Well, with the little test file I initially posted, things worked OK with org version 7.9.3f. But things are bit more complicated: --- * goodbye foo foo * Hello :PROPERTIES: :EXPORT_FILE_NAME: TestMyBabelSetup :EXPORT_TITLE: foobar :EXPORT_AUTHOR: Christopher

Re: [O] [new exporter] latex-date-timestamp-format not adhering #+LANGUAGE

2013-03-06 Thread Achim Gratz
Andreas Leha writes: And while I still think, that setting the #+LANGUAGE in org should ideally be reflected in the export -- also for the date formatting -- I found a solution to my problem that I use now: It does not use orgmode's date and date-formatting facilities, but moves the work to

[O] preview latex fragment with latex_header

2013-03-06 Thread Andreas Leha
Hi all, I have a beamer presentation in org-mode that contains a line like #+LaTeX_HEADER: \subtitle{foo} This prevents me from using 'org-preview-latex-fragment' as that one -- naturally, as it uses the article class -- fails with 'Failed to create dvi file from /tmp/orgtex49760oq.tex' due to

Re: [O] [new exporter] is #+bind supported?

2013-03-06 Thread Achim Gratz
Eric S Fraga writes: No, nothing complete yet. Here's what I have so far, some autoload definitions might still be there, but will error out due to the fact that their target files are not in load-path anymore. Thanks for this. I've incorporated it into my emacs startup. It should help!

Re: [O] [new exporter] #+TOC in beamer export

2013-03-06 Thread Andreas Leha
Nicolas Goaziou n.goaz...@gmail.com writes: [...] A TOC limited to current section sure sounds seducing, but I'm not sure how to achieve this in LaTeX. Something like this? \tableofcontents[sectionstyle=show/hide, subsectionstyle=show/show/hide] Full example: #+begin_src org #+TITLE:

Re: [O] asynchronous exporter and babel confirmation

2013-03-06 Thread Nicolas Goaziou
Achim Gratz strom...@nexgo.de writes: I'm still waiting for feedback from Karl Voit over in the other thread, but here's the amended patch for you to review: Thanks. I haven't much to say wrt to the internals since the only thing needed to make use of this patch is to set

Re: [O] org-exp-bibtex missing in git?

2013-03-06 Thread Andreas Leha
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Bastien b...@altern.org writes: Hi Andreas and all, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Eric suggested/uses this format (thanks for sharing, Eric): [[cite:jones-etal-2000][Jones et al., 2000]]

Re: [O] [new exporter] [html] Tables of Contents

2013-03-06 Thread T.F. Torrey
Hello Jambunathan, I admire your energy and coding skill, but I wish you would stop occupying our time with replies like this. Your tone is insulting, and seems deliberately so, and none of this response is helpful to the original thread. I won't reply to more of your posts like this, so if you

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-06 Thread David Engster
Nicolas Goaziou writes: David Engster d...@randomsample.de writes: After skimming through the new exporter, it also seems that org-combined-agenda-icalendar-file was replaced with org-icalendar-combined-agenda-file. Is that correct? I'm also using org-icalendar-timezone,

Re: [O] [new exporter] [html] Tables of Contents

2013-03-06 Thread T.F. Torrey
Hello Jambunathan, Jambunathan K kjambunat...@gmail.com writes: Is there a way your specific problem could be solved if we were to use CSS counters for numbering various things? Would you like to submit a patch to ox-html.el that uses CSS-based counters rather than counters computed with

Re: [O] trouble exporting just one subtree while using babel and R code blocks

2013-03-06 Thread John Hendy
On Wed, Mar 6, 2013 at 1:33 PM, Christopher W. Ryan cr...@binghamton.edu wrote: Thanks John. I was a little nervous about upgrading org version. I use Vince Goulet's version of emacs with ESS built-in, and he removed org-mode from his latest release (24.2.1)

Re: [O] [new exporter] latex-date-timestamp-format not adhering #+LANGUAGE

2013-03-06 Thread Andreas Leha
Achim Gratz strom...@nexgo.de writes: Andreas Leha writes: And while I still think, that setting the #+LANGUAGE in org should ideally be reflected in the export -- also for the date formatting -- I found a solution to my problem that I use now: It does not use orgmode's date and

Re: [O] asynchronous exporter and babel confirmation

2013-03-06 Thread Achim Gratz
Nicolas Goaziou writes: `org-babel--suppress-confirm-evaluate-answer-no' to t from `org-export-async-start'. I would suggest a shorter variable name, I've dropped the suppress- as it is redundant, but kept the confirm-evaluate. -;;; ob-core.el --- working with code blocks in org-mode +;;

Re: [O] asynchronous exporter and babel confirmation

2013-03-06 Thread Nicolas Goaziou
Thanks for considering the changes. Achim Gratz strom...@nexgo.de writes: + (org-babel-call-process-region-original + (if (org-bound-and-true-p org-babel-call-process-region-original) + (symbol-function 'call-process-region))) I think you mean

Re: [O] [new exporter] #+TOC in beamer export

2013-03-06 Thread Nicolas Goaziou
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Nicolas Goaziou n.goaz...@gmail.com writes: [...] A TOC limited to current section sure sounds seducing, but I'm not sure how to achieve this in LaTeX. Something like this? \tableofcontents[sectionstyle=show/hide,

Re: [O] [new exporter] [html] Tables of Contents

2013-03-06 Thread Bastien
Hello Jambunathan, You are not welcome on this list anymore, please ban yourself. Thanks, -- Bastien

Re: [O] asynchronous exporter and babel confirmation

2013-03-06 Thread Achim Gratz
Nicolas Goaziou writes: I think you mean (or () ()) Yes of course, thanks for catching that. This also means that the testsuite isn't picking upon that. I will wait for this patch to be committed. When and if Eric chimes in and Karl confirms that his earlier problem with this change

Re: [O] preview latex fragment with latex_header

2013-03-06 Thread Nicolas Goaziou
Hello, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I have a beamer presentation in org-mode that contains a line like #+LaTeX_HEADER: \subtitle{foo} This prevents me from using 'org-preview-latex-fragment' as that one -- naturally, as it uses the article class -- fails with

Re: [O] org-exp-bibtex missing in git?

2013-03-06 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: If we're not going to provide a multi-backend solution, I suggest to keep things simple and write LaTeX code directly (or use the solution provided by Eric). Unless you have something else in mind with these link abbrevs, of course.

Re: [O] preview latex fragment with latex_header

2013-03-06 Thread Andreas Leha
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I have a beamer presentation in org-mode that contains a line like #+LaTeX_HEADER: \subtitle{foo} This prevents me from using 'org-preview-latex-fragment' as that one -- naturally,

Re: [O] [new exporter] #+TOC in beamer export

2013-03-06 Thread Andreas Leha
Nicolas Goaziou n.goaz...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Nicolas Goaziou n.goaz...@gmail.com writes: [...] A TOC limited to current section sure sounds seducing, but I'm not sure how to achieve this in LaTeX. Something like this?

Re: [O] org-exp-bibtex missing in git?

2013-03-06 Thread Andreas Leha
Hi Bastien, Bastien b...@altern.org writes: Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: If we're not going to provide a multi-backend solution, I suggest to keep things simple and write LaTeX code directly (or use the solution provided by Eric). Unless you have something else

Re: [O] [new exporter] Captions for tables made by source blocks

2013-03-06 Thread Vikas Rawal
I wasn't clear. By naming the results, I mean that you must provide your source block a #+NAME: something attribute, so the generated table gets a #+RESULTS: something attribute. Got it. Thanks. BTW, you mustn't change `org-babel-results-keyword'. I don't even know why this is a

  1   2   >