[O] utf8x and org-mode 8

2014-08-24 Thread Daniel Szmulewicz
Hi, I understand that org-latex derives the encoding from the buffer. In the ".tex” file produced by the exporter, I see this line: \usepackage[utf8]{inputenc} However, I would like to set it to: \usepackage[utf8x]{inputenc} I need to account for special French spacing characters: “espaces ins

[O] [BUG] Export option ^:{} does not work inside tags

2014-08-24 Thread Thorsten Jolitz
Hi List, when exporting this to latex/pdf , | #+OPTIONS: ^:{} | * ORG SCRATCH :foo_bar: | Hallo_World ` it translates to this , | % Created 2014-08-25 Mo 02:23 | \documentclass[11pt]{article} | [...] | \section{ORG SCRATCH\hfill{}\textsc{foo_bar}} | \label{sec-1} | Hallo\_World |

Re: [O] Babel-R TBLFM example

2014-08-24 Thread Shiyuan
I am looking at a simpler example, the pie-chart example as in this link: http://orgmode.org/worg/org-contrib/babel/intro.html#literate-programming This example(src code attached in the end) first generates a table by a shell command and then run a R one-liner which uses the table. However, when

Re: [O] [RFC] Rewrite radio tables

2014-08-24 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Nicolas Goaziou writes: > > Hello, > >> The following patch implements radio tables and `orgtbl-to-...' >> functions using Org export engine. The implementation is probably not >> totally backward compatible, though. Btw, great job - thats quite a complex part of Org-m

Re: [O] [RFC] Rewrite radio tables

2014-08-24 Thread Thorsten Jolitz
Nicolas Goaziou writes: Hello, > The following patch implements radio tables and `orgtbl-to-...' > functions using Org export engine. The implementation is probably not > totally backward compatible, though. funny, I just wrote `org-dp-create-table' (in https://github.com/tj64/org-dp) a few h

Re: [O] Error in org guide

2014-08-24 Thread Nicolas Goaziou
Hello, Alexis Roda writes: > the org guide "Release 8.2.7c" says in page 20, 8.4 Clocking work time: > > C-c C-x C-x > Cancel the current ... > > It should say: > > C-c C-x C-q Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [RFC] [PATCH] ox-latex: support :float no with caption for minted listings

2014-08-24 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > Why is the compatibility=false option needed? I can’t figure this > out. This is in my local copy of the minted manual, in "7 Known issues". It may be outdated, though. > “Pretty” source code export in all cases requires adding certain packages > to the default, as

[O] Bug: org-called-with-limited-levels should be initialized [8.2.7c (8.2.7c-44-g3fed03-elpaplus @ /Users/ryan/.emacs.d/.cask/24.3.1/elpa/org-plus-contrib-20140818/)]

2014-08-24 Thread Ryan
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. ---

Re: [O] [BUG] in `org-element-table-interpreter' docstring

2014-08-24 Thread Nicolas Goaziou
Hello, Thorsten Jolitz writes: > the docstring should rather say something like: > > "CONTENTS is nil if type is 'table.el', non-nil otherwise. > > #+BEGIN_SRC emacs-lisp > (defun org-element-table-interpreter (table contents) > "Interpret TABLE element as Org syntax. > CONTENTS is nil." >

[O] [RFC] Rewrite radio tables

2014-08-24 Thread Nicolas Goaziou
Hello, The following patch implements radio tables and `orgtbl-to-...' functions using Org export engine. The implementation is probably not totally backward compatible, though. In particular, I suppressed :remove-nil-lines parameter, as I couldn't make any sense out of it. If someone has a clear

[O] Error in org guide

2014-08-24 Thread Alexis Roda
Hi all, the org guide "Release 8.2.7c" says in page 20, 8.4 Clocking work time: C-c C-x C-x Cancel the current ... It should say: C-c C-x C-q Regards

[O] [BUG] in `org-element-table-interpreter' docstring

2014-08-24 Thread Thorsten Jolitz
Hi List, the docstring should rather say something like: "CONTENTS is nil if type is 'table.el', non-nil otherwise. #+BEGIN_SRC emacs-lisp (defun org-element-table-interpreter (table contents) "Interpret TABLE element as Org syntax. CONTENTS is nil." (if (eq (org-element-property :type ta

[O] Capture template expansion

2014-08-24 Thread Alexis Roda
Hi all, org newbie here, neither proficient with org nor english, please be patient. I'm having a hard time figuring how to gather property values with completion from a capture template. 8<-[ .emacs ] (setq org-capture-templates '(("t" "

Re: [O] contribute: three pane mode for org

2014-08-24 Thread Suvayu Ali
Hi Florian, On Sat, Aug 23, 2014 at 05:06:48PM +0200, Florian Knupfer wrote: > Hello, > > I've written a function that enables a three pane view on org files. > I'm quite new to emacs but I'd like to contribute and receive > feedbacks, improvement etc. > > It can be found at: > https://github.c

Re: [O] Orgmode/Koma script letter

2014-08-24 Thread Rasmus
Hi, Bastien writes: >>> Is there something wrong in what I am doing or is there a problem? >> >> I don't think there is a code bug. There is a potentially a >> documentation bug in the first line of the doc string you mentioned. > > Indeed, this is a documentation bug -- can one of you provide

Re: [O] babel: ob-C with Visual C++ and compilation-mode

2014-08-24 Thread Ernesto Durante
Eric Schulte writes: > Ernesto Durante writes: > > Perhaps a new header argument should be added for C-Family languages > which will inhibit this main wrapping behavior? > > -- Eric Hi Eric, According to me, we can already inhibit the wrapping with the following header :main no. Maybe, it shou

Re: [O] babel: ob-C with Visual C++ and compilation-mode

2014-08-24 Thread Ernesto Durante
Thierry Banel writes: > Le 20/08/2014 22:40, Ernesto Durante a écrit : > > as the source org file is not guarantied to be in utf-8. > > You may want to give it a try an provide a patch for that. > 3 files are involved: > - lisp/ob-C.el (you know this one) > - testing/lisp/test-ob-C.el (to launch

[O] OS X mail message linking

2014-08-24 Thread Chris Henderson
I'm looking at http://orgmode.org/worg/org-contrib/org-mac-message.html How do I setup multiple Gmail accounts with this? As in, (setq org-mac-mail-account "account") - what should be the account name? Thanks.

Re: [O] contribute: three pane mode for org

2014-08-24 Thread Thierry Banel
Good job ! You may be new to Emacs, but you already master a lot: - hiding-showing, - indirect buffers, - save-excursion, - faces, - overlays, - post-command-hook, - and emacs lisp Le 23/08/2014 17:06, Florian Knupfer a écrit : > Hello, > > I've written a function that enables a three pane view

[O] contribute: three pane mode for org

2014-08-24 Thread Florian Knupfer
Hello, I've written a function that enables a three pane view on org files. I'm quite new to emacs but I'd like to contribute and receive feedbacks, improvement etc. It can be found at: https://github.com/knupfer/org-panes Best regards