Re: [O] How to match TODO items not SCHEDULED or DEADLINE'd

2015-04-22 Thread Jorge A. Alfaro-Murillo
Nicolas Goaziou writes: jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: Nikolaus Rath writes: Actually, it seems it does not work for some cases. If I have a file with * TODO Item 1 * TODO Item 2 SCHEDULED: 2015-04-24 Fri * Heading ** TODO Subitem 1 ** TODO Subitem 1

Re: [O] How to match TODO items not SCHEDULED or DEADLINE'd

2015-04-22 Thread Jorge A. Alfaro-Murillo
Nikolaus Rath writes: On Apr 21 2015, Nikolaus Rath nikol...@rath.org wrote: On Apr 21 2015, jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) wrote: Now, if you want to narrow the agenda (C-c a) or org-sparse-tree (C-c /) to show TODO items not SCHEDULED or DEADLINE'd use the key

Re: [O] New Org-HTML-theme!!

2015-04-22 Thread Jorge A. Alfaro-Murillo
Fabrice Niessen writes: I've just published a new theme, called ReadTheOrg, on https://github.com/fniessen/org-html-themes. Thank you very much! I just tried it and it is very nice. -- Jorge.

Re: [O] Sparse tree for undated TODOs, or hierachical agenda?

2015-04-22 Thread Jorge A. Alfaro-Murillo
Nikolaus Rath writes: Jorge A. Alfaro-Murillo writes: #+BEGIN_SRC emacs-lisp (setq org-agenda-prefix-format '((agenda . %i %-12:c%?-12t% s) (timeline . % s) (todo . %i %-12:c%-24:b) (tags . %i %-12:c) (search . %i %-12:c))) (setq

Re: [O] How to match TODO items not SCHEDULED or DEADLINE'd

2015-04-22 Thread Nicolas Goaziou
Hello, jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: Nikolaus Rath writes: On Apr 21 2015, Nikolaus Rath nikol...@rath.org wrote: On Apr 21 2015, jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) wrote: Now, if you want to narrow the agenda (C-c a) or

Re: [O] How to export an Org file to LaTeX's book class, but without parts?

2015-04-22 Thread Eric S Fraga
On Wednesday, 22 Apr 2015 at 00:33, Marcin Borkowski wrote: [...] I want to export my Org file to the book class (actually, a class similar to it, but never mind), but I want my first-level headings to be chapters, not parts. OTOH, I don't want to modify org-latex-classes. Is that

[O] Publishing on Worg succeeds or fails? -- I can't say!

2015-04-22 Thread Fabrice Niessen
Hello, I tried to add a section on Worg (about the ReadTheOrg HTML theme). The Git commit was successfull, the Git push (for which I do have access on Worg) ended with an error code of 0 (hence, successfully?), but it's not visible on Worg! Any idea why? --8---cut

Re: [O] [RFC] Org linting library

2015-04-22 Thread Nicolas Goaziou
Here's another update. I added a few more tests. If there's no more bug report or feedback, I'll simply put it in a wip-lint branch until Org 8.4 starts its development cycle. Regards, org-lint.el Description: application/emacs-lisp

Re: [O] [RFC] Org linting library

2015-04-22 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Here's another update. I added a few more tests. If there's no more bug report or feedback, I'll simply put it in a wip-lint branch until Org 8.4 starts its development cycle. I'd like to enforce org-lint on all my Org docs, either in a find-file hook or

Re: [O] Publishing on Worg succeeds or fails? -- I can't say!

2015-04-22 Thread Nicolas Goaziou
Hello, Fabrice Niessen fni-news-TA4HMoP+1wHrZ44/dzw...@public.gmane.org writes: I tried to add a section on Worg (about the ReadTheOrg HTML theme). The Git commit was successfull, the Git push (for which I do have access on Worg) ended with an error code of 0 (hence, successfully?), but

Re: [O] [RFC] Org linting library

2015-04-22 Thread Nicolas Goaziou
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: I'd like to enforce org-lint on all my Org docs, either in a find-file hook or before export, for example. Can't you put it in master as well? No, I can't. As explained in the original post, org-lint.el requires at

Re: [O] Publishing on Worg succeeds or fails? -- I can't say!

2015-04-22 Thread Fabrice Niessen
Hello, Nicolas Goaziou wrote: Fabrice Niessen writes: I tried to add a section on Worg (about the ReadTheOrg HTML theme). The Git commit was successfull, the Git push (for which I do have access on Worg) ended with an error code of 0 (hence, successfully?), but it's not visible on Worg!

Re: [O] Publishing on Worg succeeds or fails? -- I can't say!

2015-04-22 Thread Nicolas Goaziou
Fabrice Niessen fni-news-TA4HMoP+1wHrZ44/dzw...@public.gmane.org writes: Could that be stated clearly in the output? You should ask to whom implemented Worg. The thing is that I did not touch those links, as you can see in my commit. So, somehow, Org became more strict. And the fact that

[O] [release_8.3beta-1062-gce4e64] Error when exporting to ODT

2015-04-22 Thread Vicente Vera
Hello list. Just tried to export an Org file to ODT but this error appeared (taken from the Messages buffer): ... LaTeX to MathML converter not available. Formatting LaTeX using verbatim OpenDocument export failed: Assertion failed: (funcall predicate element info) Tried with a MWE and with a

Re: [O] ob-R, problem with try/catch

2015-04-22 Thread Charles C. Berry
On Wed, 22 Apr 2015, Thomas S. Dye wrote: Aloha all, Prior to eaa3a761dae, when working in a session, I was able to run this R source code block without problems: ,- | #+header: :file r/adze_wt_log.pdf | #+header: :results output graphics | #+header:

[O] ob-R, problem with try/catch

2015-04-22 Thread Thomas S. Dye
Aloha all, Prior to eaa3a761dae, when working in a session, I was able to run this R source code block without problems: ,- | #+header: :file r/adze_wt_log.pdf | #+header: :results output graphics | #+header: :width 4 :height 3 |

Re: [O] ob-R, problem with try/catch

2015-04-22 Thread Rainer M Krug
Envoyé de mon iPhone Le 23 avr. 2015 à 04:23, Charles C. Berry ccbe...@ucsd.edu a écrit : On Wed, 22 Apr 2015, Thomas S. Dye wrote: Aloha all, Prior to eaa3a761dae, when working in a session, I was able to run this R source code block without problems:

Re: [O] Publishing on Worg succeeds or fails? -- I can't say!

2015-04-22 Thread Fabrice Niessen
Nicolas Goaziou wrote: Fabrice Niessen writes: Could that be stated clearly in the output? You should ask to whom implemented Worg. And that is? Bastien? The thing is that I did not touch those links, as you can see in my commit. So, somehow, Org became more strict. And the fact that

Re: [O] How to export an Org file to LaTeX's book class, but without parts?

2015-04-22 Thread Miguel Ruiz
If you don't mind to live with part-chapter-section instead chapter-section-subsection: ---8-orgmode src8--- #+LaTeX_CLASS: book #+LaTeX_HEADER: \let\part\chapter #+LaTeX_HEADER: \let\chapter\section #+LaTeX_HEADER: \let\section\subsection

Re: [O] New Org-HTML-theme!!

2015-04-22 Thread Fabrice Niessen
Hello, Fabrice Niessen wrote: I've just published a new theme, called ReadTheOrg, on https://github.com/fniessen/org-html-themes. It is a clone of the great Sphinx theme used in the http://docs.readthedocs.org/en/latest/ site. It gives a beautiful and professional style to all your Org

Re: [O] ox-latex and small caps links

2015-04-22 Thread Rasmus
Hi, David Dynerman da...@block-party.net writes: I've been using links to render text in small caps when exporting to LaTeX and HTML, e.g. [[latex:textsc][this is in small caps]] This worked fine in 8.2.10, but causes an error in latest. When I try to export the file to LaTeX, the export