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

2013-05-28 Thread Sebastien Vauban
Hi Thorsten, Thorsten Jolitz wrote: 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

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

2013-05-28 Thread Nicolas Goaziou
Hello, Avery Chan av...@ootbdev.com writes: After some futzing with the source org file, it's clear that having a _TEXT_ (where '_' denotes an underline), is incompatible with the md-export parser. Upon removing the offending token, the md-exporter works as expected. It should be fixed

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

2013-05-28 Thread Thorsten Jolitz
Sebastien Vauban sva-n...@mygooglest.com writes: Hi Sebastien, [...] From the comment-string: ,--- | (org-table-convert-region BEG0 END0 optional SEPARATOR) | | Convert region to a table.[...] | SEPARATOR specifies the

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

2013-05-28 Thread Sebastien Vauban
Thorsten, Thorsten Jolitz wrote: Sebastien Vauban sva-n...@mygooglest.com writes: ,--- | (org-table-convert-region BEG0 END0 optional SEPARATOR) | | Convert region to a table.[...] | SEPARATOR specifies the field separator

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

2013-05-28 Thread Thorsten Jolitz
Sebastien Vauban sva-n...@mygooglest.com writes: I've considered the following table: test a b c test a b c test a b c testabc test a b c test a b c and tried to convert it with various configs: - M-x org-table-convert-region - C-u M-x

[O] [PATCH] Remove org-time-clocksum-use-effort-durations

2013-05-28 Thread Lawrence Mitchell
* lisp/org.el (org-time-clocksum-use-effort-durations): Remove variable. (org-minutes-to-clocksum-string): Remove references. * lisp/org-clock.el (org-clocktable-write-default): Remove references. We would like the following identity to hold: (= (org-duration-string-to-minutes 3d 2h)

[O] [PATCH] org-table-convert-region (was Re: Bug in org-table-convert-region?)

2013-05-28 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: Yes, I can confirm this. So either (interactive rP) isn't a valid combination, then its a bug in the org command3, or it is a valid combination and should work - then its a bug in Emacs 24? Its a bug in 'org-table-convert-region'. PATCH: replace

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

2013-05-28 Thread Torsten Wagner
Hi Tristan, this feature request seems simple to implement on one side. However, it opens a question how to deal with those in general. \ruby{東} is a very specific command of the CJK package. If this get's implemented in the standard html exporter, other very special commands might need to

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

2013-05-28 Thread Karl Voit
* Matt Lundin m...@imapmail.org wrote: 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 | -

[O] Expanded property drawers as per file option

2013-05-28 Thread Karl Voit
Hi! I could not find anything yet which says that it's possible (or not) to define a file variable which enables PROPERTY drawers to be expanded (only in this current file). My use case: I usually never store major meta-data in drawers. So I like the default behavior with closed property

Re: [O] Expanded property drawers as per file option

2013-05-28 Thread Thorsten Jolitz
Karl Voit devn...@karl-voit.at writes: Hi! I could not find anything yet which says that it's possible (or not) to define a file variable which enables PROPERTY drawers to be expanded (only in this current file). My use case: I usually never store major meta-data in drawers. So I like the

Re: [O] Expanded property drawers as per file option

2013-05-28 Thread Thorsten Jolitz
Karl Voit devn...@karl-voit.at writes: Hi! I could not find anything yet which says that it's possible (or not) to define a file variable which enables PROPERTY drawers to be expanded (only in this current file). My use case: I usually never store major meta-data in drawers. So I like the

Re: [O] Expanded property drawers as per file option

2013-05-28 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: Karl Voit devn...@karl-voit.at writes: Hi! I could not find anything yet which says that it's possible (or not) to define a file variable which enables PROPERTY drawers to be expanded (only in this current file). My use case: I usually never

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

2013-05-28 Thread Suvayu Ali
On Tue, May 28, 2013 at 03:00:40PM +0200, Torsten Wagner wrote: However, I believe that for many users, the special cases are not very frequent and complex. Might it be possible to create a very simple syntax for exporting rules which could be either in those above modules or directly within

[O] Move marked text into environment

2013-05-28 Thread AW
Dear list, would someone help me, being not a programmer, to achieve this: I get Emails, copy them into an org-file and would like to write down comments on single sentences or paragraphs of the text. I'd like to mark some text in the copied text of the Email inside the org-file and get

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

2013-05-28 Thread Suvayu Ali
On Tue, May 28, 2013 at 05:01:56PM +0200, Suvayu Ali wrote: PS: Actually on second thought it is probably possible to handle this with filters although I failed to find the appropriate filter. So you could try: #+MACRO: ruby cookie$1$2/cookie And the filter can

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

2013-05-28 Thread Thomas S. Dye
Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Tue, May 28, 2013 at 03:00:40PM +0200, Torsten Wagner wrote: However, I believe that for many users, the special cases are not very frequent and complex. Might it be possible to create a very simple syntax for exporting rules which could be

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

2013-05-28 Thread Tristan Nakagawa
Hi Torsten, Thanks for the input, To have definable export rules would indeed be great, to increase flexibility while keeping the base exporter simple and lightweight. I agree that this is somewhat specific, however, I believe that globally, this is not unfrequent, and will become quite frequent

Re: [O] Move marked text into environment

2013-05-28 Thread Thorsten Jolitz
AW alexander.will...@t-online.de writes: Dear list, would someone help me, being not a programmer, to achieve this: I get Emails, copy them into an org-file and would like to write down comments on single sentences or paragraphs of the text. I'd like to mark some text in the copied

Re: [O] Move marked text into environment

2013-05-28 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: PS There was one wrong paren, better use this one instead: ,--- | (defun org-wrap-region-in-quote-block () | Wrap region in quote block | (interactive) | (save-excursion |

[O] org-effectiveness.el

2013-05-28 Thread David Arroyo Menéndez
Hello, I've created a mode to measure the personal effectiveness in GNU/Emacs, it's contributed in http://orgmode.org/worg/code/elisp/org-effectiveness.el. In the next days, I'll write a tutorial in worg to use it. I would like contribute it to contrib, I hope receive comments. Thanks! --

Re: [O] Move marked text into environment

2013-05-28 Thread AW
Am Dienstag, 28. Mai 2013, 18:06:54 schrieb Thorsten Jolitz: Thorsten Jolitz tjol...@gmail.com writes: PS There was one wrong paren, better use this one instead: ,--- | (defun org-wrap-region-in-quote-block () | | Wrap region

[O] Fix `listings' language for `latex' code blocks

2013-05-28 Thread Sebastien Vauban
Hello, Listings should use the LaTeX flavor of the TeX language for `latex' code blocks. Here is the patch therefore. Best regards, Seb From 0be53f74dd665600229f7ac81b3e548718846658 Mon Sep 17 00:00:00 2001 From: Sebastien Vauban sva-n...@mygooglest.com Date: Tue, 28 May 2013 21:14:33 +0200

Re: [O] orgguide-es

2013-05-28 Thread David Arroyo Menéndez
davi...@es.gnu.org (David Arroyo =?utf-8?Q?Men=C3=A9ndez?=) writes: Hello, The spanish version of orgguide is good maintained and from my point of view would be useful to the spanish org people add a link to http://orgmode.org/#docs. For instance: Read the compact guide in spanish: HTML

[O] Please regenerate the refile cache with `C-0 C-c C-w'

2013-05-28 Thread Samuel Wales
This might not be reproducible as all I can do is give general information. I am getting Please regenerate the refile cache with `C-0 C-c C-w' quite a lot recently. Git master. I use the refile cache and I also do restricted refile to :refile: and I use a verify function. I use magit.el. I

Re: [O] Expanded property drawers as per file option

2013-05-28 Thread Feng Shu
Thorsten Jolitz tjol...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Karl Voit devn...@karl-voit.at writes: Hi! I could not find anything yet which says that it's possible (or not) to define a file variable which enables PROPERTY drawers to be expanded (only in this