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 id

Re: [O] Citation syntax: a revised proposal

2015-03-17 Thread Andreas Leha
Hi all, Richard Lawrence writes: > Hi Aaron and all, > > Richard Lawrence 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 this. I would not say that my efforts are > complet

[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 f

[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 pa

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

2015-03-17 Thread Nicolas Goaziou
Hello, Koen van der Kruk 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 orgmode and emacs, but

Re: [O] Multicite syntax

2015-03-17 Thread Nicolas Goaziou
Richard Lawrence 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 incantation > now? [...

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

2015-03-17 Thread Rasmus
Nicolas Goaziou 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 prone and undesirable

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

2015-03-17 Thread Nicolas Goaziou
Hello, Anders Wirzenius 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 below where column 7

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

2015-03-17 Thread Nicolas Goaziou
Hello, Randomcoder 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 org-table-wrap-region

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

2015-03-17 Thread Nicolas Goaziou
Hello, Randomcoder writes: > I've noticed that if I have a table like this: > > | | >| > |+---| > | Question | Answer

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

2015-03-17 Thread Nicolas Goaziou
Hello, Randomcoder 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 Org-Mode's configuration

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

2015-03-17 Thread Nicolas Goaziou
Gustav Wikström 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 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 need to

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

2015-03-17 Thread Nicolas Goaziou
Hello, Rasmus 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. Document prope

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

2015-03-17 Thread Nicolas Goaziou
Jacob Gerlach 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, the whole bod

Re: [O] [PATCH] document D support

2015-03-17 Thread Nicolas Goaziou
Hello, Thierry Banel 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 writes: > Nicolas Goaziou 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 s

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

2015-03-17 Thread Nicolas Goaziou
Hello, Jarmo Hurri 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 > +;;pro

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 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 ...) > (user-error

Re: [O] Citation syntax: a revised proposal

2015-03-17 Thread Richard Lawrence
Hi Andreas, Andreas Leha 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 user can use org syntax for

Re: [O] Multicite syntax

2015-03-17 Thread Richard Lawrence
Hi Nicolas, Nicolas Goaziou 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 (org-element

[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? —Ras

[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 now

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 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 org-table-export R

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.. Autoi

[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 spec

[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: | | | |+---| | 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 |

[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] 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 pos

[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] 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 Ma

[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 497f8a29cfa213280

Re: [O] Multicite syntax

2015-03-17 Thread Nicolas Goaziou
Hello, Richard Lawrence writes: > Nicolas Goaziou writes: >> You could do the following >> >> (let ((citation (org-element-lineage (org-element-context) '(citation) t)) >> references) >> (save-excursion >> (goto-char (org-element-property :contents-begin citation)) >>

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 writes: > Hi Andreas, > > Andreas Leha 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 quest

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

2015-03-17 Thread Nicolas Goaziou
Hello, Rasmus 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 organi

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

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

Re: [O] Citation syntax: a revised proposal

2015-03-17 Thread Richard Lawrence
Hi Andreas, Andreas Leha 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 or be wrapped in mar

[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 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 happen. >

Re: [O] Org to mindmap and back

2015-03-17 Thread J. David Boyd
Marcelo de Moraes Serpa 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 with org. > >

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

2015-03-17 Thread Nicolas Goaziou
Ben Finney 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 bacfe5b4f7244eaf151f4e26a1d94dd8f66c1d19. Also, th

[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] [RFC] [PATCH] Warn about unexpanded macros on export

2015-03-17 Thread Nicolas Goaziou
Jacob Gerlach 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 changed, or if it'

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

2015-03-17 Thread Rasmus
Nicolas Goaziou 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 within `org-koma-lette

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

2015-03-17 Thread Nicolas Goaziou
Hello, "Allen S. Rout" 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 Righ

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

2015-03-17 Thread Nicolas Goaziou
Rasmus writes: > Nicolas Goaziou 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 "potentially set", I meant

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

2015-03-17 Thread Rasmus
Nicolas Goaziou 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 > `org-koma-letter-headline'. What abou

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 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 ba

[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 an

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 perha

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

2015-03-17 Thread Anders Wirzenius
Nicolas Goaziou writes: > > Fixed in 4d7772c6a45398eae1b25a1e4b01283976d2cf06. Thank you. > > > Regards, Working nicely. Thank you. -- Anders