Re: [O] [PATCH][ox-koma-letter]: sender, email and cleanup

2013-05-27 Thread Alan Schmitt
Rasmus writes: Viktor, 1. Viktor's latest patch. 2. The patch describe above that gets user name and email and works on my system. . . Your code works for me. From my point of view, the pros are that per default `org-koma-letter-{author,sender}' pick up the values of

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-05-27 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: any chance to get that bug resolved? I did not upgrade org since the commit introducing it. Yes, it is on top of my list, I was away from computer for a while, but I'll tackle this ASAP. -- Bastien

Re: [O] GFDL

2013-05-27 Thread Bastien
Hi Ben, Ben Finney ben+em...@benfinney.id.au writes: Do you have a reference from some FSF official for that restriction? See this discussion: http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00375.html Also, when RMS discovered that the Org manual was published by

Re: [O] [PATCH][ox-koma-letter]: sender, email and cleanup

2013-05-27 Thread Rasmus
Hi Xavier, 1. summarizes all changes in author. It uses my solution as mentioned above. 2. full support for after closing keywords. See commit message 3. signature to nil 4. change handling of subject and allow for setting subject in OPTION-line. I'm going to apply the patches. Thanks

Re: [O] Status fix for Regression in fill-paragraph behavior?

2013-05-27 Thread Wagemans, Peter
Nicolas Goaziou wrote: Also, you have to admit that Org is a bit more complex than Text mode (or Fundamental mode), and may have different requirements. It sure is a great tool, with a lot of useful functionality. But the new paragraph fill breaks my old workflows, so I am trying to find a

Re: [O] Status fix for Regression in fill-paragraph behavior?

2013-05-27 Thread Suvayu Ali
Hello Peter, On Mon, May 27, 2013 at 01:03:41PM +0200, Wagemans, Peter wrote: Nicolas Goaziou wrote: Also, you have to admit that Org is a bit more complex than Text mode (or Fundamental mode), and may have different requirements. It sure is a great tool, with a lot of useful

Re: [O] Indentation of code blocks within lists

2013-05-27 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: Indeed. I have as well `org-src-preserve-indentation' set to `t', for the same reason as pointed out: if I don't use it that way, then my code blocks which have different relative depths are exported (in HTML) on the same level,

Re: [O] Indentation of code blocks within lists

2013-05-27 Thread Sebastien Vauban
Nicolas, Sebastien Vauban wrote: Nicolas Goaziou wrote: Sebastien Vauban writes: Indeed. I have as well `org-src-preserve-indentation' set to `t', for the same reason as pointed out: if I don't use it that way, then my code blocks which have different relative depths are exported (in HTML)

[O] Only first time stamp per event on agenda (containing multiple time stamps)

2013-05-27 Thread Karl Voit
Hi! (My current Org-mode is git 86fab4ce354c3fc29a9a169add80a) When I have a heading like following, the event appears on my agenda on Monday and on Wednesday with their time frames (as expected by me): ,[ time stamps on different days ] | ** Event A | | - 2013-05-27 Mon 09:00-12:00 | -

[O] org-effectiveness

2013-05-27 Thread David Arroyo Menéndez
Hello, I would like propose org-effectiveness to contrib. Org effectiveness is a mode to measure the personal effectiveness using org todos. Regards.

Re: [O] [PATCH][ox-koma-letter]: sender, email and cleanup

2013-05-27 Thread Viktor Rosenfeld
Hi Xavier, Xavier Garrido wrote: Hi koma-letterers, Patches: 1. summarizes all changes in author. It uses my solution as mentioned above. 2. full support for after closing keywords. See commit message 3. signature to nil 4. change handling of subject and allow for setting subject

Re: [O] org-effectiveness

2013-05-27 Thread David Arroyo Menéndez
davi...@es.gnu.org (David Arroyo =?utf-8?Q?Men=C3=A9ndez?=) writes: Hello, I would like propose org-effectiveness to contrib. Org effectiveness is a mode to measure the personal effectiveness using org todos. Regards. I've wrote a tutorial:

Re: [O] org-effectiveness

2013-05-27 Thread Viktor Rosenfeld
Hello, David Arroyo Menéndez wrote: Hello, I would like propose org-effectiveness to contrib. Org effectiveness is a mode to measure the personal effectiveness using org todos. +1 It should use `org-time-clocksum-use-effort-durations'. I definitely like when my weekly clock report tells

[O] change styling in code block HTML export?

2013-05-27 Thread Peter Salazar
When I export an org-mode file to HTML, my code blocks don't have curly quotes and don't convert --- to —. I know this is by design but I want to change it. I have (setq org-export-with-smart-quotes t) set in my .emacs, which works correctly in the rest of my exported document—but code blocks

Re: [O] LaTeX minted --shell-escape error after updating to 8.0.3

2013-05-27 Thread Senthil Kumar M
On Sat, May 25, 2013 at 11:44 PM, Nick Dokos ndo...@gmail.com wrote: Senthil Kumar M senthil.deb...@gmail.com writes: I updated org-mode to 8.0.3 (release_8.0.3-156-g847637). I got the following error while using the LaTeX export, before the update all was well and the PDF file was produced

Re: [O] LaTeX minted --shell-escape error after updating to 8.0.3

2013-05-27 Thread Nick Dokos
Senthil Kumar M senthil.deb...@gmail.com writes: Nick, thank you. Setting the org-latex-pdf-process variable as you suggested resolved the LaTeX error during the export step. However, the minted syntax colour highlighting does not work as expected, all python/bash/XML code appear in one

Re: [O] Only first time stamp per event on agenda (containing multiple time stamps)

2013-05-27 Thread Matt Lundin
Karl Voit devn...@karl-voit.at writes: However, with the following event, I only get one time stamp onto my agenda (namely the first one of the very same day): ,[ time stamp on the same day ] | ** Event B | | - 2013-05-27 Mon 09:00-12:00 | - 2013-05-27 Mon 13:00-16:00 ` If this

Re: [O] org-effectiveness

2013-05-27 Thread David Arroyo Menéndez
Viktor Rosenfeld listuse...@gmail.com writes: Hello, David Arroyo Menéndez wrote: Hello, I would like propose org-effectiveness to contrib. Org effectiveness is a mode to measure the personal effectiveness using org todos. +1 :-) Just a tutorial:

Re: [O] LaTeX minted --shell-escape error after updating to 8.0.3

2013-05-27 Thread Suvayu Ali
On Mon, May 27, 2013 at 04:17:07PM -0400, Nick Dokos wrote: Senthil Kumar M senthil.deb...@gmail.com writes: I had included (setq org-export-latex-listings 'minted) in my .emacs file and it worked fine before the upgrade to 8.0.3. Is there any variable that had changed and need to be

Re: [O] [PATCH][ox-koma-letter]: sender, email and cleanup

2013-05-27 Thread Xavier Garrido
Hi Viktor, Please check the values of `org-koma-letter-email' and `org-koma-letter-author'. They should be set to nil if you have these settings defined in an LCO file and do not want to set them in the generated TeX sources. I use such a setup and the latest master branch is working for me.

Re: [O] LaTeX minted --shell-escape error after updating to 8.0.3

2013-05-27 Thread Senthil Kumar M
On Mon, May 27, 2013 at 1:17 PM, Nick Dokos ndo...@gmail.com wrote: Senthil Kumar M senthil.deb...@gmail.com writes: Nick, thank you. Setting the org-latex-pdf-process variable as you suggested resolved the LaTeX error during the export step. However, the minted syntax colour highlighting

Re: [O] LaTeX minted --shell-escape error after updating to 8.0.3

2013-05-27 Thread Nick Dokos
Senthil Kumar M senthil.deb...@gmail.com writes: Is there any variable that had changed and need to be set for the syntax highlighting to work properly? I don't think so. My guess is that your minted/pygments installation is broken, i.e. nothing to do with org. What happens if you leave org

[O] [Feature Request] - Furigana - Yomigana - Ruby

2013-05-27 Thread T.T.N.
Hi, So this is my first try to post to the mailing list. I Love Orgmode, you guys are the best! I would like to use orgmode to capture japanese text to later export to latex, html and epub. For japanese symbols, sometimes the pronounciation is put in smaller letters above the symbol to help

[O] Bug in org-table-convert-region?

2013-05-27 Thread Thorsten Jolitz
Hi List, using 'M-: (org-table-convert-region beg end 2) on this output (with beg/end being the points before and after the tabular data) ,--- | === Error on training data === | | Correctly Classified Instances 147

Re: [O] Org as a static site generator

2013-05-27 Thread François Pinard
Bastien b...@gnu.org writes: Oh, nice! I added a pointer in Worg: http://orgmode.org/worg/org-tools/index.html At the end of that page, there is: See the page Org Blogs and Wikis., with Org Blogs and Wikis clickable. However, the pointer resolves to

[O] Org-mode won't let me export via markdown

2013-05-27 Thread Avery Chan
First, thanks to everyone who contributes to org-mode. I find it very useful. When I select export as markdown, I get an error: Quit [2 times] not: Wrong type argument: stringp, nil I've posted a backtrace in the debugger to here: http://pastebin.com/UAAund8M Emacs: 24.3.50.1 Org-mode: 8.0.3