Re: [O] [Feature Request] Configure timing format

2015-03-17 Thread Nicolas Goaziou
Hello, Koen van der Kruk koenvdk...@gmail.com writes: I am planning to add a new feature to orgmode, but I don't know if there is already something like I described below. I am also wondering if someone could tell me how much time this is going to take. I have a little experience with

Re: [O] Multicite syntax

2015-03-17 Thread Nicolas Goaziou
Richard Lawrence richard.lawre...@berkeley.edu writes: With this change, what's the proper way to get the citation-references inside a citation? Before this change, one could simply do: (org-element-property :references citation) to get the references in a citation; what's the equivalent

[O] [proposal] better documentation around syntax highlighting Org-Mode code blocks when exporting to LaTeX

2015-03-17 Thread Randomcoder
Hi, While writing technical documents, as a programmer and an Org-Mode user, for me it's important to have ways to syntax highlight code blocks when exporting them to LaTeX. While I am aware of the customizations that need to be done to Org-Mode's configuration in order to get that to work, in

Re: [O] Org to mindmap and back

2015-03-17 Thread Marcelo de Moraes Serpa
Hi Dave, Yes, I'm aware of the freemind exporter. I'm not very fond of freemind though, I find it clunky to use. I really liked the minimalist style of the mind-mapping application shown in the video (also the animation effects are cool, too). Would be great if the author could chime in and

Re: [O] Export to google docs spreadsheet

2015-03-17 Thread Eric S Fraga
On Monday, 16 Mar 2015 at 22:10, Marcelo de Moraes Serpa wrote: Hi all, Is there a way to export an orgmode spreadsheet to a format that can be imported by google docs? M-x org-table-export RET will export to TSV or CSV which you can read into any spreadsheet program although I have no idea

Re: [O] Citation syntax: a revised proposal

2015-03-17 Thread Andreas Leha
Hi Richard, Thank you very much for your detailed answer. Richard Lawrence richard.lawre...@berkeley.edu writes: Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I have been following this thread from (quite) some distance as I am very interested in more general citation

Re: [O] [patch, koma-letter] Change of subject behavior

2015-03-17 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: I want to change the subject inference in ox-koma-letter to only happen on top-level headlines. Thus, in the following example the opening would be opening and not h1 as it is currently. * opening ** h1 Typically, h1 is just there to help me organize

[O] bug#18870: \emsp and alignment in org clock report

2015-03-17 Thread Nicolas Goaziou
Ben Finney ben+em...@benfinney.id.au writes: The behaviour described – displaying “\emsp” instead of space characters – is a regression. That's what is being reported in this bug. There wasn't space characters in the first place, but \___ constructs. See commit

Re: [O] Citation syntax: a revised proposal

2015-03-17 Thread Richard Lawrence
Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: 2. The non-LaTeX exports These are all treated the same and will contain just text, that is produced to mimic LaTeX's output to some extent? Well, that depends on what you mean by `just' text. Citations can still contain

[O] bug#18870: \emsp and alignment in org clock report

2015-03-17 Thread Nicolas Goaziou
Hello, Ben Finney b...@benfinney.id.au writes: I confirm this behaviour. With a plain text terminal, a clock report shows like: |---+--++--+--| | willow-it.org | *File time* | *5:25* | | | |

[O] bug#18870: \emsp and alignment in org clock report

2015-03-17 Thread Ben Finney
On 17-Mar-2015, Nicolas Goaziou wrote: Hello, Ben Finney b...@benfinney.id.au writes: The \emsp should be space characters (of some kind; either U+0020 SPC or U+2003 EM SPACE) with correct alignment for the character width. Displaying literal \emsp is a regression and should not

Re: [O] Org to mindmap and back

2015-03-17 Thread J. David Boyd
Marcelo de Moraes Serpa celose...@gmail.com writes: Hi, While searching for mind mapping tools that already had some integration with orgmode, I found this video: https://www.youtube.com/watch?v=93cqGFu3B-g, which shows a simple (but seemingly powerful) mindmapping tool that integrates well

Re: [O] Citation syntax: a revised proposal

2015-03-17 Thread Andreas Leha
Hi all, Richard Lawrence richard.lawre...@berkeley.edu writes: Hi Aaron and all, Richard Lawrence richard.lawre...@berkeley.edu writes: I'll take some time this weekend to see if I can wire this together with the Elisp Aaron wrote for the Org exporter side. I've had some success with

Re: [O] Multicite syntax

2015-03-17 Thread Richard Lawrence
Hi Nicolas, Nicolas Goaziou m...@nicolasgoaziou.fr writes: `org-element-context' never returns contents of objects or elements. I'm sure there is something simple I am misunderstanding here about how nested objects work...can you enlighten me? You could do the following (let ((citation

[O] Org to mindmap and back

2015-03-17 Thread Marcelo de Moraes Serpa
Hi, While searching for mind mapping tools that already had some integration with orgmode, I found this video: https://www.youtube.com/watch?v=93cqGFu3B-g, which shows a simple (but seemingly powerful) mindmapping tool that integrates well with org. Unfortunately the link to the code / app is

Re: [O] Export to google docs spreadsheet

2015-03-17 Thread Marcelo de Moraes Serpa
Thanks Eric! That will do it. On Tue, Mar 17, 2015 at 2:53 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Monday, 16 Mar 2015 at 22:10, Marcelo de Moraes Serpa wrote: Hi all, Is there a way to export an orgmode spreadsheet to a format that can be imported by google docs? M-x

[O] [patch, koma-letter] Change of subject behavior

2015-03-17 Thread Rasmus
Hi, I want to change the subject inference in ox-koma-letter to only happen on top-level headlines. Thus, in the following example the opening would be opening and not h1 as it is currently. * opening ** h1 Typically, h1 is just there to help me organize the letter. Any objections? —Rasmus

Re: [O] Citation syntax: a revised proposal

2015-03-17 Thread Matt Price
On Tue, Mar 17, 2015 at 12:26 PM, Richard Lawrence richard.lawre...@berkeley.edu wrote: Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I have been following this thread from (quite) some distance as I am very interested in more general citation support from orgmode.

[O] spreadsheet-like fill down in org tables?

2015-03-17 Thread Matt Price
I'm starting to use org tables quite a bit. One thing I would like to do is to quickly fill in one or more cells using the value from a cell directly above. In spreadsheets one usually does this by grabbing a cell handle and draggind downwards. Is there anything analogous in org? Thanks, Matt

Re: [O] spreadsheet-like fill down in org tables?

2015-03-17 Thread William Denton
On 17 March 2015, Matt Price wrote: I'm starting to use org tables quite a bit. One thing I would like to do is to quickly fill in one or more cells using the value from a cell directly above. In spreadsheets one usually does this by grabbing a cell handle and draggind downwards. Is there

Re: [O] [RFC] [PATCH] Warn about unexpanded macros on export

2015-03-17 Thread Nicolas Goaziou
Jacob Gerlach jacobgerl...@gmail.com writes: I tried this, or more specifically: (or ((org-element-map ... info 'first-match)) (user-error ... and got a failure on test-org-export/resolve-coderef. It's not obvious to me from reading the tests if there is a test that needs to be

Re: [O] [patch, koma-letter] Change of subject behavior

2015-03-17 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: However, I don't think :opening setting belongs to `org-koma-letter-headline', as it means it is potentially set each time a headline is being processed. The property is at most set once cf. the second clause. By

[O] More export filter examples out there?

2015-03-17 Thread Allen S. Rout
I'm trying to accomplish a custom export task which I'd hoped to be pretty simple: something like: In each status section, only export the first child headline. After several dumb ideas, I decided that doing it with a filter was probably the Right Place. I built a filter intended to be used

Re: [O] [patch, koma-letter] Change of subject behavior

2015-03-17 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: However, I don't think :opening setting belongs to `org-koma-letter-headline', as it means it is potentially set each time a headline is being processed. The property is at most set once cf. the second clause. The (when ...) could be moved

Re: [O] More export filter examples out there?

2015-03-17 Thread Nicolas Goaziou
Hello, Allen S. Rout a...@ufl.edu writes: I'm trying to accomplish a custom export task which I'd hoped to be pretty simple: something like: In each status section, only export the first child headline. After several dumb ideas, I decided that doing it with a filter was probably the

Re: [O] [patch, koma-letter] Change of subject behavior

2015-03-17 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: I updated the patch. Perhaps the loop determination shod be moved to a separate function to keep the template clean. Yes, it needs to be factored out (maybe `org-koma-letter--special-headline-p') since it is also used in

[O] [bug] ox-md and ox-man use same shortcut

2015-03-17 Thread Brice Waegenire
Both ox-man and ox-md use m as their menu-entry shortcut. Witch make them merge as one in the org-export-dispatch if they are both loaded at the same time. Maybe ox-man should use M instead of m.

[O] org-entitites aren't translated when in LaTeX fragments

2015-03-17 Thread Brice Waegenire
org-entitites aren't translated when used in a LaTeX fragment. For example when exporting $a = by(t) \rarr y(t+1) = by^{2}(t)$ to HTML I get \(a = by(t) \rarr y(t+1) = by^{2}(t)\) whereas I should get \(a = by(t) \rightarrow y(t+1) = by^{2}(t)\). \rarr isn't translated to \rightarrow witch make

[O] [PATCH] Org mode manual proofreading

2015-03-17 Thread Simen Heggestøyl
Hi! I just read the Org mode manual (it was a good read, thanks!), and noted formatting- and spelling errors I found along the way. The attached patch corrects those. This is my first time contributing to Org mode. I have signed the FSF papers for Emacs earlier. -- Simen From

Re: [O] [RFC] [PATCH] Changes to Tag groups - allow nesting and regexps

2015-03-17 Thread Gustav Wikström
Hi again! Comments below. From: Nicolas Goaziou [mailto:m...@nicolasgoaziou.fr] +(taggroups (if downcased (mapcar (lambda (tg) (mapcar #'downcase tg)) + taggroups) taggroups)) Nitpick: indentation Can't see what's wrong.. Autoindent by

[O] bug#20090: 24.4: linking to a position within an info node

2015-03-17 Thread Juri Linkov
When the org mode manual discusses creating links, it gives an example of linking to an info node (the self-referencing example is `info:org#External' links). The manual continues, at node `info:org#Search options', to describe how specific positions within file links can be directly

[O] Bug: columns in tables with fixed length affected by folded links

2015-03-17 Thread Randomcoder
Hi, I've noticed that if I have a table like this: | l30 | l85 | |+---| | Question | Answer

[O] bug#18870: \emsp and alignment in org clock report

2015-03-17 Thread Ben Finney
I confirm this behaviour. With a plain text terminal, a clock report shows like: |---+--++--+--| | willow-it.org | *File time* | *5:25* | | | | | Willow IT| 5:25 |

Re: [O] Multicite syntax

2015-03-17 Thread Nicolas Goaziou
Hello, Richard Lawrence richard.lawre...@berkeley.edu writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: You could do the following (let ((citation (org-element-lineage (org-element-context) '(citation) t)) references) (save-excursion (goto-char

[O] bug#20090: 24.4: linking to a position within an info node

2015-03-17 Thread Boruch Baum
On 03/12/2015 03:50 PM, Juri Linkov wrote: When the org mode manual discusses creating links, it gives an example of linking to an info node (the self-referencing example is `info:org#External' links). The manual continues, at node `info:org#Search options', to describe how specific positions

[O] Bug: refile error with org-inlinetask [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.4/lisp/org/)]

2015-03-17 Thread Damien Couroussé
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.

[O] [proposal] enhancement of Org-Mode tables and related features

2015-03-17 Thread Randomcoder
Hi 1) Org-Mode tables currently do not have an easy way to format each cell individually. For regular text, I can select a region and do M-x fill-paragraph and that works fine, but for Org-Mode tables, I cannot do that. Yes, I know about M-x org-table-wrap-region , I have tried to use it for a

Re: [O] [RFC] [PATCH] Warn about unexpanded macros on export

2015-03-17 Thread Jacob Gerlach
Hello, Thanks for the feedback. On Sun, Mar 15, 2015 at 4:44 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: I don't really use code blocks, so I wasn't sure what to do with org-export-resolve-coderef. [...] No, the whole body could be wrapped with an `or': (or (org-element-map ...)

Re: [O] Citation syntax: a revised proposal

2015-03-17 Thread Richard Lawrence
Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I have been following this thread from (quite) some distance as I am very interested in more general citation support from orgmode. Please allow some basic questions: 1. For the LaTeX user This change means that the LaTeX

Re: [O] [ox, patch] Keywords what should go in ox?

2015-03-17 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: We don't need a convoluted markup for that, let's keep it simple. But then you'd have to repeat data. E.g. #+KEYWORDS: my keywords for meta-data that should also be printed. my keywords for meta-data that should also be printed. This seems error

Re: [O] Bug: columns in tables with fixed length affected by folded links

2015-03-17 Thread Nicolas Goaziou
Hello, Randomcoder randomcod...@gmail.com writes: I've noticed that if I have a table like this: | l30 | l85 | |+---| | Question

Re: [O] [proposal] better documentation around syntax highlighting Org-Mode code blocks when exporting to LaTeX

2015-03-17 Thread Nicolas Goaziou
Hello, Randomcoder randomcod...@gmail.com writes: While writing technical documents, as a programmer and an Org-Mode user, for me it's important to have ways to syntax highlight code blocks when exporting them to LaTeX. While I am aware of the customizations that need to be done to

Re: [O] [RFC] [PATCH] Changes to Tag groups - allow nesting and regexps

2015-03-17 Thread Nicolas Goaziou
Gustav Wikström gustav.e...@gmail.com writes: Fixed patches are attached, Applied. Thank you. As a final step, would you mind preparing an entry in ORG-NEWS? I think most of it can be extracted from your commit messages. Regards,

Re: [O] [ox, patch] Keywords what should go in ox?

2015-03-17 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: First, as discussed a while back we want to move DESCRIPTION and KEYWORDS out of ox.el as they are specific to certain backends. The first patch does this. Thanks. You can remove the keywords from ox-org.el and ox-ascii.el, as they do not use them. You

Re: [O] [ox] possible to modify org-export-document-properties OTG

2015-03-17 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: Is it possible to modify or extend org-export-document-properties on the go? And would it be OK? `org-export-document-properties' is a defconst, which is computed from `org-element-document-properties', also a defconst. So, no, it isn't meant for that.

Re: [O] [PATCH] document D support

2015-03-17 Thread Nicolas Goaziou
Hello, Thierry Banel tbanelweb...@free.fr writes: Here is a (small) patch in the documentation to add D in the list of Babel-supported languages. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [ox, patch] Keywords what should go in ox?

2015-03-17 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: We don't need a convoluted markup for that, let's keep it simple. But then you'd have to repeat data. E.g. #+KEYWORDS: my keywords for meta-data that should also be printed. my keywords for meta-data that should

Re: [O] PATCH: Processing language support in Babel

2015-03-17 Thread Nicolas Goaziou
Hello, Jarmo Hurri jarmo.hu...@iki.fi writes: Please find two files attached to this message. Thank you. +;; This differs from most standard languages in that +;; +;; 1) there is no such thing as a session in processing +;; +;; 2) results can only be exported as html; in this case, the

Re: [O] org-plot jumps over empty columns

2015-03-17 Thread Nicolas Goaziou
Hello, Anders Wirzenius anders.wirzen...@netikka.fi writes: Problem: It seems that org-plot/gnuplot assumes there is a non-empty value on each row of the table. Org-plot/gnuplot jumps over empty columns and picks up the value from the first non-empty column when executed. In the example

Re: [O] [proposal] enhancement of Org-Mode tables and related features

2015-03-17 Thread Nicolas Goaziou
Hello, Randomcoder randomcod...@gmail.com writes: 1) Org-Mode tables currently do not have an easy way to format each cell individually. For regular text, I can select a region and do M-x fill-paragraph and that works fine, but for Org-Mode tables, I cannot do that. Yes, I know about M-x

Re: [O] [RFC] [PATCH] Warn about unexpanded macros on export

2015-03-17 Thread Nicolas Goaziou
Jacob Gerlach jacobgerl...@gmail.com writes: Patch attached for fuzzy links. Thank you. I don't really use code blocks, so I wasn't sure what to do with org-export-resolve-coderef. Should the final (when (re-search... (cond ... become (or (re-search... (cond ... (error No,