[O] Accents Issues in Table formula in French.

2013-08-27 Thread flav
Hello, I have an issue with remote function in formula : #+TBLNAME: ch-mdp-août-2013 |---+--++---+---+--+---+--++--+| | | 2013 | août | Lundi | Mardi | Mercredi | Jeudi | Vendredi | Samedi | Dimanche ||

Re: [O] koma letter exporter: changing the priority of options

2013-08-27 Thread Alan Schmitt
Hello Rasmus, Sorry for the delay, I was in vacations with tethering-only internet access. ras...@gmx.us writes: The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. Rasmus ras...@gmx.us writes: Alan, alan.schm...@polytechnique.org

Re: [O] koma letter exporter: changing the priority of options

2013-08-27 Thread Alan Schmitt
alan.schm...@polytechnique.org writes: I tried to fix it in the updated attached patch. I set a default value of foldmarks-not-set to the predicate that detects if it is set in the file, then I compare its contents. This assumes that the user will not give this literal value to the option.

[O] how to check/uncheck all checkboxes

2013-08-27 Thread 方俊
The typical structure as following: - [-] root - [ ] b - [X] c - [ ] d What i want is: if I toggle the root, all checkboxes, including root and children, toggled, no matter the children's status are. Is there native function/command do things like this? -- Jun Fang 方俊

Re: [O] [PATH] [NEW EXPORTER] two slide backends for contrib

2013-08-27 Thread Rick Frankel
On 2013-08-27 00:41, Matt Price wrote: I just came across this, having missed it in February. Rick, I was wondering if you had thought about enabling some of deck.js's snazzier features -- transitions for text elements, for instance, like we see in the intro deck here:

[O] [BUG] hline handling in ob-ruby

2013-08-27 Thread Rick Frankel
Eric- There is a bug in ob-ruby --- if an literal 'hline is passed into (e.g., :hline no) a ruby block, the execution fails due to an incorrect datatype (this is not an issue in any other language). The patch provided in http://lists.gnu.org/archive/html/emacs-orgmode/2013-08/msg00316.html (and

Re: [O] Carriage return in macro

2013-08-27 Thread Tim
At Mon, 26 Aug 2013 12:16:53 +0200, Nicolas Goaziou wrote: Is there any way to have carriage returns within the text of the macro ? No, there isn't. Macros target small substitutions. I have already tried using the #+BEGIN_ODT...#+END_ODT construct, but that *really* messes with the

[O] lexical-binding is not set for org src mode

2013-08-27 Thread Jisang Yoo
elisp code blocks do not recognize lexical-binding in org src edit mode. For example, if I press C-c . on the following block, the buffer does not have lexical-binding set to t. #+BEGIN_SRC elisp ;; -*- lexical-binding: t; -*- (message %S lexical-binding) #+END_SRC Is there a workaround?

Re: [O] Carriage return in macro

2013-08-27 Thread Nicolas Goaziou
Hello, Tim wiskey5al...@gmail.com writes: If I put several lines into an #+BEGIN_ODT..#+END_ODT block, all whitespace formating is lost. A list like - List one - List two - List three becomes - List one - List two - List three I don't quite understand. You are expected to put valid

[O] Escaping an underscore in LaTeX export

2013-08-27 Thread John Hendy
LaTeX recommends \_ as an escaped underscore. In other words, really use the underscore, not a subscript. When I do this in Org-mode and export via =C-e l p=, I don't get that behavior. Here's my options header: #+OPTIONS: *:t TeX:t LaTeX:t a\_b - a$\backslash$$_{\text{b}}$ a$\_$b - a\$\_\$b

Re: [O] lexical-binding is not set for org src mode

2013-08-27 Thread Suvayu Ali
On Wed, Aug 28, 2013 at 03:53:39AM +0900, Jisang Yoo wrote: elisp code blocks do not recognize lexical-binding in org src edit mode. For example, if I press C-c . on the following block, the buffer does not have lexical-binding set to t. #+BEGIN_SRC elisp ;; -*- lexical-binding: t; -*-

[O] [bug] [babel] babel corrupts undo history

2013-08-27 Thread Samuel Wales
c-c ' c-c ' on this. then undo or undo-tree-undo. what happens is data corruption. to me, undo is a low-level operation that should always work, even with a syntactically invalid block. a relevant variable is org-src-preserve-indentation. it is possible to change it without changing a block.

[O] [bug] org-refile makes ido think that some candidates are directories

2013-08-27 Thread Samuel Wales
org-refile makes ido think that every entry that is in the current buffer is a directory, while every entry that is in another buffer is a file. === You can confirm by loading ido and doing this: (setq org-refile-use-outline-path t) (setq org-outline-path-complete-in-steps nil) (setq

[O] org-mode upgrade and PDF export

2013-08-27 Thread adam
The system here is; Ubuntu 12.04LTS, Emacs 23.3.1, Org-mode version 6.33x 1) Emacs with Org was recently installed via the Ubuntu Software Centre. If the Org version here is 6.33x, and Org is now version 8, then I feel I should upgrade Org. The Org Manual

Re: [O] org-mode upgrade and PDF export

2013-08-27 Thread John Hendy
On Tue, Aug 27, 2013 at 7:50 PM, adam ah...@orcon.net.nz wrote: The system here is; Ubuntu 12.04LTS, Emacs 23.3.1, Org-mode version 6.33x 1) Emacs with Org was recently installed via the Ubuntu Software Centre. If the Org version here is 6.33x, and Org is now version 8, then I feel I should

Re: [O] [PATH] [NEW EXPORTER] two slide backends for contrib

2013-08-27 Thread Matt Price
On Tue, Aug 27, 2013 at 10:12 AM, Rick Frankel r...@rickster.com wrote: On 2013-08-27 00:41, Matt Price wrote: I just came across this, having missed it in February. Rick, I was wondering if you had thought about enabling some of deck.js's snazzier features -- transitions for text elements,

Re: [O] faster agenda with properties support disabled (no org-refresh-properties)

2013-08-27 Thread Samuel Wales
Probably the only property most people use most of the time in the agenda is category. Would this get rid of showing category too? 66s to 10s is impressive. I'd give up sorting and selecting category for that. But I wouldn't give up showing category. Samuel -- The Kafka Pandemic:

Re: [O] Has anybody noticed ellipses instead of the top line of the window?

2013-08-27 Thread Samuel Wales
On 4/5/13, Bastien b...@altern.org wrote: It's hard to find reproducible recipes; when we have some (like the one Brian provided), it's hard to debug; and for I cannot afford to put this as a priority as the annoyance/hard-to-debug ratio is too low IMO. Let's revive this after 8.0 if needed,