Re: [O] org-agenda-todo-ignore-with-date vs. org-agenda-todo-ignore-timestamp

2014-08-25 Thread Sebastien Vauban
Marcin Borkowski wrote: Dnia 2014-08-22, o godz. 21:02:56 Subhan Michael Tindall subh...@familycareinc.org napisał(a): Doesn't this suggest that org-agenda-todo-ignore-with-date is obsolete? It's functionality is subsumed by org-agenda-todo-ignore-timestamp all, yes. [...] Well, except

Re: [O] HTML lists are including paragraphs (lip…/p/li)

2014-08-25 Thread Daniel Clemente
El Wed, 06 Aug 2014 14:12:21 +0200 Nicolas Goaziou va escriure: I understand that paragraph is alone in its item is not a good test to skip paragraph wrappers. I'm still confused about what a good test would be. In particular, what should be done in the following cases - item - item

Re: [O] Babel-R TBLFM example

2014-08-25 Thread Sebastien Vauban
Shiyuan wrote: 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

Re: [O] utf8x and org-mode 8

2014-08-25 Thread Sebastien Vauban
Daniel Szmulewicz wrote: 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

Re: [O] orgtbl-to-latex creates enumerate environment

2014-08-25 Thread Nicolas Goaziou
Hello, Robert McDonald rmcd1...@gmail.com writes: Radio tables creates a latex table including an enumerate environment, which will not compile. This occurs if a numeric entry within the table ends in a period. The problem does not occur without the period. Indeed. This is a known bug in the

Re: [O] HTML lists are including paragraphs (lip…/p/li)

2014-08-25 Thread Nicolas Goaziou
Hello, Daniel Clemente n142...@gmail.com writes: But why not, as a general rule, avoid p for the first elements of lists? That is, don't output paragraph+list+paragraph, but text+list+paragraph. This works for the simple case (litext/li) and allows the complex ones

Re: [O] orgtbl-to-latex creates enumerate environment

2014-08-25 Thread Robert McDonald
Thank you. On Mon, Aug 25, 2014 at 3:15 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Robert McDonald rmcd1...@gmail.com writes: Radio tables creates a latex table including an enumerate environment, which will not compile. This occurs if a numeric entry within the table

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

2014-08-25 Thread Nicolas Goaziou
Hello, Thorsten Jolitz tjol...@gmail.com writes: 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

Re: [O] org-agenda-write to .org exports headings in reversed order?!

2014-08-25 Thread Nicolas Goaziou
Hello, Charles Millar mill...@verizon.net writes: I know very little of the wonders of emacs lisp, but I wonder if org-agenda.el line 3362 is the reason for this. (mapcar (lambda (s) (org-paste-subtree 1 s)) (reverse content)) You are right. This should be fixed. Thank to you both.

[O] invalid property drawer and C-c C-x p

2014-08-25 Thread Nicolas Richard
Hi, Sometimes I apparently manage to corrupt my org files by having an unfinished drawers in them. Of course this is wrong and I should investigate, but if it happens, hitting C-c C-x p leads to a useless error (Wrong type argument: integer-or-marker-p, nil). I suggest to following patch for a

Re: [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-25 Thread Nicolas Goaziou
Hello, Ryan r...@thompsonclan.org writes: When I call org-promote on a top-level heading, I get an error because org-called-with-limited-levels is not bound to a value. This is because the defvar form that declares it does not provide an initial value. I assume the fix is to initialize it to

Re: [O] invalid property drawer and C-c C-x p

2014-08-25 Thread Nicolas Goaziou
Hello, Nicolas Richard theonewiththeevill...@yahoo.fr writes: Sometimes I apparently manage to corrupt my org files by having an unfinished drawers in them. Of course this is wrong and I should investigate, but if it happens, hitting C-c C-x p leads to a useless error (Wrong type argument:

Re: [O] [Bulk] Re: invalid property drawer and C-c C-x p

2014-08-25 Thread Nicolas Richard
Le 25/08/2014 15:38, Nicolas Goaziou a écrit : AFAICT, a similar mechanism is already implemented in master. Oh great, sorry for the noise then ! -- Nicolas.

[O] [PATCH] `file-name-base' missing in Emacs 24.3

2014-08-25 Thread Nicolas Berthier
Hello, A recent patch introduced a call to `file-name-base' in contributed ox-bibtex.el; however, this function was only introduced in Emacs version 24.3. The attached patch is a basic fix for that. From 362e07699a767ea16d99a7f67f6fcb92d1521e0c Mon Sep 17 00:00:00 2001 From: Nicolas Berthier

Re: [O] [RFC] Rewrite radio tables

2014-08-25 Thread Nick Dokos
Nicolas Goaziou m...@nicolasgoaziou.fr writes: The following patch implements radio tables and `orgtbl-to-...' functions using Org export engine. The implementation is probably not totally backward compatible, though. Thanks for doing this! ... Feedback welcome. I tried it with one of

Re: [O] [RFC] Rewrite radio tables

2014-08-25 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: I tried it with one of Thorsten Grotte's examples: That should be Thorsten Grothe. Apologies for the misspelled name. Thanks, Nick

Re: [O] Custom environment for LaTeX export

2014-08-25 Thread Julien Cubizolles
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Dnia 2014-08-14, o godz. 11:15:54 Sebastien Vauban sva-n...@mygooglest.com napisał(a): Julien Cubizolles wrote: Sebastien Vauban writes: Throwing an idea here: make the `consequence' environment be a no-op in Beamer? How would I do

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

2014-08-25 Thread Ernesto Durante
Eric Schulte schulte.e...@gmail.com writes: Hi Eric, You will find in attachment three patches + First patch, modify org-babel-eval to load compilation-mode in case of errors + Second patch, modify org-babel-eval to deal with Microsoft visual C++ errors by concatenating the standard output

Re: [O] Custom environment for LaTeX export

2014-08-25 Thread Marcin Borkowski
Dnia 2014-08-25, o godz. 18:32:48 Julien Cubizolles j.cubizol...@free.fr napisał(a): Marcin Borkowski mb...@wmi.amu.edu.pl writes: Dnia 2014-08-14, o godz. 11:15:54 Sebastien Vauban sva-n...@mygooglest.com napisał(a): Julien Cubizolles wrote: Sebastien Vauban writes: Throwing

Re: [O] Custom environment for LaTeX export

2014-08-25 Thread Julien Cubizolles
Sebastien Vauban sva-n...@mygooglest.com writes: Julien Cubizolles wrote: I need to export the same org file to both LaTeX and beamer, and I'd like the headings that are exported to the block environment in beamer to be exported to another environment in LaTeX (named consequence). The LaTeX

Re: [O] Custom environment for LaTeX export

2014-08-25 Thread Julien Cubizolles
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Sorry, I misunderstood. How about putting this in the preamble (untested)? \makeatletter \@ifclassloaded{beamer}{ \renewenvironment{consequence}{}{} }{} \makeatother Actually, I'm using a custom beamer class, so --8---cut

Re: [O] [RFC] Rewrite radio tables

2014-08-25 Thread Nicolas Goaziou
Hello, Nick Dokos ndo...@gmail.com writes: I tried it with one of Thorsten Grotte's examples: Thanks for testing it out. \documentclass{article} \begin{document} I tried to export this table to latex: \begin{comment} #+TBLNAME: Test #+ORGTBL: SEND Test orgtbl-to-latex :skip 1

Re: [O] Custom environment for LaTeX export

2014-08-25 Thread Marcin Borkowski
Dnia 2014-08-25, o godz. 19:38:26 Julien Cubizolles j.cubizol...@free.fr napisał(a): Marcin Borkowski mb...@wmi.amu.edu.pl writes: Sorry, I misunderstood. How about putting this in the preamble (untested)? \makeatletter \@ifclassloaded{beamer}{

Re: [O] utf8x and org-mode 8 (Sebastien Vauban)

2014-08-25 Thread Daniel Szmulewicz
Awesome. Thank you, Sebastien. I prefer the second solution, because it allows me to account for different kinds of spaces: espace fine, espace insécable, espace moyenne, etc. Just for curiosity: I’m not sure what to make of the regexp. The ‘?’ is normally a postfix operator used in

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

2014-08-25 Thread Thorsten Jolitz
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Thorsten Jolitz tjol...@gmail.com writes: when exporting this to latex/pdf , | #+OPTIONS: ^:{} | * ORG SCRATCH :foo_bar: | Hallo_World ` it translates to this , | % Created 2014-08-25 Mo 02:23 |

[O] Proboem org-mobile-push

2014-08-25 Thread Steve Prud'Homme
I have a file named task.org, i want to push this file to mobile-org / dropbox. When I do M-x org-mobile-push i have this message Non-existent agenda file ~/Dropbox/PROJETS/ORG/LOCAL/| /__ 20140521| | 1:19 | | |. [R]emove from list or [A]bort?

[O] [ANN] org-bandbook - Professional Band Management for Computer Literate Musicians

2014-08-25 Thread Thorsten Jolitz
Hi List, see the attached ASCII version of org-bandbook.el's comment section for more info: ___ ORG-BANDBOOK Thorsten Jolitz tjol...@gmail.com

Re: [O] [ANN] org-bandbook - Professional Band Management for Computer Literate Musicians

2014-08-25 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: Hi List, see the attached ASCII version of org-bandbook.el's comment section for more info: ___ ORG-BANDBOOK Thorsten Jolitz