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 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 disabled with

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 write

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 wrote: > Hi Nicolas, > > Nicolas Goaziou writes: > >> Bastien writes: >> >>> Nicolas Goaziou writes: >>> We can widen the definition of `standalone': a s

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] 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 writes: > Søren Mikkelsen writes: >> But I have a problem with the exporter: >> >> I have modified by org-exporter to export latex-files wi

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

2013-06-06 Thread Michael Bach
Nicolas Goaziou writes: > Søren Mikkelsen 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* >>*

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

2013-06-04 Thread Bastien
Hi Robert, Robert Goldman 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 public key if you d

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 Eric S Fraga
Carsten Dominik 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-03 Thread Carsten Dominik
On 2.5.2013, at 21:28, Eric S Fraga wrote: > Carsten Dominik 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

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

2013-05-02 Thread Eric S Fraga
Carsten Dominik 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 ways. > > I hope that

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 wrote: > "Thomas S. Dye" 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

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

2013-05-01 Thread Eric S Fraga
"Thomas S. Dye" 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 works. F

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 writes: > Nicolas, > > further on this: I got my original document working. I had a

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 Eric S Fraga
Nicolas Goaziou 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 being exported. I wil

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

2013-04-30 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Thorsten Jolitz 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 exp

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

2013-04-30 Thread Nicolas Goaziou
Hello, Thorsten Jolitz 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, -- Nicolas G

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

2013-04-30 Thread Nicolas Goaziou
Hello, Eric S Fraga 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 t, I have set "

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

2013-04-29 Thread Thorsten Jolitz
Eric S Fraga 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, the ascii expor

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

2013-04-29 Thread Nicolas Goaziou
Hello, Søren Mikkelsen 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, however, this hook s

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

2013-04-26 Thread Bernt Hansen
Bernt Hansen writes: > Nicolas Goaziou writes: > >> Hello, >> >> Bernt Hansen 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

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

2013-04-26 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Bernt Hansen 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 so

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

2013-04-26 Thread Nicolas Goaziou
Hello, Bernt Hansen 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 in org back-e

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

2013-04-25 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Bernt Hansen 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

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

2013-04-24 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Bernt Hansen 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

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

2013-04-24 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Bernt Hansen 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

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

2013-04-24 Thread Nicolas Goaziou
Hello, Bernt Hansen 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 emacs confi

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 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, assuming ITEM

Re: [O] New Exporter: plain list depth

2013-04-21 Thread Nicolas Goaziou
Hello, Yasushi SHOJI 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: > > #+BEGIN_EXAMPLE

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 somewher

Re: [O] New exporter and defgroup

2013-04-20 Thread Bastien
Hi, yes, this *is* a problem. Suvayu Ali 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, w

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 > backward-inc

Re: [O] New exporter and dates in tables

2013-04-16 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Bastien writes: > >> Nicolas Goaziou 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 th

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Nicolas Goaziou 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. -- 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 writes: > +

Re: [O] New exporter and dates in tables

2013-04-14 Thread Nicolas Goaziou
Bastien writes: > Nicolas Goaziou 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. The following patch shou

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Nicolas Goaziou 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 Nicolas Goaziou
Bastien writes: > Nicolas Goaziou 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. (Th

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Nicolas Goaziou 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 into accoun

Re: [O] New exporter and dates in tables

2013-04-14 Thread Nicolas Goaziou
Bastien writes: > Nicolas Goaziou writes: > >> According to your suggestion, with `org-export-with-timestamps' set to >> `not-standalone', in the following example: >> >> * Task >> >> >> At , I must do that. >> >> the first would be ignored, not the second one. Isn't it >> what you want? > >

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > According to your suggestion, with `org-export-with-timestamps' set to > `not-standalone', in the following example: > > * Task > > > At , I must do that. > > the first would be ignored, not the second one. Isn't it > what you want? Yes, exactly. --

Re: [O] New exporter and dates in tables

2013-04-14 Thread Nicolas Goaziou
Hello, Bastien 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 in > > * Task

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
"Sebastien Vauban" 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* and the new agenda type agenda*. So y

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Bastien 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 id

Re: [O] New exporter and dates in tables

2013-04-13 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: > Bastien 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-13 Thread Nicolas Goaziou
Bastien 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 level,

Re: [O] New exporter and dates in tables

2013-04-13 Thread Bastien
Nicolas Goaziou 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 set to 'not-standalo

Re: [O] New exporter and dates in tables

2013-04-13 Thread Nicolas Goaziou
Hello, Bastien writes: > Nicolas Goaziou 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-plann

Re: [O] New exporter and dates in tables

2013-04-11 Thread Bastien
Hello, Nicolas Goaziou 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 to t and still s

Re: [O] New exporter and dates in tables

2013-04-11 Thread Nicolas Goaziou
Hello, Bastien 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 org-export-with-ti

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

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 wrote: > Hello, > > Carsten Dominik writes: > >> Some people throw in time stamps often while they work, just >> as a little label, indicating that they

Re: [O] New exporter and dates in tables

2013-04-10 Thread Nicolas Goaziou
Hello, Carsten Dominik 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 in such a > time stam

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

2013-04-09 Thread Maxco . tr
maxco...@gmail.com writes: > Nicolas Goaziou 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-3

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

2013-04-09 Thread Maxco . tr
Nicolas Goaziou 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 that. Thanks

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 si

Re: [O] New exporter and dates in tables

2013-04-09 Thread Carsten Dominik
On 8 apr. 2013, at 21:49, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > >> On 8 apr. 2013, at 13:27, Bernt Hansen wrote: >> >>> Nicolas Goaziou writes: >>> Bernt Hansen writes: > I have subtrees with inactive timestamps in the text indicating when > som

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

2013-04-09 Thread Bastien
Hi Dieter, "Dieter Wilhelm, H." 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! PS: http://orgmode.

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

2013-04-08 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > I have the following line in my org-mode document > > #+AUTHOR: Bernt Hansen (IRC:BerntH on freenode) > > On the old exporter this became > > > > I just tried exporting this with the new exporter and I get this > > BerntH > on freenode)"/> > > which isn't legal HTM

Re: [O] New exporter and dates in tables

2013-04-08 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > On 8 apr. 2013, at 13:27, Bernt Hansen wrote: > >> Nicolas Goaziou writes: >> >>> Bernt Hansen 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 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:... is not recognized

Re: [O] New exporter and dates in tables

2013-04-08 Thread Carsten Dominik
On 8 apr. 2013, at 13:27, Bernt Hansen wrote: > Nicolas Goaziou writes: > >> Bernt Hansen 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

Re: [O] New exporter and dates in tables

2013-04-08 Thread Bernt Hansen
Nicolas Goaziou writes: > Bernt Hansen 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

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

2013-04-08 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > I have the following line in my org-mode document > > #+AUTHOR: Bernt Hansen (IRC:BerntH on freenode) > > On the old exporter this became > > > > I just tried exporting this with the new exporter and I get this > > BerntH > on freenode)"/> > > which isn't legal HTM

Re: [O] New exporter and dates in tables

2013-04-07 Thread Nicolas Goaziou
Hello, Bernt Hansen 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 output tables wi

Re: [O] New exporter and dates in tables

2013-04-07 Thread Mike McLean
On Apr 7, 2013, at 8:05 PM, Bernt Hansen 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 wrong). T

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

2013-04-07 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Bernt Hansen 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

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

2013-04-07 Thread Nicolas Goaziou
Hello, Bernt Hansen 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 style details i

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

2013-04-06 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Thorsten Jolitz writes: > >> Nicolas Goaziou 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

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

2013-04-06 Thread Nicolas Goaziou
Thorsten Jolitz writes: > Nicolas Goaziou 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 woul

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

2013-04-06 Thread Thorsten Jolitz
Nicolas Goaziou 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 property-drawer

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

2013-04-06 Thread Nicolas Goaziou
Hello, Thorsten Jolitz 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: > | :EXPORT

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

2013-04-06 Thread Thorsten Jolitz
Nicolas Goaziou 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 have to explicit

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

2013-04-05 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Bernt Hansen 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 when sharing it with o

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

2013-04-05 Thread Nicolas Goaziou
Hello, Bernt Hansen 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 export

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

2013-03-25 Thread Robert Eckl
Charles Berry writes: > ucsd.edu> writes: > >> >> Robert Eckl 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 th

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

2013-03-20 Thread Charles Berry
ucsd.edu> writes: > > Robert Eckl 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 html - latex - beamer

2013-03-19 Thread cberry
Robert Eckl writes: > Eric S Fraga writes: > >> Robert Eckl 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

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

2013-03-19 Thread Robert Eckl
Eric S Fraga writes: > Robert Eckl 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 la

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

2013-03-19 Thread Bastien
Hi Charles, Charles Berry 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] Org LaTeX markup

2013-03-19 Thread Charles Berry
Charles Berry 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 html - latex - beamer

2013-03-17 Thread Eric S Fraga
Robert Eckl 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 to accomplis

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

2013-03-15 Thread Marcin Borkowski
Dnia 2013-03-15, o godz. 21:55:42 Robert Eckl 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 scrartcl, known

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

2013-03-15 Thread Nicolas Goaziou
Hello, Rick Frankel 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 up. > > Should

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] Beamer color theme

2013-03-15 Thread Eric S Fraga
Suvayu Ali 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 exporter. It is at http://o

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. The new exporter is ... well new, when in doubt looking at the source is quite effective

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

2013-03-12 Thread Rick Frankel
Yes. On Mar 12, 2013, at 9:15 AM, Bastien wrote: > Hi Rick, > > Rick Frankel 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-el

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

2013-03-12 Thread Bastien
Hi Rick, Rick Frankel 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, -- Bastien

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

2013-03-10 Thread Suvayu Ali
Hi Charles, On Wed, Mar 06, 2013 at 07:11:48AM +, Charles Berry wrote: > I added to org-hacks.org at the bottom of ** Exporting org files. I tried to > push to worg but got a permission error - its been years since I last pushed > anything, so something on my end probably needs to be updated.

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

2013-03-10 Thread Bastien
Hi Samuel, Samuel Wales writes: > How do we make it a reality NOW? No, I stated my reasons here: http://article.gmane.org/gmane.emacs.orgmode/67829 -- Bastien

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

2013-03-09 Thread Jambunathan K
Samuel Wales writes: > On 3/6/13, Bastien wrote: >> Hello Jambunathan, >> >> You are not welcome on this list anymore, please ban yourself. >> >> Thanks, > > Thank you, Bastien. This has been necessary since around May of 2011. > How do we make it a reality NOW? I said I want to be banned. L

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

2013-03-09 Thread Samuel Wales
On 3/6/13, Bastien wrote: > Hello Jambunathan, > > You are not welcome on this list anymore, please ban yourself. > > Thanks, Thank you, Bastien. This has been necessary since around May of 2011. How do we make it a reality NOW? Samuel Wales -- The Kafka Pandemic: http://thekafkapandemic.blo

Re: [O] [New Exporter] Parameterized wrapper elements

2013-03-09 Thread Jambunathan K
Rick I have my reservations in applying this patch - I am not concerned about the patch, I have not looked at it. Any improvements to existing backends should invariably answer the question - "Can this change improve export tools or the parse tree syntax." If such a question is never asked and

Re: [O] [New Exporter] Parameterized wrapper elements

2013-03-09 Thread Rick Frankel
On Sat, Mar 09, 2013 at 10:32:11AM +0100, Bastien wrote: > Hi Rick, > One thing you may double-check in the meantime is: is it > compatible with the org-info.js utility? The default should > be "yes", even if users can replace "div" by something else > (e.g. for the needs of specific backends.)

Re: [O] [New Exporter] Parameterized wrapper elements

2013-03-09 Thread Rick Frankel
On Sat, Mar 09, 2013 at 01:46:37AM +0100, Nicolas Goaziou wrote: > Since I don't use html back-end, it would be better to hear from actual > users what they think about it. Sorry, forgot that you are not the keeper of ox-html, just the new exporter at large ;). > Anyway, just a few comments: >

Re: [O] [new exporter] feature request: BEGIN_LATEX_HEADER

2013-03-09 Thread Achim Gratz
Nicolas Goaziou writes: > I admit I'm not very keen on this idea. Not because of the coding > work, it would be around 10 loc, but because of syntax fester. Speaking of syntax, having long blocks of #+GRMLLL_SOMETHING: lines is somewhat of an eyesore, but instead of inventing yet another type of b

Re: [O] [new exporter] feature request: BEGIN_LATEX_HEADER

2013-03-09 Thread Eric S Fraga
Nicolas Goaziou writes: > Hello, > > Eric S Fraga writes: > >> Prompted by Nicolas's recent addition of the LATEX_HEADER_EXTRA >> directive, I would like to request another related feature. Just as we >> have the related LATEX and BEGIN_LATEX directives, I would like to see a >> BEGIN_LATEX_HEA

Re: [O] [New Exporter] Parameterized wrapper elements

2013-03-09 Thread Bastien
Hi Rick, besides Nicolas good suggestions regarding the code, I think the patch is good and I welcome more flexibility in the HTML exporter so that HTML5-ready derived backends can be written. I'll have a careful look next week. One thing you may double-check in the meantime is: is it compatible

  1   2   3   4   5   6   >