Re: [O] New exporter and dates in tables

2013-08-11 Thread Carsten Dominik
OK, thank you. - Carsten On 9.8.2013, at 13:02, Bernt Hansen be...@norang.ca wrote: Hi Carsten! All of my headings are followed by an inactive timestamp. I've started leaving a blank line before the content for the heading so the inactive timestamp is not exported when timestamps are

Re: [O] New exporter and dates in tables

2013-08-09 Thread Carsten Dominik
Hi guys, did you arrive at a conclusion of this thread, or is this still open? Thanks - Carsten On 16.4.2013, at 09:48, Bastien b...@gnu.org wrote: Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: We

Re: [O] New exporter and dates in tables

2013-08-09 Thread Bernt Hansen
Hi Carsten! All of my headings are followed by an inactive timestamp. I've started leaving a blank line before the content for the heading so the inactive timestamp is not exported when timestamps are disabled with the :nil option. This works fine for me. Regards, Bernt Carsten Dominik

Re: [O] [New Exporter] org-export-latex-after-initial-vars-hook

2013-06-06 Thread Michael Bach
Nicolas Goaziou address@hidden writes: Søren Mikkelsen address@hidden writes: * But I have a problem with the exporter:* ** * I have modified by org-exporter to export latex-files with the xelatex* * compiler. The implementation uses the* * org-export-latex-after-initial-vars-hook-hook to

Re: [O] [New Exporter] org-export-latex-after-initial-vars-hook

2013-06-06 Thread Michael Bach
To minimize risk of eye cancer (previous version was sent from gmail web interface at work without plain text setting) here it goes again: Nicolas Goaziou address@hidden writes: Søren Mikkelsen address@hidden writes: But I have a problem with the exporter: I have modified by org-exporter to

Re: [O] [New Exporter] org-export-latex-after-initial-vars-hook

2013-06-06 Thread Michael Bach
Is there a hook that is run before actual LaTeX export of a given org-mode buffer in the new exporter engine? For reference: I got it to work by adapting the snippet from Bruno Tavernier[1]: #+begin_src emacs-lisp (defun my-auto-tex-cmd (backend) When exporting from .org with latex,

Re: [O] {New exporter] What happened to the export template

2013-06-04 Thread Bastien
Hi Robert, Robert Goldman rpgold...@sift.info writes: A very late follow-up: I note that the Worg instructions for HTML export still cite org-insert-export-options-template: http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html Can you fix this? Please send me your

Re: [O] {New exporter] What happened to the export template

2013-05-31 Thread Robert Goldman
A very late follow-up: I note that the Worg instructions for HTML export still cite org-insert-export-options-template: http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html

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] [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] [new exporter] how can I export drawers?

2013-05-02 Thread Carsten Dominik
On 1.5.2013, at 14:28, Eric S Fraga e.fr...@ucl.ac.uk wrote: Thomas S. Dye t...@tsdye.com writes: Hi Eric, I haven't been following closely, so I'm just checking that you're aware of a new variable org-export-allow-bind-keywords, which could play a role in the behavior you are seeing.

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

2013-05-02 Thread Eric S Fraga
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 Org-mode, because you keep testing the exporter in many different

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

2013-05-01 Thread Eric S Fraga
Thomas S. Dye t...@tsdye.com writes: Hi Eric, I haven't been following closely, so I'm just checking that you're aware of a new variable org-export-allow-bind-keywords, which could play a role in the behavior you are seeing. Thanks Tom. I am indeed aware of this variable. And it usually

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

2013-04-30 Thread Nicolas Goaziou
Hello, Eric S Fraga e.fr...@ucl.ac.uk writes: I am going a little crazy here! I have an org document which I need to export to PDF using latex. Everything works just fine with the new exporter except for one thing: I cannot get it to export drawers. I have set org-export-with-drawers to

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

2013-04-30 Thread Nicolas Goaziou
Hello, Thorsten Jolitz tjol...@gmail.com writes: I would like to be able to export drawers to ASCII too, although, as Nicolas mentioned in an earlier thread, the ascii exporter currently does not handle this. Did I say that? AFAICT, drawers are correctly exported in ASCII export. Regards,

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

2013-04-30 Thread Thorsten Jolitz
Nicolas Goaziou n.goaz...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: I would like to be able to export drawers to ASCII too, although, as Nicolas mentioned in an earlier thread, the ascii exporter currently does not handle this. Did I say that? AFAICT, drawers are

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

2013-04-30 Thread Eric S Fraga
Nicolas Goaziou n.goaz...@gmail.com writes: [...] I don't understand your problem. Drawers are correctly exported here. Could you provided an ECM? Arggghhh. An ECM I just created works just fine. There's obviously something obscurely wrong in my long document that prevents drawers from

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

2013-04-30 Thread Eric S Fraga
Nicolas, further on this: I got my original document working. I had a d:nil line hidden away in the document which took precedence over my other attempts to ask for drawers to be exported. Sorry about bothering everybody with this. However, I am still having some strange random behaviour to do

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

2013-04-30 Thread Thomas S. Dye
Hi Eric, I haven't been following closely, so I'm just checking that you're aware of a new variable org-export-allow-bind-keywords, which could play a role in the behavior you are seeing. hth, Tom Eric S Fraga e.fr...@ucl.ac.uk writes: Nicolas, further on this: I got my original document

[O] [New Exporter] org-export-latex-after-initial-vars-hook

2013-04-29 Thread Søren Mikkelsen
Hello, I have just upgraded to the Org 8.0. Nice work! :) But I have a problem with the exporter: I have modified by org-exporter to export latex-files with the xelatex compiler. The implementation uses the org-export-latex-after-initial-vars-hook-hook to reconfigure the default process,

Re: [O] [New Exporter] org-export-latex-after-initial-vars-hook

2013-04-29 Thread Nicolas Goaziou
Hello, Søren Mikkelsen so...@aamikkelsen.dk writes: But I have a problem with the exporter: I have modified by org-exporter to export latex-files with the xelatex compiler. The implementation uses the org-export-latex-after-initial-vars-hook-hook to reconfigure the default process,

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

2013-04-29 Thread Eric S Fraga
Hello, I am going a little crazy here! I have an org document which I need to export to PDF using latex. Everything works just fine with the new exporter except for one thing: I cannot get it to export drawers. I have set org-export-with-drawers to t, I have set d:t in the OPTIONS line, I have

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

2013-04-29 Thread Thorsten Jolitz
Eric S Fraga e.fr...@ucl.ac.uk writes: I am going a little crazy here! I have an org document which I need to export to PDF using latex. [not an answer, but rather a feature request] I would like to be able to export drawers to ASCII too, although, as Nicolas mentioned in an earlier thread,

Re: [O] New exporter - publishing org files doesn't include :tangle

2013-04-26 Thread Nicolas Goaziou
Hello, Bernt Hansen be...@norang.ca writes: So far my attempts using this workaround have failed and I can't get :tangle in my exported org file. I think I also would prefer to have the :exports value in the .org source as well so it's a true representation of the source. There was a bug

Re: [O] New exporter - publishing org files doesn't include :tangle

2013-04-26 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Bernt Hansen be...@norang.ca writes: So far my attempts using this workaround have failed and I can't get :tangle in my exported org file. I think I also would prefer to have the :exports value in the .org source as well so it's a true

Re: [O] New exporter - publishing org files doesn't include :tangle

2013-04-26 Thread Bernt Hansen
Bernt Hansen be...@norang.ca writes: Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Bernt Hansen be...@norang.ca writes: So far my attempts using this workaround have failed and I can't get :tangle in my exported org file. I think I also would prefer to have the :exports value in

Re: [O] New exporter - publishing org files doesn't include :tangle

2013-04-25 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Bernt Hansen be...@norang.ca writes: James Yuan noticed that the .org file that is published with my document (http://doc.norang.ca/org-mode.org does not contain :tangle on any of the source blocks. One of the uses of this document is to

[O] New exporter - publishing org files doesn't include :tangle

2013-04-24 Thread Bernt Hansen
Hi Nicolas, James Yuan noticed that the .org file that is published with my document (http://doc.norang.ca/org-mode.org does not contain :tangle on any of the source blocks. One of the uses of this document is to pull up the file and tangle it to create an emacs configuration but this seems to

Re: [O] New exporter - publishing org files doesn't include :tangle

2013-04-24 Thread Nicolas Goaziou
Hello, Bernt Hansen be...@norang.ca writes: James Yuan noticed that the .org file that is published with my document (http://doc.norang.ca/org-mode.org does not contain :tangle on any of the source blocks. One of the uses of this document is to pull up the file and tangle it to create an

Re: [O] New exporter - publishing org files doesn't include :tangle

2013-04-24 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Bernt Hansen be...@norang.ca writes: James Yuan noticed that the .org file that is published with my document (http://doc.norang.ca/org-mode.org does not contain :tangle on any of the source blocks. One of the uses of this document is to

Re: [O] New exporter - publishing org files doesn't include :tangle

2013-04-24 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Bernt Hansen be...@norang.ca writes: James Yuan noticed that the .org file that is published with my document (http://doc.norang.ca/org-mode.org does not contain :tangle on any of the source blocks. One of the uses of this document is to

Re: [O] New Exporter: plain list depth

2013-04-23 Thread Yasushi SHOJI
Hi, At Mon, 22 Apr 2013 00:10:25 +0200, Nicolas Goaziou wrote: Yasushi SHOJI ya...@atmark-techno.com writes: To generate -- at the list 2.1, I'd like to find out the list 2.1 is at depth 2, so that I can use (make-string 2 ?-) for my bullet. Something like the following should work,

[O] New Exporter: plain list depth

2013-04-21 Thread Yasushi SHOJI
Hi, What is the best way to know the depth of list entries when I writing an exporter back-end? let's say I have: #+BEGIN_SRC org * headline 1 - list 1 - list 2 - list 2.1 #+END_SRC I'd like to convert it to: #+BEGIN_EXAMPLE * headline 1 - list 1 - list 2 -- list 2.1

Re: [O] New Exporter: plain list depth

2013-04-21 Thread Nicolas Goaziou
Hello, Yasushi SHOJI ya...@atmark-techno.com writes: What is the best way to know the depth of list entries when I writing an exporter back-end? let's say I have: #+BEGIN_SRC org * headline 1 - list 1 - list 2 - list 2.1 #+END_SRC I'd like to convert it to:

Re: [O] New exporter and defgroup

2013-04-20 Thread Bastien
Hi, yes, this *is* a problem. Suvayu Ali fatkasuvayu+li...@gmail.com writes: Can we have some sort of a check while loading Org that picks up these shadowed variables and deletes them? I think Achim has been thinking about some incantation for this (at install time). Maybe if this can be

Re: [O] New exporter and defgroup

2013-04-20 Thread Achim Gratz
Bastien writes: Can we have some sort of a check while loading Org that picks up these shadowed variables and deletes them? I think Achim has been thinking about some incantation for this (at install time). Maybe if this can be done after installation, we could document it somewhere... not

[O] New exporter and defgroup

2013-04-19 Thread Christian Egli
Hi all The new exporter engine has changed the defcustom names but seems to have kept the names of the defgroups (at least in the case of taskjuggler). This is good as it allowed me to make some backward-incompatible changes. On the other hand when I do a M-x customize-group RET

Re: [O] New exporter and defgroup

2013-04-19 Thread Suvayu Ali
Hi Christian, On Fri, Apr 19, 2013 at 02:52:46PM +0200, Christian Egli wrote: Hi all The new exporter engine has changed the defcustom names but seems to have kept the names of the defgroups (at least in the case of taskjuggler). This is good as it allowed me to make some

Re: [O] New exporter and dates in tables

2013-04-16 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: We can widen the definition of `standalone': a standalone timestamp is a timestamp belonging to a paragraph that contains only timestamps objects. Great. If

Re: [O] New exporter and dates in tables

2013-04-15 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: The following patch should do that. It comes with tests, but it should be tested extensively, if only to know if this feature is as useful as it seems. Thanks a lot. I will not be online for the next 5 hours, but I'll think about this. --

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@gnu.org writes: I would find it both cleaner and more useful for users to extend `org-export-with-timestamps' with three choices: 'inactive-not-standalone 'active-not-standalone 'not-standalone This

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Wouldn't it be a good moment to introduce APPT: 2013-04-13 Sat or maybe better named EVENT: 2013-04-13 Sat for things that only apply for today? In master, there is the new agenda entry type :scheduled*

Re: [O] New exporter and dates in tables

2013-04-14 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: Let's not implement my proposal and stick to your implementation of the exceptions you first proposed. Before we throw the baby out with the bath water, I want to make sure we are understanding each other. I expect users will want a way to get rid of

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: According to your suggestion, with `org-export-with-timestamps' set to `not-standalone', in the following example: * Task timestamp At timestamp, I must do that. the first timestamp would be ignored, not the second one. Isn't it

Re: [O] New exporter and dates in tables

2013-04-14 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: According to your suggestion, with `org-export-with-timestamps' set to `not-standalone', in the following example: * Task timestamp At timestamp, I must do that. the first timestamp would be ignored, not the

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: Then why do you suggest to drop the idea (for now)? Because IIUC, the time-stamps would not be ignored here * Task 2013-04-14 dim. 2013-04-16 dim. because 2013-04-14 dim. 2013-04-16 dim. is a paragraph. (The agenda takes both time-stamps

Re: [O] New exporter and dates in tables

2013-04-14 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: Then why do you suggest to drop the idea (for now)? Because IIUC, the time-stamps would not be ignored here * Task 2013-04-14 dim. 2013-04-16 dim. because 2013-04-14 dim. 2013-04-16 dim. is a

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: We can widen the definition of `standalone': a standalone timestamp is a timestamp belonging to a paragraph that contains only timestamps objects. Great. If that's possible, then I think that's the best solution. -- Bastien

Re: [O] New exporter and dates in tables

2013-04-14 Thread Jambunathan K
Nicolas You may want to extract the below function as a useful API. You can then plug that in into `org-odt--standalone-link-p' and it's counterpart in ox-html.el. I am not closely tracking changes in ox-html.el, so things might have moved since. Jambunathan K. Nicolas Goaziou

Re: [O] New exporter and dates in tables

2013-04-13 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: Thinking more about it, I think I need to make some more exceptions anyway. For example timestamps in clock lines and in planning info shouldn't react to `org-export-with-timestamps' (it would be silly to have

Re: [O] New exporter and dates in tables

2013-04-13 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: Is that OK with you? I still resist this idea. I would find it both cleaner and more useful for users to extend `org-export-with-timestamps' with three choices: 'inactive-not-standalone 'active-not-standalone 'not-standalone When

Re: [O] New exporter and dates in tables

2013-04-13 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: I would find it both cleaner and more useful for users to extend `org-export-with-timestamps' with three choices: 'inactive-not-standalone 'active-not-standalone 'not-standalone This is a different idea. The change would happen at the exporter

Re: [O] New exporter and dates in tables

2013-04-13 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: Bastien b...@gnu.org writes: I would find it both cleaner and more useful for users to extend `org-export-with-timestamps' with three choices: 'inactive-not-standalone 'active-not-standalone 'not-standalone This is a different idea. The

Re: [O] New exporter and dates in tables

2013-04-11 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: Note that Org 8.0-pre comes with a new export option `org-export-with-planning' which handles the export of SCHEDULED / DEADLINE / CLOSED time-stamps. This used to be the job of org-export-with-timestamps. I guess many people who used (setq

Re: [O] New exporter and dates in tables

2013-04-11 Thread Bastien
Hello, Nicolas Goaziou n.goaz...@gmail.com writes: Thinking more about it, I think I need to make some more exceptions anyway. For example timestamps in clock lines and in planning info shouldn't react to `org-export-with-timestamps' (it would be silly to have `org-export-with-planning' set

Re: [O] New exporter and dates in tables

2013-04-10 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: Some people throw in time stamps often while they work, just as a little label, indicating that they were working on this at a specific date, or that the entry was created on a specific date. Many people I know have a hook that throws

Re: [O] New exporter and dates in tables

2013-04-10 Thread Carsten Dominik
This looks good to me - with my limited understanding of the exporter lingo. Thanks! - Carsten On 10 apr. 2013, at 14:43, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: Some people throw in time stamps often while they work, just as

Re: [O] New exporter and dates in tables

2013-04-10 Thread Bastien
Hi all, Note that Org 8.0-pre comes with a new export option `org-export-with-planning' which handles the export of SCHEDULED / DEADLINE / CLOSED time-stamps. This used to be the job of org-export-with-timestamps. I guess many people who used (setq org-export-with-timestamps nil) now want (setq

[O] New exporter and latex table export with floats in engineering notation

2013-04-09 Thread Dieter Wilhelm, H.
Hi (), with 8.0pre I'm currently getting strange results when exporting to latex a table with the following notations | -7.8E-2 | \(-7.8e-2\)| what shall I do? The only thing I manage in this situation is | -7.8 10^-2 | but this is unhandy especially when importing floats... -- Best wishes

Re: [O] New exporter and latex table export with floats in engineering notation

2013-04-09 Thread Bastien
Hi Dieter, Dieter Wilhelm, H. die...@duenenhof-wilhelm.de writes: with 8.0pre I'm currently getting strange results when exporting to latex a table with the following notations | -7.8E-2 | \(-7.8e-2\)| Please let us know what is the result, otherwise we cannot see what is strange. Thanks!

[O] new exporter and plain text table export alignment

2013-04-09 Thread maxco . tr
Hi all I use org tables to estimate construction projects. I frequently use simple math within a table cell to help me remember what I was thinking when I entered the data. It seems that the new exporter does not align plain text exports in some of these situations. I only use plain text and

Re: [O] New exporter and dates in tables

2013-04-09 Thread Carsten Dominik
On 8 apr. 2013, at 21:49, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: On 8 apr. 2013, at 13:27, Bernt Hansen be...@norang.ca wrote: Nicolas Goaziou n.goaz...@gmail.com writes: Bernt Hansen be...@norang.ca writes: I have

Re: [O] new exporter and plain text table export alignment

2013-04-09 Thread Nicolas Goaziou
Hello, maxco...@gmail.com writes: I use org tables to estimate construction projects. I frequently use simple math within a table cell to help me remember what I was thinking when I entered the data. It seems that the new exporter does not align plain text exports in some of these

Re: [O] new exporter and plain text table export alignment

2013-04-09 Thread Maxco . tr
Nicolas Goaziou n.goaz...@gmail.com writes: Thank you for the detailed report. Unfortunately (or fortunately), I cannot reproduce it with Org-mode version 8.0-pre (release_8.0-pre-333-g728c69). What version do you use? Regards, the same, (release_8.0-pre-333-g728c69) I was afraid of

Re: [O] new exporter and plain text table export alignment

2013-04-09 Thread Maxco . tr
maxco...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: Thank you for the detailed report. Unfortunately (or fortunately), I cannot reproduce it with Org-mode version 8.0-pre (release_8.0-pre-333-g728c69). What version do you use? Regards, the same,

Re: [O] New exporter and dates in tables

2013-04-08 Thread Nicolas Goaziou
Hello, Bernt Hansen be...@norang.ca writes: I have subtrees with inactive timestamps in the text indicating when something occurred. I normally don't want to export these. But I think any table data that includes inactive timestamps should be an exception to this ... otherwise you get

Re: [O] New exporter problem with #+AUTHOR

2013-04-08 Thread Nicolas Goaziou
Hello, Bernt Hansen be...@norang.ca writes: I have the following line in my org-mode document #+AUTHOR: Bernt Hansen (IRC:BerntH on freenode) On the old exporter this became meta name=author content=Bernt Hansen (IRC:BerntH on freenode)/ I just tried exporting this with the new exporter

Re: [O] New exporter and dates in tables

2013-04-08 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@gmail.com writes: Bernt Hansen be...@norang.ca writes: I have subtrees with inactive timestamps in the text indicating when something occurred. I normally don't want to export these. But I think any table data that includes inactive timestamps should be an

Re: [O] New exporter and dates in tables

2013-04-08 Thread Carsten Dominik
On 8 apr. 2013, at 13:27, Bernt Hansen be...@norang.ca wrote: Nicolas Goaziou n.goaz...@gmail.com writes: Bernt Hansen be...@norang.ca writes: I have subtrees with inactive timestamps in the text indicating when something occurred. I normally don't want to export these. But I think

Re: [O] New exporter problem with #+AUTHOR

2013-04-08 Thread Bastien
Hi Bernt, Nicolas Goaziou n.goaz...@gmail.com writes: Well, technically, irc:BerntH is a plain link, like http://orgmode.org, since irc: is a valid protocol. That may bite you in other parts of the document. As a workaround, you can also remove org-irc.el from `org-modules' so that irc:...

Re: [O] New exporter and dates in tables

2013-04-08 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: On 8 apr. 2013, at 13:27, Bernt Hansen be...@norang.ca wrote: Nicolas Goaziou n.goaz...@gmail.com writes: Bernt Hansen be...@norang.ca writes: I have subtrees with inactive timestamps in the text indicating when something

[O] New exporter problem with #+AUTHOR

2013-04-07 Thread Bernt Hansen
Hi Nicolas, I have the following line in my org-mode document #+AUTHOR: Bernt Hansen (IRC:BerntH on freenode) On the old exporter this became meta name=author content=Bernt Hansen (IRC:BerntH on freenode)/ I just tried exporting this with the new exporter and I get this meta name=author

[O] New exporter and publishing to HTML with styles

2013-04-07 Thread Bernt Hansen
Hi Nicolas, I'm playing with the new exporter and publishing. Everything seems to be good except my style sheet details are missing. There are :style entries in my org-publish-project-alist which seem to be ignored -- there are no style details in the published HTML file (see

Re: [O] New exporter and publishing to HTML with styles

2013-04-07 Thread Nicolas Goaziou
Hello, Bernt Hansen be...@norang.ca writes: I'm playing with the new exporter and publishing. Everything seems to be good Nice. except my style sheet details are missing. Not nice. ;) There are :style entries in my org-publish-project-alist which seem to be ignored -- there are no

Re: [O] New exporter and publishing to HTML with styles

2013-04-07 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Bernt Hansen be...@norang.ca writes: I'm playing with the new exporter and publishing. Everything seems to be good Nice. except my style sheet details are missing. Not nice. ;) There are :style entries in my

[O] New exporter and dates in tables

2013-04-07 Thread Bernt Hansen
Hi Nicolas, I just noticed that the new exporter does not export inactive timestamps in table columns. This is now controlled by the option :t I think this is a change from the old exporter (but I'm not sure it's really wrong). I have subtrees with inactive timestamps in the text indicating

Re: [O] New exporter and dates in tables

2013-04-07 Thread Mike McLean
On Apr 7, 2013, at 8:05 PM, Bernt Hansen be...@norang.ca wrote: Hi Nicolas, I just noticed that the new exporter does not export inactive timestamps in table columns. This is now controlled by the option :t I think this is a change from the old exporter (but I'm not sure it's really

Re: [O] New Exporter BUG/Change in behaviour

2013-04-06 Thread Thorsten Jolitz
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, The new exporter distinguishes between subtree export (toggled with C-s key within the dispatcher) and region export. In the old exporter, C-c @ + export command would give you a subtree export. This is not the case in the new exporter. You

Re: [O] New Exporter BUG/Change in behaviour

2013-04-06 Thread Nicolas Goaziou
Hello, Thorsten Jolitz tjol...@gmail.com writes: Shouldn't the ,- | :EXPORT_OPTIONS: d:t `- setting in the following minimal org-file export the property-drawer for this subtree too? ,--- | * header1 | :PROPERTIES: |

Re: [O] New Exporter BUG/Change in behaviour

2013-04-06 Thread Thorsten Jolitz
Nicolas Goaziou n.goaz...@gmail.com writes: No. The d: item only applies to regular drawers. `property-drawer' elements are not among them. Back-ends handle these beasts as they see fit (they usually ignore them, as you can tell). I actually have a use-case where I would like to export the

[O] New Exporter BUG/Change in behaviour

2013-04-05 Thread Bernt Hansen
Hi Nicolas, I finally updated to the latest master branch at work yesterday to move to the new exporter and found the following change I don't know how to deal with. My org file has #+OPTIONS: tasks:todo This globally skips DONE tasks in my exports when I export the entire file in both the old

Re: [O] New Exporter BUG/Change in behaviour

2013-04-05 Thread Nicolas Goaziou
Hello, Bernt Hansen be...@norang.ca writes: My org file has #+OPTIONS: tasks:todo This globally skips DONE tasks in my exports when I export the entire file in both the old and new exporter. If I select a task with C-c @ that is DONE (or any done state) and try to export that in the new

Re: [O] New Exporter BUG/Change in behaviour

2013-04-05 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Bernt Hansen be...@norang.ca writes: Is this a bug? No, it isn't. My current workaround is to delete the global #+OPTIONS line (but that doesn't feel right since I have to add it back to export what is left to do for the entire file

Re: [O] New Exporter html - latex - beamer

2013-03-25 Thread Robert Eckl
Charles Berry ccbe...@ucsd.edu writes: cberry at ucsd.edu writes: Robert Eckl eckl.r at gmx.de writes: [snip] I said You might be able to do what you want with filter functions. You can do that with this filter: But you will want to add something to it to treat links

Re: [O] New Exporter html - latex - beamer

2013-03-20 Thread Charles Berry
cberry at ucsd.edu writes: Robert Eckl eckl.r at gmx.de writes: [snip] I said You might be able to do what you want with filter functions. You can do that with this filter: But you will want to add something to it to treat links without the :windowenv: tag in the normal way

Re: [O] [New exporter] Org LaTeX markup

2013-03-19 Thread Charles Berry
Charles Berry ccberry at ucsd.edu writes: [snip] Can you give me a hint? M-x customize-variable RET org-latex-format-headline-function RET then copy and paste the last part of the docstring into the window - add a closing parenthesis at the end - and then modify it to your taste.

Re: [O] [new-exporter] org-export-before-parsing-hook GOTCHA

2013-03-19 Thread Bastien
Hi Charles, Charles Berry ccbe...@ucsd.edu writes: Is this a feature or a bug? A bug: the user is not supposed to be so careful. This should be fixed now, thanks! -- Bastien

Re: [O] New Exporter html - latex - beamer

2013-03-19 Thread Robert Eckl
Eric S Fraga e.fr...@ucl.ac.uk writes: Robert Eckl eck...@gmx.de writes: I have to provide weekly newsletters in the format pdf and html. Up to now i did this with exporting to scrartcl, known as koma-script. Including images is a bit booring because i handle two formats, for example I am

Re: [O] New Exporter html - latex - beamer

2013-03-19 Thread cberry
Robert Eckl eck...@gmx.de writes: Eric S Fraga e.fr...@ucl.ac.uk writes: Robert Eckl eck...@gmx.de writes: I have to provide weekly newsletters in the format pdf and html. Up to now i did this with exporting to scrartcl, known as koma-script. Including images is a bit booring because i

Re: [O] New Exporter html - latex - beamer

2013-03-17 Thread Eric S Fraga
Robert Eckl eck...@gmx.de writes: I have to provide weekly newsletters in the format pdf and html. Up to now i did this with exporting to scrartcl, known as koma-script. Including images is a bit booring because i handle two formats, for example I am not sure what your latex bits are trying

Re: [O] [new-exporter] Beamer color theme

2013-03-15 Thread Eric S Fraga
Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Wed, Mar 13, 2013 at 07:11:09AM +0530, Vikas Rawal wrote: How do I change beamer color theme in the new exporter. I updated the tutorial. Suvayu, thanks for this. I have updated, on Worg, the example presentation to work with the new

Re: [O] [new-exporter] Beamer color theme

2013-03-15 Thread Suvayu Ali
On Fri, Mar 15, 2013 at 01:57:26PM +, Eric S Fraga wrote: I have updated, on Worg, the example presentation to work with the new exporter. It is at http://orgmode.org/worg/exporters/beamer/presentation.org Can you put a link to it from the tutorial maybe? Done :).

Re: [O] [New Exporter] deriving from derived backends?

2013-03-15 Thread Nicolas Goaziou
Hello, Rick Frankel r...@rickster.com writes: I am trying to derive a backend from another derived backend (i want to override certain entries in the options-alist), but it does not seem to work. The menu entries are created, but the in the second-level derived backend are not being picked

[O] New Exporter html - latex - beamer

2013-03-15 Thread Robert Eckl
Both, the old and the new Exporter are brilliant tools, migration to the new exporter didn't make great issues. I have to provide weekly newsletters in the format pdf and html. Up to now i did this with exporting to scrartcl, known as koma-script. Including images is a bit booring because i handle

Re: [O] New Exporter html - latex - beamer

2013-03-15 Thread Marcin Borkowski
Dnia 2013-03-15, o godz. 21:55:42 Robert Eckl eck...@gmx.de napisał(a): Both, the old and the new Exporter are brilliant tools, migration to the new exporter didn't make great issues. I have to provide weekly newsletters in the format pdf and html. Up to now i did this with exporting to

[O] [new-exporter] org-export-before-parsing-hook GOTCHA

2013-03-15 Thread Charles Berry
Is this a feature or a bug? in org-export-as, there are these lines , | (goto-char (point-min)) | (run-hook-with-args 'org-export-before-parsing-hook backend) ` For some time, I used hook functions that usually reset the position of *point*. They worked fine. Recently, they produced

Re: [O] [New Exporter] deriving from derived backends?

2013-03-12 Thread Bastien
Hi Rick, Rick Frankel r...@rickster.com writes: If i use e.g., s-X or s-x in the exporter menu, in exporter functions, :html-container == div (which is set in the html exporter), and :s5-xoxo-root is nil. Do you have `org-s5-xoxo-root-element' defined somewhere in your file? HTH, --

Re: [O] [New Exporter] deriving from derived backends?

2013-03-12 Thread Rick Frankel
Yes. On Mar 12, 2013, at 9:15 AM, Bastien b...@altern.org wrote: Hi Rick, Rick Frankel r...@rickster.com writes: If i use e.g., s-X or s-x in the exporter menu, in exporter functions, :html-container == div (which is set in the html exporter), and :s5-xoxo-root is nil. Do you have

[O] [new-exporter] Beamer color theme

2013-03-12 Thread Vikas Rawal
How do I change beamer color theme in the new exporter. Vikas

Re: [O] [new-exporter] Beamer color theme

2013-03-12 Thread Suvayu Ali
On Wed, Mar 13, 2013 at 07:11:09AM +0530, Vikas Rawal wrote: How do I change beamer color theme in the new exporter. I updated the tutorial. http://orgmode.org/worg/exporters/beamer/ox-beamer.html#config The new exporter is ... well new, when in doubt looking at the source is quite effective.

  1   2   3   4   5   6   7   >