[O] [PATCH] Allow passing post-process to org-publish-org-to for use by org-export-to

2014-02-11 Thread Erik Hetzner
Hi, I have been looking at publishing to HTML using pandoc. Because pandoc requires post-processing to transform the org-mode markdown output to other formats, it is necessary to use the post-process parameter of org-export-to-file. Unfortunately, it is not currently possible to pass post-process

Re: [O] BUG babel :colnames

2014-02-11 Thread Andreas Leha
Hi Eric, thanks for looking into this. And thanks for the confirmation already! Good to know, that it is specific to R -- I had not checked. Of course, I do not want to use R to do mere subsetting, but rather some more complex processing, which I do not want to do in shell (or elisp,) I ha

[O] bug#5753: something, something, org-mode, shift-select, something

2014-02-11 Thread Lennart Borgman
On Tue, Feb 11, 2014 at 6:12 PM, N. Jackson wrote: > Bastien writes: > > > nljlistb...@gmail.com (N. Jackson) writes: > > > >> In Emacs 24.3.1 (as, I believe, in Emacs 23), the S- just moves > >> the cursor, no selection is highlighted, and the C-x fails to remove > >> the "a" to the clipboard.

Re: [O] [RFC] Proposal for rebindings in Org 8.3

2014-02-11 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > Weird. I don't even see the binding in `find-func.el' (in Emacs trunk > from last week): My bad -- this is a custom keybinding of mine, I added it long ago and rediscovered it recently. It definitely deserve a keybinding of its own IMO. -- Bastie

Re: [O] Mismatch in url escaping between org and exported html

2014-02-11 Thread Bastien
Hi Michael, Michael Brand writes: > Some time ago I added url-encode-url already to the function > org-open-at-point. As this is not in maint and the attached patch > depends on it I intend to apply the latter only on master. Looks good, feel free to apply it on master, thanks! -- Bastien

Re: [O] value of cell/spreadsheet as property value?

2014-02-11 Thread Bastien
Hi Michael, Michael Brand writes: > Cool, thank you. I added a sentence in org.texi to point out the > dependency on the format specifier. Thanks for this, -- Bastien

Re: [O] BUG babel :colnames

2014-02-11 Thread Eric Schulte
This bug looks to be specific to Babel's R support. E.g., it is not present with shell code blocks. #+name: testtable2 | a | b | |---+---| | 1 | 3 | | 3 | 3 | | 4 | 1 | | 4 | 2 | #+header: :var testtable=testtable2 #+begin_src sh :colnames yes echo "$testtable"|tail -2 #+end_src #+results: |

Re: [O] terminal emulators

2014-02-11 Thread Gregor Zattler
Hi Achim, * Achim Gratz [11. Feb. 2014]: > Gregor Zattler writes: >>> You cannot enter C-: in some terminals because it would require >>> simultaneous processing of shift and control (these terminals ignore >>> shift while control is pressed). >> >> this is true for xterm, rxvt-unicode, gnome-term

Re: [O] value of cell/spreadsheet as property value?

2014-02-11 Thread Michael Brand
Hi Achim On Tue, Feb 11, 2014 at 8:13 PM, Achim Gratz wrote: > Isn't there a "code" missing for the first example? Yes, now fixed. Thank you for pointing out. Michael

Re: [O] value of cell/spreadsheet as property value?

2014-02-11 Thread Achim Gratz
Michael Brand writes: > Cool, thank you. I added a sentence in org.texi to point out the > dependency on the format specifier. +Numbers are right-aligned when a format specifier with an explicit width like +@{%5d} or @code{%5.1f} is used. + Isn't there a "code" missing for the first example? Re

Re: [O] Mismatch in url escaping between org and exported html

2014-02-11 Thread Michael Brand
Hi Bastien >From the commit of Rick Frankel for org-html-link (reformatted): #+BEGIN_SRC emacs-lisp (org-link-escape (org-link-unescape (concat type ":" raw-path)) org-link-escape-chars-browser) #+END_SRC I would like to discourage the use of the constant org-link-escape-chars-browser in

Re: [O] terminal emulators

2014-02-11 Thread Achim Gratz
Gregor Zattler writes: >> You cannot enter C-: in some terminals because it would require >> simultaneous processing of shift and control (these terminals ignore >> shift while control is pressed). > > this is true for xterm, rxvt-unicode, gnome-terminal, konsole and > the linux console. Terminal

Re: [O] value of cell/spreadsheet as property value?

2014-02-11 Thread Michael Brand
Hi Bastien On Tue, Feb 11, 2014 at 3:41 PM, Bastien wrote: > This should now be fixed in maint. > > Thanks for reporting this, and sorry for the 2.5 years delay :) Cool, thank you. I added a sentence in org.texi to point out the dependency on the format specifier. Michael

Re: [O] adding options to the minted environment of exported source blocks in latex

2014-02-11 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > Nicolas Goaziou writes: > >> Alan Schmitt writes: >> >>> Nicolas Goaziou writes: >>> It is also possible to do something in-between, i.e., tell Org about a few selected keywords and stuff the others into :options. This is what is done for images. O

[O] bug#5753: something, something, org-mode, shift-select, something

2014-02-11 Thread Bastien
nljlistb...@gmail.com (N. Jackson) writes: > Bastien, you misunderstood what I wrote (sorry). > > I _did_ build 24.3.50(.1) from the current (yesterday's) trunk from > Bazaar. I was confused because my Emacs version is 24.3.50.6 so I thought you had an much older one... > And, assuming the failu

[O] bug#5753: something, something, org-mode, shift-select, something

2014-02-11 Thread N. Jackson
Bastien writes: > nljlistb...@gmail.com (N. Jackson) writes: > >> Ah, that sounds like the start of a new adventure... >> >> ... which went _far_ more smoothly than I expected! I am now testing >> with GNU Emacs 24.3.50.1 Repository revision: 116400 and Org-mode >> version 8.2.5c. > > Yes, sorry,

[O] bug#5753: something, something, org-mode, shift-select, something

2014-02-11 Thread Bastien
nljlistb...@gmail.com (N. Jackson) writes: > Ah, that sounds like the start of a new adventure... > > ... which went _far_ more smoothly than I expected! I am now testing > with GNU Emacs 24.3.50.1 Repository revision: 116400 and Org-mode > version 8.2.5c. Yes, sorry, I meant "emacs -Q" in my rec

[O] bug#5753: something, something, org-mode, shift-select, something

2014-02-11 Thread N. Jackson
Bastien writes: > can you tell me what exactly the bug is wrt cua-mode and org-mode? Hi Bastien, Well, I can tell you the symptoms; I'm sorry to report that I know nothing of the internals. I have this snippet of code in my configuration files and with it everything works fine and has been wor

[O] bug#5753: something, something, org-mode, shift-select, something

2014-02-11 Thread N. Jackson
Bastien writes: > Can you try the two recipes I gave here: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5753#26 Wherein Bastien gnu.org> writes: >> With Emacs from trunk: Ah, that sounds like the start of a new adventure... ... which went _far_ more smoothly than I expected! I am now testi

[O] bug#5753: something, something, org-mode, shift-select, something

2014-02-11 Thread N. Jackson
This post is for the sake of completeness, and to summarise / add to my previous posts on this bug, namely: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5753#17 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5753#35 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5753#41 In GNU Emacs 23.3.1 [1] and 24

[O] bug#5753: something, something, org-mode, shift-select, something

2014-02-11 Thread N. Jackson
The following message is a courtesy copy of an article that has been posted to gnu.emacs.bug as well. Lars Ingebrigtsen writes: > Lennart Borgman writes: > >> Shift-select in cua-mode does not work in org-mode although >> org-replace-disputed-keys is t, org-disputed-keys are set for shift >> ar

Re: [O] adding options to the minted environment of exported source blocks in latex

2014-02-11 Thread Alan Schmitt
Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> Nicolas Goaziou writes: >> >>> It is also possible to do something in-between, i.e., tell Org about >>> a few selected keywords and stuff the others into :options. This is what >>> is done for images. Org knows about :height and :wi

Re: [O] value of cell/spreadsheet as property value?

2014-02-11 Thread Bastien
Hi Michael, Michael Brand writes: > On Tue, Feb 11, 2014 at 1:21 PM, OSiUX wrote: >> El mar, 11 feb 2014, Bastien decía: >>> you want numbers to be aligned >>> on the left instead of the right in the column view? >> >> default is left-aligned, I want to right align the numbers. > > Me too, stil

Re: [O] terminal emulators

2014-02-11 Thread Brett Viren
Gregor Zattler writes: > Hi Achim, > * Achim Gratz [10. Feb. 2014]: >> You cannot enter C-: in some terminals because it would require >> simultaneous processing of shift and control (these terminals ignore >> shift while control is pressed). > > this is true for xterm, rxvt-unicode, gnome-termi

[O] BUG babel :colnames

2014-02-11 Thread Andreas Leha
Hi all, there is a bug when it comes to babel not respecting :colnames when more variables are passed. Here is the MWE: --8<---cut here---start->8--- #+name: testtable2 | a | b | |---+---| | 1 | 3 | | 3 | 3 | | 4 | 1 | | 4 | 2 | #+header: :var testtable=testt

[O] BUG: cached calls

2014-02-11 Thread Andreas Leha
Hi all, there is a bug when it comes to cached results from #+call lines. Here is a (not M)WE: --8<---cut here---start->8--- * Generate a table #+name: testtable #+begin_src R :colnames yes ## Assume, this block takes a long time mtcars #+end_src

Re: [O] value of cell/spreadsheet as property value?

2014-02-11 Thread Michael Brand
On Tue, Feb 11, 2014 at 1:21 PM, OSiUX wrote: > El mar, 11 feb 2014, Bastien decía: >> you want numbers to be aligned >> on the left instead of the right in the column view? > > default is left-aligned, I want to right align the numbers. Me too, still: http://lists.gnu.org/archive/cgi-bin/namazu.

Re: [O] value of cell/spreadsheet as property value?

2014-02-11 Thread OSiUX
El mar, 11 feb 2014, Bastien decía: > Hi, > > OSiUX writes: > > > is possible to use a cell reference to a table > > or spreadsheet as a property value? > > > > Example: > > > > * lunch > > :PROPERTIES: > > :CASH: #lunchtable:@>$2 > > :END: > > > > #+NAME: lunchtable

Re: [O] Mismatch in url escaping between org and exported html

2014-02-11 Thread Mark Janssen
On Tue, Feb 11, 2014 at 11:10 AM, Bastien wrote: > Hi Mark, > > it has been fixed in the master branch by Rick, I've cherry-picked the > change in the maint branch so that it will be part of the next minor > release. > > Thanks, > > Hi Bastien and Rick, Thanks for the great support. -- Mark

Re: [O] Mismatch in url escaping between org and exported html

2014-02-11 Thread Bastien
Hi Mark, it has been fixed in the master branch by Rick, I've cherry-picked the change in the maint branch so that it will be part of the next minor release. Thanks, -- Bastien

Re: [O] value of cell/spreadsheet as property value?

2014-02-11 Thread Bastien
Hi, OSiUX writes: > is possible to use a cell reference to a table > or spreadsheet as a property value? > > Example: > > * lunch > :PROPERTIES: > :CASH: #lunchtable:@>$2 > :END: > > #+NAME: lunchtable > | date |cash | > |--