Re: [O] [bug] Inline tasks are exported, even with noexport tag

2013-02-27 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: The following ECM fails on 2 fronts: - the `noexport' tag on the inline task is not respected; Should it? Well, it previously did. And that's pretty interesting: you can put private inline blocks, and have them exported or

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Achim Gratz
Bastien writes: Maybe this change: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=091bf02 I think I see where this is coming from, org-babel-confirm-evaluate does some additional things beyond what it's name implies. I'm reverting the original commit(s) for now until I've implemented this

Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Samuel Wales
On 2/27/13, Nicolas Goaziou n.goaz...@gmail.com wrote: Or you can provide a file demonstrating the problem... Might be related to the inline footnote fix. :( === * blog :refile: *** NAKA /blog posts/

Re: [O] [HTML] region export exports footnotes title

2013-02-27 Thread Samuel Wales
On 2/27/13, Nicolas Goaziou n.goaz...@gmail.com wrote: I understand that it shouldn't appear anywhere when exporting body only. But where should it go when not exporting body only? Where to put it outside of body? I don't know HTML well enough to know. The purpose (in all of my use cases at

[O] bug#13820: 24.3.50; Cannot switch to Org mode

2013-02-27 Thread Bastien
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: GNU Emacs 24.3.50.1 (i386-mingw-nt6.2.9200) of 2013-02-26 on VBOX-W7 This is from `emacs-trunk-r111884-20130226-w32-i386.zip'. Is it before or after your commit? Before. Please wait for another day, sorry

Re: [O] Bad indentation with visual-line-mode

2013-02-27 Thread Bastien
Hi Torsten, Torsten Bronger bron...@physik.rwth-aachen.de writes: But my point is that I don't want to have indentation of the subtrees, only of the list items. This basically means that org-indent-mode isn't the solution I am looking for. Mhh.. Indeed. Besides, setting

Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Nicolas Goaziou
Samuel Wales samolog...@gmail.com writes: Might be related to the inline footnote fix. :( === * blog :refile: *** NAKA /blog posts/:refile: * NEXT [#A] a *** [#A] Smedley

Re: [O] Add agenda entries into diary to export weelky calendar

2013-02-27 Thread Torsten Wagner
Hi Eric, thanks for the tip. I tried this already. Its printing but has some drawbacks. E.g. I use high resolution monitors in vertical (pivot) mode and a tiling window manager. calfw scales to the current buffer size and this is unfortunately not really compatible with printing. In summary this

Re: [O] new version of org-mew.el

2013-02-27 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Can you fix this? I don't have mew installed, so no I can't. I downloaded Mew and fixed some declarations. -- Bastien

[O] Problem with code blocks and new exporter

2013-02-27 Thread Richard Stanton
I'm having trouble exporting code blocks with the new exporter. I'm sure I've missed something obvious, but can anyone tell me why the following file doesn't work exporting to LaTeX or HTML? --- Code snippet: #+begin_src python a = 5 #+end_src python When I export this, I

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

2013-02-27 Thread Bastien
Hi David, David Engster d...@randomsample.de writes: org-caldav does not call this function. It however requires org-icalendar, and that was renamed to ox-icalendar in org git. So I guess it pulls org-icalendar from the Org that is included with Emacs, which calls the obsoleted function.

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien writes: Maybe this change: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=091bf02 I think I see where this is coming from, org-babel-confirm-evaluate does some additional things beyond what it's name implies. I'm reverting the original

Re: [O] undo-tree and Org visibility

2013-02-27 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: Correct me if I'm wrong, but M-x show-all is equivalent to my defadvice (even worse because it shows more). Cycling will work initially, but that will change as soon as some changes in body text forces revealing that entry. What I

Re: [O] new version of org-mew.el

2013-02-27 Thread Achim Gratz
Bastien writes: I downloaded Mew and fixed some declarations. Thanks. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Factory and User Sound Singles for Waldorf Q+, Q and microQ: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Achim Gratz
Karl Voit writes: I guess this relates to ... org-babel-exp processing... [25 times] ... which also pops up some babel result graphics which did not happen before. Was there a change in the default settings or is this a bug? Yes there was, sorry for that. I missed something that was

Re: [O] new exporter fails to output footnotes?

2013-02-27 Thread Samuel Wales
We were talking about the HTML for footnote definitions. On 2/13/13, Nicolas Goaziou n.goaz...@gmail.com wrote: Anyway, if you send the correct HTML that should be generated, I will fix it. Probably all that needs to be done is to not use a table. I tested this by manually removing table td

Re: [O] new exporter fails to output footnotes?

2013-02-27 Thread Samuel Wales
On 2/27/13, Samuel Wales samolog...@gmail.com wrote: I tested it in Firefox and w3m. It solves the problem and it seems reasonably good to me. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it.

Re: [O] Problem with code blocks and new exporter

2013-02-27 Thread Bastien
Hi Richard, Richard Stanton stan...@haas.berkeley.edu writes: Code snippet: #+begin_src python a = 5 #+end_src python ^^ You don't need this. Use this: #+begin_src python a = 5 #+end_src -- Bastien

Re: [O] [babel] Commenting out src blocks for tangling

2013-02-27 Thread Darlan Cavalcante Moreira
I also converted my Emacs configuration to an org-mode file a long time ago and I hit the same spot you did. As you, I initially assumed (wished) that the COMMENT marker would disable tangling of blocks in that subtree. After that I found out the tangle property, which solves the problem but has

Re: [O] Bug: org-babel-tangle purges comma at the beginning of a line ]

2013-02-27 Thread Simon Campese
Hello Nicolas, thanks a lot for the patch. It partly works, as long as there are some more characters after the first comma, but a single comma at the beginning of a line still gets purged. Now we can start discussing about whoever would want to have a single comma in a line of its own... :-)

Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Samuel Wales
I will pull and test it tomorrow. Thank you. Posted manually for now. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. There is no hope without action.

Re: [O] Problem with code blocks and new exporter

2013-02-27 Thread Richard Stanton
I thought I was probably being stupid. Thanks! -Original Message- From: Bastien Guerry [mailto:bastiengue...@gmail.com] On Behalf Of Bastien Sent: Wednesday, February 27, 2013 3:32 PM To: Richard Stanton Cc: emacs-orgmode@gnu.org Subject: Re: Problem with code blocks and new exporter Hi

Re: [O] Showing only subprojects in the agenda

2013-02-27 Thread Tim
At Wed, 20 Feb 2013 06:54:04 -0500, Bernt Hansen wrote: If all of your projects are normally at level 2 will this work? C-c a m LEVEL=2/!TODO RET Bernt, I really appreciate your time. Unfortunately, this doesnt quite get me what I am looking for. My current method of defining

Re: [O] [bug] Inline tasks are exported, even with noexport tag

2013-02-27 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Should it? Inlinetasks are not headlines, even though they use a somewhat similar syntax. :noexport: tag applies to trees. Inlinetasks do not define a tree. From on intuitive point of view: Inline tasks support tags, and :noexport:

Re: [O] Inserting a comma as prefix of headlines (in Org code blocks)

2013-02-27 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Ok then another binding. I still think freeing , key is the best thing to do. More on this below. Users will still be able to use the , so this will not really fix the issue. I think , is good for priorities, and that preventing

Re: [O] Inserting a comma as prefix of headlines (in Org code blocks)

2013-02-27 Thread Nicolas Goaziou
Bastien b...@altern.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: Ok then another binding. I still think freeing , key is the best thing to do. More on this below. Users will still be able to use the , so this will not really fix the issue. That's the whole point: leave the

[O] latex pdf export generated files

2013-02-27 Thread Sanjib Sikder
Hi, Is it possible that when I am pdf exporting a document using C-e C-p org-mode will generate ONLY the pdf, not the other associated files like .bbl, .blg, .tex, .lof etc ? Thanks - *Sanjib Sikder *Ph.D. Fellow Chemical Engineering IIT Bombay* *

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

2013-02-27 Thread David Engster
Bastien writes: Hi David, David Engster d...@randomsample.de writes: org-caldav does not call this function. It however requires org-icalendar, and that was renamed to ox-icalendar in org git. So I guess it pulls org-icalendar from the Org that is included with Emacs, which calls the

Re: [O] undo-tree and Org visibility

2013-02-27 Thread Samuel Wales
On 2/27/13, Bastien b...@altern.org wrote: What I suggest is a less convoluted version of your advice, where you would call `show-all' as a before advice for undo-tree-undo. Ah, I thought you meant manually. Still, I thought (org-reveal t) not to be convoluted, but to show the minimal amount,

Re: [O] Bad indentation with visual-line-mode

2013-02-27 Thread Torsten Bronger
Hallöchen! Bastien writes: Torsten Bronger bron...@physik.rwth-aachen.de writes: [...] And, shouldn't visual-line-mode's behaviour that it doesn't respect the indentation of org-mode be considerd a bug, too? I don't think so, I believe this is an inherent limitation of visual-line-mode.

Re: [O] latex pdf export generated files

2013-02-27 Thread Thomas S. Dye
Aloha Sanjib Sikder, Org typically uses LaTeX to get to pdf, although other export targets might also be able to generate pdf files. The file types you list are all produced or used by LaTeX on the way to pdf. The variable org-latex-remove-logfiles controls whether some of the files produced by

Re: [O] Bad indentation with visual-line-mode

2013-02-27 Thread Bastien
Hi Torsten, Torsten Bronger bron...@physik.rwth-aachen.de writes: Possibly. On the other hand, both longlines and auto-fill indent org-mode lists nicely. The longlines mode was removed from Emacs, and there should be a replacement for every usecase before you remove something I think. I

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

2013-02-27 Thread Bastien
Hi David, David Engster d...@randomsample.de writes: Of course I can fix this. But I hope you realize that any third-party code out there that requires an exporter will load the old one from Emacs proper. Yes, I'm well aware of this. The change now lives in the master branch, and will

Re: [O] latex pdf export generated files

2013-02-27 Thread Bastien
Hi Sanjib, t...@tsdye.com (Thomas S. Dye) writes: The variable org-latex-remove-logfiles controls whether some of the files produced by LaTeX are removed, but not the ones you list, apparently. To control the list of logfiles extensions you can customize `org-latex-logfiles-extensions'.

Re: [O] undo-tree and Org visibility

2013-02-27 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: Still, I thought (org-reveal t) not to be convoluted, but to show the minimal amount, which is the best workaround I know of. Is that not the case? Yes it is, and org-reveal will not display wrong ellispsis at the top of the window

Re: [O] Invoking org-protocol via emacsclient switches buffer

2013-02-27 Thread Bastien
Hi Marcus, Marcus Klemm marcus.kl...@googlemail.com writes: I wrote myself a small bash script that uses dmenu and emacsclient to get notes into Org-Mode via org-protocol-capture. I've set up some capture templates that fill in the provided information and configured them to immediate finish

Re: [O] [HTML] region export exports footnotes title

2013-02-27 Thread Nicolas Goaziou
Samuel Wales samolog...@gmail.com writes: On 2/27/13, Nicolas Goaziou n.goaz...@gmail.com wrote: I understand that it shouldn't appear anywhere when exporting body only. But where should it go when not exporting body only? Where to put it outside of body? I don't know HTML well enough to

<    1   2