[O] Org interpreting multiple ^{*} instances as bold in LaTeX beamer export

2013-02-12 Thread John Hendy
Here's a minimal example: #+begin_src org #+startup: beamer #+latex_class: beamer #+options: tex:t * A headline a word^{*} followed by another^{*} - bullet item^{*} - bullet item^{*} - bullet item - bullet item #+end_src I just wanted an asterisk to put a little footnote for two items in a

[O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-12 Thread Sebastien Vauban
Hello, Since the last pull I made, I can't expand anymore BBDB aliases in Gnus... because of Org! --8---cut here---start-8--- Debugger entered--Lisp error: (error Lisp nesting exceeds `max-lisp-eval-depth') yas--all-parents(text-mode) (lambda (mode)

[O] org 8.0 and new exporter ETA?

2013-02-12 Thread Julian Burgos
Dear org-people, First of all, my thanks to everyone who contributes to this project! My (digital) life orbits around org-mode now. I am very happy with my current emacs/org-mode set up, but (being a permanent tinkerer) I am planning to do some relatively important changes, in particular in

[O] time stamps in table of contents

2013-02-12 Thread Carsten Dominik
Hi, this is a question for CSS experts. I am trying to get rid of time stamps in HTML export. So I am using a CSS file which contains among other things: #table-of-contents { font-size: 100%; position: fixed; display: block; left: 10px; top: 164px;

Re: [O] time stamps in table of contents

2013-02-12 Thread Sebastien Vauban
Hello Carsten, Carsten Dominik wrote: this is a question for CSS experts. I am trying to get rid of time stamps in HTML export. So I am using a CSS file which contains among other things: #table-of-contents { font-size: 100%; position: fixed; display: block;

Re: [O] Macro expansion in new exporter

2013-02-12 Thread T.F. Torrey
Hello again, Like many others, I'm adapting my workflow to the new exporter. Like Carsten (but apparently few others), I've been using macros extensively. Though I've spent several days digging through the mailing list and code, I still don't have the answers I need, but hopefully I can ask

[O] BIND org-html-style-include-*

2013-02-12 Thread T.F. Torrey
Hello, In my files, this used to work to suppress the default styles and javascript: #+BIND: org-export-html-style-include-default nil #+BIND: org-export-html-style-include-scripts nil Now, I have these: #+BIND: org-html-style-include-default nil #+BIND: org-html-style-include-scripts nil But

Re: [O] org 8.0 and new exporter ETA?

2013-02-12 Thread Bastien
Dear Julian, Julian Burgos jul...@hafro.is writes: First of all, my thanks to everyone who contributes to this project! My (digital) life orbits around org-mode now. :) I am very happy with my current emacs/org-mode set up, but (being a permanent tinkerer) I am planning to do some

Re: [O] Still Wishing for Snooze

2013-02-12 Thread Bastien
Hi Michael, Michael Brand michael.ch.br...@gmail.com writes: SCHEDULED: 2013-02-07 jeu. -2d The item will not be shown today, but in three days. For this case I would use: SCHEDULED: 2013-02-09 Sat AFAIU this would not work for what Andrew wants. He wants the scheduled item to be

Re: [O] Bug: org-insert-heading-respect-content inserts at the wrong level if target heading is invisible [7.9.2 (release_7.9.2-883-g6fb36e.dirty @ /home/dlm/share/org-mode.git/lisp/)]

2013-02-12 Thread Bastien
Hi James, James Harkins jamshar...@gmail.com writes: One concern: When you tested with C-u C-RET, was the point on a hidden headline? Yes. The problem only occurs if the current heading is folded up underneath a parent heading. AFAIK cursor movement in org-mode ensures that the point is

Re: [O] time stamps in table of contents

2013-02-12 Thread Achim Gratz
Carsten Dominik carsten.dominik at gmail.com writes: #table-of-contents timestamp { display:none; } You want a class selector (.) there, not an ID selector (#). Also you should probably mark this !important so it doesn't get overriden later. Regards, Achim.

[O] Bug: [MINOR BUG] Agenda files are always loaded in showeverything mode [7.9.3e (7.9.3e-956-g3943be.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-02-12 Thread Дядов Васил Стоянов
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] time stamps in table of contents

2013-02-12 Thread Bastien
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Don't you forget the `.' in front of timestamp, for the class spec? Yes #table-of-contents .timestamp { display:none; } works correctly. -- Bastien

Re: [O] Bug: [MINOR BUG] Agenda files are always loaded in showeverything mode [7.9.3e (7.9.3e-956-g3943be.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-02-12 Thread Bastien
Hi Дядов Васил (do I get your name right?) vdya...@canopus-pc.elvees.com (Дядов Васил Стоянов) writes: There is a minor issue with last org-mode from git repo. Agenda files are loaded in showeverything mode (including expanded drawers and so on),regardless value of org-startup-folded (which

[O] double-width characters in tables

2013-02-12 Thread Eric Abrahamsen
This problem has been flagged up before: http://orgmode.org/worg/org-issues.html#mid-87pqt04qg1-2Efsf-40gmail-2Ecom It's causing me headaches at the moment, so I'm trying to see if I can find a solution. The proximate cause of issues with double-width characters in table fields (they also mess

Re: [O] org 8.0 and new exporter ETA?

2013-02-12 Thread Julian Burgos
Thanks Bastien. Keep up the good work! On 02/12/2013 10:30 AM, Bastien wrote: Dear Julian, Julian Burgos jul...@hafro.is writes: First of all, my thanks to everyone who contributes to this project! My (digital) life orbits around org-mode now. :) I am very happy with my current

Re: [O] double-width characters in tables

2013-02-12 Thread Jambunathan K
File a bug report - M-x report-emacs-bug RET - against Orgmode. I am sure something useful will come out of it, eventually. It is good to get eyes and mouths of emacs-devel-ers involved, for whatever it is worth. Believe me it is good, for the discussion and suggestions it will open up. Eric

Re: [O] double-width characters in tables

2013-02-12 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: This problem has been flagged up before: http://orgmode.org/worg/org-issues.html#mid-87pqt04qg1-2Efsf-40gmail-2Ecom It's causing me headaches at the moment, so I'm trying to see if I can find a solution. The problem for me here is

Re: [O] double-width characters in tables

2013-02-12 Thread Bastien
Jambunathan K kjambunat...@gmail.com writes: File a bug report - M-x report-emacs-bug RET - against Orgmode. If users believe this is a bug in Org-mode, they should send the bug report to the Orgmode list. If they believe this is a bug in Emacs, they should discuss it to emacs-devel. Please

Re: [O] time stamps in table of contents

2013-02-12 Thread Carsten Dominik
On 12 feb. 2013, at 11:35, Achim Gratz strom...@nexgo.de wrote: Carsten Dominik carsten.dominik at gmail.com writes: #table-of-contents timestamp { display:none; } You want a class selector (.) there, not an ID selector (#). Also you should probably mark this !important so it

Re: [O] time stamps in table of contents

2013-02-12 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: I am dumber than you think, how exactly would I do this? Add an exclamation mark? Where? This should do: #table-of-contents .timestamp { display:none !important; } -- Bastien

Re: [O] time stamps in table of contents

2013-02-12 Thread Carsten Dominik
OK, thank you! - Carsten On 12 feb. 2013, at 12:41, Bastien b...@altern.org wrote: Carsten Dominik carsten.domi...@gmail.com writes: I am dumber than you think, how exactly would I do this? Add an exclamation mark? Where? This should do: #table-of-contents .timestamp {

[O] Critic markup

2013-02-12 Thread Alan Schmitt
Hello, I just read about this nice extension to markdown syntax this morning: http://macdrifter.com/2013/02/everyones-a-critic-the-critic-markup-language-proposal.html I really like how it's minimal yet seems to fairly well address a problem in collaborative text editing. Is there something

[O] [new exporter] workaround/replacement for org-export-as-html-batch

2013-02-12 Thread Detlef Steuer
Dear all, I rely on emacs --batch \ --eval (add-to-list 'load-path \${HOME}/GIT/org-mode/lisp/\)\ --load ${HOME}/GIT/org-mode/lisp/org.el \ --visit file.org \ --funcall org-export-as-html-batch somewhere in my HTML generating workflow. I see org-export-as-html-batch in

Re: [O] Still Wishing for Snooze

2013-02-12 Thread Michael Brand
Hi Bastien On Tue, Feb 12, 2013 at 11:21 AM, Bastien b...@altern.org wrote: Point well taken -- this is now what adding --2d does: use a temporary delay that will not be taken into account for dates later than the next repeater, and that will be deleted when a repeating task is marked as

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread Yagnesh Raghava Yakkala
Dear Jambunathan, If I say Yagnesh has made zero contributions to Tamil Poetry does it amount to attacking you. Think about it. Sorry to say, that is very bad comparison. Seems you are trying to nullify Bastien's efforts. Though I don't want to quantify, here is one data point, I

Re: [O] Still Wishing for Snooze

2013-02-12 Thread Michael Brand
On Tue, Feb 12, 2013 at 1:29 PM, Michael Brand michael.ch.br...@gmail.com wrote: And there is a critical bug: Setting 2a to DONE repeats all entries below too. Reducing to a MCE shows me that triggering the repetitions requires #+STARTUP: nologrepeat Michael

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread Jambunathan K
Yagnesh Raghava Yakkala h...@yagnesh.org writes: Dear Jambunathan, If I say Yagnesh has made zero contributions to Tamil Poetry does it amount to attacking you. Think about it. Sorry to say, that is very bad comparison. Seems you are trying to nullify Bastien's efforts. You are blaming

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread Jambunathan K
Yagnesh Raghava Yakkala h...@yagnesh.org writes: Though I don't want to quantify, here is one data point, Graphs are wonderful and colorful. The key thing is it's irrelevant. How about creating a graph that shows commit to the org-element.el and org-e-* files. Then we are talking. --

Re: [O] [ANN] outorg.el -- reverse Org-Babel

2013-02-12 Thread Thorsten Jolitz
François Pinard pin...@iro.umontreal.ca writes: Thorsten Jolitz tjol...@gmail.com writes: [about the nearly coincident publication of *outorg* and *poporg*] What a bad luck ... ;( Oh, I'm not much into authorship wars, you know, as long as the need gets covered. Free time being a scarce

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread Jambunathan K
Bastien b...@altern.org writes: It's important for two reasons: to keep a nice atmosphere on the list, so that people feel comfortable asking stupid questions; and to let other developers focus on their work (while you try to help newbies with their problems). It would have been difficult

[O] [Warnings] HTML produced by new exporter

2013-02-12 Thread Sebastien Vauban
Hello, I exported a simple file: --8---cut here---start-8--- #+TITLE: Example of Tasks #+AUTHOR:Sebastien Vauban #+Time-stamp: 2013-02-12 Tue 16:04 #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en * Marketing ** STRT Hire PR firm

Re: [O] format of the ID property in the new HTML exporter

2013-02-12 Thread Florian Beck
Jambunathan K kjambunat...@gmail.com writes: There is ID and then there is CUSTOM_ID. IIUC/IIRC, ID is a uuid and CUSTOM_ID can be whatever. Any reason why you cannot use CUSTOM_IDs here? Yes. Why do you need the assert? It only seems to be there to make my life more difficult. -- Florian

[O] src blocks in texinfo export

2013-02-12 Thread Dario Hamidi
Hello, I discovered a problem when exporting source blocks containing braces to texinfo using `ox-texinfo'. The texinfo exporter wraps source blocks into a `example' environment, which takes care of source block indentation but doesn't allow any braces to occur in the contained text, since

Re: [O] double-width characters in tables

2013-02-12 Thread Eric Abrahamsen
Bastien b...@altern.org writes: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: This problem has been flagged up before: http://orgmode.org/worg/org-issues.html#mid-87pqt04qg1-2Efsf-40gmail-2Ecom It's causing me headaches at the moment, so I'm trying to see if I can find a

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread Carsten Dominik
On 12 feb. 2013, at 15:04, Jambunathan K kjambunat...@gmail.com wrote: Yagnesh Raghava Yakkala h...@yagnesh.org writes: Though I don't want to quantify, here is one data point, Graphs are wonderful and colorful. The key thing is it's irrelevant. How about creating a graph that shows

[O] SETUPFILE and variants

2013-02-12 Thread Sebastien Vauban
Hello, With the new exporter, I still couldn't find how to use a setup file. Neither with: - the old `#+SETUPFILE:' directive - the new one (?): `#+SETUP_FILE:' - the soon to be unique one (?): `#+INCLUDE:' Am I missing something? Best regards, Seb ECM file: --8---cut

Re: [O] double-width characters in tables

2013-02-12 Thread Nick Dokos
Eric Abrahamsen e...@ericabrahamsen.net wrote: 《蛙》 123456 Doesn't that line up for you? Those bracket characters come with their own whitespace, maybe this is clearer: 正能量 123456 I use a fixed-width font in my emacs and those two do not line up for me (the Chinese chars reach to

Re: [O] Still Wishing for Snooze

2013-02-12 Thread Bastien
Hi Michael, Michael Brand michael.ch.br...@gmail.com writes: And there is a critical bug: Setting 2a to DONE repeats all entries below too. I fixed this one. I'm looking in the other issue right now. Thanks! -- Bastien

Re: [O] Bug in org-src.el?

2013-02-12 Thread Thorsten Jolitz
Bastien b...@altern.org writes: Hi Bastien, Yes, I've seen this error too sometimes and it was not easy to fix when I tried to. Can you share the minimal code block to reproduce? ,-- | * org-src.el bug MWE | | #+begin_src picolisp :results output

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread Jambunathan K
You are really starting to make me angry. I let go of my commit access sometime ago. Now, I am leaving this forum. Peace. --

Re: [O] src blocks in texinfo export

2013-02-12 Thread Jonathan Leech-Pepin
Hello Dario, On 12 February 2013 10:36, Dario Hamidi dario.ham...@gmail.com wrote: Hello, I discovered a problem when exporting source blocks containing braces to texinfo using `ox-texinfo'. The texinfo exporter wraps source blocks into a `example' environment, which takes care of source

Re: [O] Still Wishing for Snooze

2013-02-12 Thread Bastien
Hi Michael, Michael Brand michael.ch.br...@gmail.com writes: This * TODO 1a SCHEDULED: 2013-01-10 Thu +1m --2d * TODO 2a SCHEDULED: 2013-02-10 Sun +1m --2d * TODO 1b SCHEDULED: 2013-01-11 Fri +1m --2d * TODO 2b SCHEDULED: 2013-02-11 Mon +1m --2d * TODO 1c SCHEDULED:

Re: [O] Bug in org-insert-heading-after-current?

2013-02-12 Thread Thorsten Jolitz
Bastien b...@altern.org writes: Hi Bastien, , | * Definitions | :PROPERTIES: | :exports: both | :results: replace | * | [2013-01-28 Mo 17:48] | :END: ` while the new heading should be below the :END: I cannot reproduce

Re: [O] Bug in org-src.el?

2013-02-12 Thread Bastien
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: I discovered this with a much more complicated code block, but with some (not really successfull) debugging I found out that the problem is simply an empty result string, i.e. this happens when 'results' is ''. So its easy to reproduce

Re: [O] Calling 'org-babel-mark-block' with 'M-x cmd' and 'M-: (cmd)'

2013-02-12 Thread Thorsten Jolitz
Bastien b...@altern.org writes: Hi Bastien, Can you reproduce it with a recent Emacs? My Emacs is fairly recent: , | GNU Emacs 24.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.6.4) | of 2013-01-20 on eric | |

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread Daniel Clemente
El Tue, 12 Feb 2013 19:28:24 +0530 Jambunathan K va escriure: I will give you one more attempt. Try again. See whether you can convince me. Wow, you like discussing! You would enjoy a debate association. I did it and I enjoyed very much, it's discussing only for its own sake. I

Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-12 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Since the last pull I made, I can't expand anymore BBDB aliases in Gnus... because of Org! Do you have the same error when you don't load yasnippets? It looks like this is a bad interaction between

Re: [O] time stamps in table of contents

2013-02-12 Thread Carsten Dominik
Yes, thank you everyone for replying, this indeed works. - Carsten On 12 feb. 2013, at 10:59, Bastien b...@altern.org wrote: Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Don't you forget the `.' in front of timestamp, for the class spec? Yes

[O] Align argument in #+attr_latex for tabular env. is whitespace sensitive

2013-02-12 Thread John Hendy
Was not getting the results I expected from #+attr_latex, so I created a simplified table to test: #+begin_src org Centered (will be sent to LaTeX as =\begin{tabular}{cc}=: #+attr_latex: align=cc | test | test | | test of longer | test | Left aligned (will be sent to LaTeX as

Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-12 Thread Sebastien Vauban
HI Bastien, Bastien wrote: Sebastien Vauban writes: Since the last pull I made, I can't expand anymore BBDB aliases in Gnus... because of Org! Do you have the same error when you don't load yasnippets? It looks like this is a bad interaction between yasnippets and orgstruct++-mode, not a

Re: [O] Macro expansion in new exporter

2013-02-12 Thread Nicolas Goaziou
Hello, tftor...@tftorrey.com (T.F. Torrey) writes: Nicolas Goaziou n.goaz...@gmail.com writes: On that topic, the main difference with the previous exporter is that macros are now required to be in a context that can be parsed. Thus, for example, the following is not a macro:

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread Samuel Wales
On 2/12/13, Jambunathan K kjambunat...@gmail.com wrote: I let go of my commit access sometime ago. Now, I am leaving this forum. Peace. Yes, I think we will have peace. I feel more comfortable on this list now than I have in a very long time. Thank you. Samuel -- The Kafka Pandemic:

Re: [O] Still Wishing for Snooze

2013-02-12 Thread Michael Brand
Hi Bastien On Tue, Feb 12, 2013 at 5:33 PM, Bastien b...@altern.org wrote: This should be fixed now. Thanks for the clear example and the testing. Thank you for fixing the bugs and mainly for the --2d delay for repeated SCHEDULED. To summarize my point of view of this thread: Originally I

Re: [O] [ANN] outorg.el -- reverse Org-Babel

2013-02-12 Thread François Pinard
Thorsten Jolitz tjol...@gmail.com writes: François Pinard pin...@iro.umontreal.ca writes: Keep happy! A bit discouraging, I must admit. Don't be! We need all the courage we can get! Keep going with 'poporg' and make it part of emacs/org-mode - and look at 'outorg' as a proof that there

Re: [O] [ANN] outorg.el -- reverse Org-Babel

2013-02-12 Thread Samuel Wales
This looks great. One suggestion: what about optionally allowing you to keep your Org notes in Org? That would allow all Org features. You'd do it by putting a specially-formatted Org ID in the comment, and then you have a key that bounces back and forth. ;;; $[id 123451243512345] Then in

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread François Pinard
Jambunathan K kjambunat...@gmail.com writes: Bastien b...@altern.org writes: [...] to keep a nice atmosphere on the list, [...] put enough energy to maintain the whole beast. the estimation is done by managers themselves. I find Bastien to be a very good maintainer. I maintained a good

Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-12 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: After testing: nope, it does not occur when YASnippet is not loaded. Now that John H. gave me some directions on using yasnippet, I'm ready to test further and to hunt your bug. Would you mind

Re: [O] double-width characters in tables

2013-02-12 Thread Achim Gratz
Eric Abrahamsen writes: Yes, org-string-width eventually calls string-width, so that behaves correctly as far as it goes, but unfortunately that's not where the value in the text properties comes from... 《蛙》 123456 Doesn't that line up for you? Those bracket characters come with their own

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

2013-02-12 Thread Samuel Wales
On 2/11/13, Nicolas Goaziou n.goaz...@gmail.com wrote: It should be fixed in master. Could you confirm it? Thank you. Confirmed that footnotes are included in HTML now. They are missing from plain text export. In HTML, how do you control the hlevel of the footnotes header? Also, there is a

Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-12 Thread Sebastien Vauban
Bastien, Bastien wrote: Sebastien Vauban writes: After testing: nope, it does not occur when YASnippet is not loaded. Now that John H. gave me some directions on using yasnippet, I'm ready to test further and to hunt your bug. Would you mind sharing the minimal yas/org config I need to

Re: [O] how to indent plain lists in ASCII

2013-02-12 Thread Samuel Wales
I think I got this to work now. Thanks. I had had code to work around something else.

Re: [O] orgstruct-mode with custom headline prefix

2013-02-12 Thread Achim Gratz
Christopher Schmidt writes: This is in master now. The commit is a3f6570. This introduces the following failures in compilation with Emacs 24.2 and has a high chance of not working at all in some setups: --8---cut here---start-8--- Compiling

Re: [O] How to get === on a line by itself to be a special string

2013-02-12 Thread Samuel Wales
On 2/10/13, Nicolas Goaziou n.goaz...@gmail.com wrote: (defun my-rule-markup (paragraph backend info) (when (and (org-export-derived-backend-p backend 'html) (string-match p\ncode=/code\n/p\n* paragraph)) hr width=\10%\

Re: [O] Running a sudo in a #+begin_src sh fails to get tty and askpass

2013-02-12 Thread Emilio Torres Manzanera
#+begin_src sh :dir /sudo:: apt-get update #+end_src Thanks! Emilio

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread Ista Zahn
On Tue, Feb 12, 2013 at 10:10 AM, Jambunathan K kjambunat...@gmail.com wrote: Bastien b...@altern.org writes: It's important for two reasons: to keep a nice atmosphere on the list, so that people feel comfortable asking stupid questions; and to let other developers focus on their work (while

Re: [O] Align argument in #+attr_latex for tabular env. is whitespace sensitive

2013-02-12 Thread Nicolas Goaziou
Hello, John Hendy jw.he...@gmail.com writes: Was not getting the results I expected from #+attr_latex, so I created a simplified table to test: #+begin_src org Centered (will be sent to LaTeX as =\begin{tabular}{cc}=: #+attr_latex: align=cc | test | test | | test of longer |

Re: [O] BIND org-html-style-include-*

2013-02-12 Thread Nicolas Goaziou
Hello, tftor...@tftorrey.com (T.F. Torrey) writes: In my files, this used to work to suppress the default styles and javascript: #+BIND: org-export-html-style-include-default nil #+BIND: org-export-html-style-include-scripts nil Now, I have these: #+BIND: org-html-style-include-default

Re: [O] [new exporter] workaround/replacement for org-export-as-html-batch

2013-02-12 Thread Nicolas Goaziou
Hello, Detlef Steuer detlef.ste...@gmx.de writes: I rely on emacs --batch \ --eval (add-to-list 'load-path \${HOME}/GIT/org-mode/lisp/\)\ --load ${HOME}/GIT/org-mode/lisp/org.el \ --visit file.org \ --funcall org-export-as-html-batch somewhere in my HTML

Re: [O] Align argument in #+attr_latex for tabular env. is whitespace sensitive

2013-02-12 Thread John Hendy
On Tue, Feb 12, 2013 at 1:22 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, John Hendy jw.he...@gmail.com writes: Was not getting the results I expected from #+attr_latex, so I created a simplified table to test: #+begin_src org Centered (will be sent to LaTeX as

Re: [O] Invalid read syntax (#) in org-element parse tree

2013-02-12 Thread Nicolas Goaziou
Thorsten Jolitz tjol...@gmail.com writes: I'm not sure about what you want to do with the parse tree. The usual function to work with it is `org-element-map'. You may want to have a look at its docstring, as it contains examples. I want to write an 'unusual' backend that does not need

Re: [O] Align argument in #+attr_latex for tabular env. is whitespace sensitive

2013-02-12 Thread Nicolas Goaziou
John Hendy jw.he...@gmail.com writes: On Tue, Feb 12, 2013 at 1:22 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, John Hendy jw.he...@gmail.com writes: Was not getting the results I expected from #+attr_latex, so I created a simplified table to test: #+begin_src org Centered

Re: [O] Exporter question

2013-02-12 Thread Nicolas Goaziou
Hello, Dominik, Carsten c.domi...@uva.nl writes: In a file with some time stamps in headlines, is it still possible to get rid of them only for the Table of Contents, but to leave them in the headlines themselves? Good question. You can probably use filters, but it isn't a trivial task,

Re: [O] Align argument in #+attr_latex for tabular env. is whitespace sensitive

2013-02-12 Thread John Hendy
On Tue, Feb 12, 2013 at 1:44 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: On Tue, Feb 12, 2013 at 1:22 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, John Hendy jw.he...@gmail.com writes: Was not getting the results I expected from

Re: [O] [ANN] outorg.el -- reverse Org-Babel

2013-02-12 Thread Alan Schmitt
Thorsten Jolitz writes: 'outorg' is based on the idea that it would be nice to be able to 1. structure your source-code files like Org-mode files and use all the structure editing and navigation commands available. Does it mean it can superseed orgstruct-mode, or should one use both?

Re: [O] Exporter question

2013-02-12 Thread Carsten Dominik
On 12.2.2013, at 20:46, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Dominik, Carsten c.domi...@uva.nl writes: In a file with some time stamps in headlines, is it still possible to get rid of them only for the Table of Contents, but to leave them in the headlines themselves?

Re: [O] Macro expansion in new exporter

2013-02-12 Thread T.F. Torrey
Hello Nicolas, Thank you for your thoughtful clarification about macros in the new exporter. Probably in the long run I will find happiness using babel for what I want to do. In the meantime, however, I have a few more questions: 1. You wrote before that macros were scaled back because what

Re: [O] Problem with org-html-format-latex

2013-02-12 Thread Vincent Beffara
Hi, (let ((cache-relpath ) (cache-dir ) bfn) Mhh... okay. Now should be good. Yep, thanks! Thanks for your patience. No thanks needed, nor patience either for that matter, you and the other devs are the ones who should be thanked ... /v -- Bastien

Re: [O] orgstruct-mode with custom headline prefix

2013-02-12 Thread Christopher Schmidt
Achim Gratz strom...@nexgo.de writes: This introduces the following failures in compilation with Emacs 24.2 and has a high chance of not working at all in some setups: --8---cut here---start-8--- Compiling /home/gratz/lisp/org-mode/lisp/org.el... In

Re: [O] Invalid read syntax (#) in org-element parse tree

2013-02-12 Thread Thorsten Jolitz
Nicolas Goaziou n.goaz...@gmail.com writes: I want to write an 'unusual' backend that does not need anything else from the exporting framework but the parse-tree as a list. Then you don't want the exporting framework at all, only org-element.el. yes, only the parser. Anyway I'm confused.

Re: [O] Invalid read syntax (#) in org-element parse tree

2013-02-12 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: [continuation, prior message sent unfinished by accident] but with your other hints, I now understand the problem. I wanted to see how the parse tree looks like, so I printed it out (I did not know about the existance of 'print-circle' then, but it

Re: [O] orgstruct-mode with custom headline prefix

2013-02-12 Thread Bastien
Hi Christopher, Christopher Schmidt christop...@ch.ristopher.com writes: These internal functions should have been autoloaded. progv is pretty obscure and I guess noone has noticed that bug in cl-macs until now. The attached patch gets rid of progv by using org-let. As a side-effect, it

Re: [O] Calling 'org-babel-mark-block' with 'M-x cmd' and 'M-: (cmd)'

2013-02-12 Thread Bastien
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Thats not really a problem for me - just a bit strange. So maybe this is by design. Similarily M-: (org-mark-element) RET does not highlight the region, while M-x org-mark-element RET does. Perhaps you can ask on emacs-devel for

Re: [O] [ANN] outorg.el -- reverse Org-Babel

2013-02-12 Thread Bastien
Hi François and Thorsten, When great minds meet... ;) It's sometimes good to have two different implementations, ideas can flow from one to another. If you think one library is mature and useful enough for the contrib/ directory, please feel free to submit it! Note that both your libraries

Re: [O] Exporter question

2013-02-12 Thread Nicolas Goaziou
Carsten Dominik carsten.domi...@gmail.com writes: There used to be a variable org-export-remove-timestamps-from-toc, and a function org-export-cleanup-toc-line which provided this functionality. It is actually somewhat useful functionality. It there a filter that is applied only to toc lines?

Re: [O] src blocks in texinfo export

2013-02-12 Thread Dario Hamidi
Hello Jonathan, Using your patch as is would wrap the source blocks in both example and verbatim blocks. If going with verbatim it would be better to remove all references to @example/@end example. I don't understand where the problem lies with having a `@verbatim' within a `@example'.

Re: [O] Still Wishing for Snooze

2013-02-12 Thread Andrew M. Nuxoll
I just got this installed today and it appears to be *exactly* what I wanted. Many thanks for this implementation. Your cheesecake is in the mail. :) :AMN: On 02/07/2013 01:44 AM, Bastien wrote: Hi Andrew, Andrew M. Nuxoll nux...@up.edu writes: If you do that, I may have to send you a

Re: [O] suggestion: M-m should move point to first word on line

2013-02-12 Thread Eric S Fraga
Bastien b...@altern.org writes: [...] I'm not sure I'm in favor of this change, though, I expect it to cause other problems and the benefit looks small for now. Do you see other reasons than M-m where stars as whitespace chars are useful? What about *markup*? I have no issues with the

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread Eric S Fraga
Jambunathan K kjambunat...@gmail.com writes: [...] Pray explain why Carsten appears in the followup post and you yourself don't figure in it. Jambunathan, I cannot speak for Carsten. In my case, if I send an email to the list, I would expect following responses to go to that list as well; I

[O] Modifying the exporter (was: org-latex-classes with functions, incomplete doc)

2013-02-12 Thread Florian Beck
Nicolas Goaziou n.goaz...@gmail.com writes: Anyway, we're back to step one: if you want to handle headlines differently (i.e. by adding your own properties), you need to fork `latex' back-end, as explained before. If you encounter problems, you can post back here. Ok, I took some time to

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread Rainer Stengele
Am 12.02.2013 18:39, schrieb Samuel Wales: On 2/12/13, Jambunathan K kjambunat...@gmail.com wrote: I let go of my commit access sometime ago. Now, I am leaving this forum. Peace. Yes, I think we will have peace. I feel more comfortable on this list now than I have in a very long time.

Re: [O] [ANN] outorg.el -- reverse Org-Babel

2013-02-12 Thread Thorsten Jolitz
Bastien b...@altern.org writes: Hi Bastien, It's sometimes good to have two different implementations, ideas can flow from one to another. I agree ... besides that I did not have any intention to duplicate or compete, the Org-mode mailing list is just so busy that its hard to keep up. If

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread Evan Misshula
Many thanks for maintaining a civil community +1 Bastien On Tue, Feb 12, 2013 at 6:39 PM, Rainer Stengele rainer.steng...@online.de wrote: Am 12.02.2013 18:39, schrieb Samuel Wales: On 2/12/13, Jambunathan K kjambunat...@gmail.com wrote: I let go of my commit access sometime ago. Now, I am

Re: [O] [ANN] outorg.el -- reverse Org-Babel

2013-02-12 Thread Thorsten Jolitz
Samuel Wales samolog...@gmail.com writes: One suggestion: what about optionally allowing you to keep your Org notes in Org? That would allow all Org features. You'd do it by putting a specially-formatted Org ID in the comment, and then you have a key that bounces back and forth. ;;;

Re: [O] [ANN] outorg.el -- reverse Org-Babel

2013-02-12 Thread Thorsten Jolitz
Alan Schmitt alan.schm...@polytechnique.org writes: 'outorg' is based on the idea that it would be nice to be able to 1. structure your source-code files like Org-mode files and use all the structure editing and navigation commands available. Does it mean it can superseed

Re: [O] Critic markup

2013-02-12 Thread Alan L Tyree
On 12/02/13 23:12, Alan Schmitt wrote: Hello, I just read about this nice extension to markdown syntax this morning: http://macdrifter.com/2013/02/everyones-a-critic-the-critic-markup-language-proposal.html I really like how it's minimal yet seems to fairly well address a problem in

Re: [O] [ANN] outorg.el -- reverse Org-Babel

2013-02-12 Thread Thorsten Jolitz
François Pinard pin...@iro.umontreal.ca writes: poporg has many flaws, and is surely not up to the quality of Org. Nevertheless, I much use it even if imperfect, while knowing it should be improved in many ways. same here on the outorg site, although I'm pretty sure its more alpha-stage.

[O] new HTML export backend: footnote format [%s]?

2013-02-12 Thread Stefan Vollmar
Hello, I have just started using the new exporter in 7.9.3e (7.9.3e-999-ge5322) for HTML output. After applying these changes to our org files: #+style - #+html_style #+setupfile - #+include and path in our HTML output is almost back to normal. Nice work! So it seems we are already down to

Re: [O] double-width characters in tables

2013-02-12 Thread Eric Abrahamsen
Achim Gratz strom...@nexgo.de writes: Eric Abrahamsen writes: Yes, org-string-width eventually calls string-width, so that behaves correctly as far as it goes, but unfortunately that's not where the value in the text properties comes from... 《蛙》 123456 Doesn't that line up for you? Those

[O] Tables in texinfo export

2013-02-12 Thread Thomas S. Dye
Aloha all, Is there a way to control column widths when exporting Org mode tables to texinfo? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

  1   2   >