Re: [O] Cygwin (org-open-file (org-odt-export-to-odt nil s v) 'system) opens odt as zip

2013-12-01 Thread Miguel Ruiz
Thank you, Jambunathan. I was exploring (defconst org-file-apps-defaults-cygwin   '((remote . emacs)     (t . cygstart %s)     (system . cygstart %s)     (ps.gz  . gv %s)     (eps.gz . gv %s)     (dvi    . xdvi %s)     (fig    . xfig %s))) (defun org-default-apps () Return the default

Re: [O] Orgtbl, Radiotables: :booktabs t

2013-12-01 Thread AW
Push?! Am Dienstag, 26. November 2013, 11:15:21 schrieb AW: \documentclass[parskip=half]{scrartcl} \usepackage{booktabs, verbatim} \begin{document} Hello! Once in a while I need a radiotable inside my LaTeX file and I'm asking to implement a parameter for the use of booktabs. This

Re: [O] Orgtbl, Radiotables: :booktabs t

2013-12-01 Thread Nicolas Goaziou
Hello, AW alexander.will...@t-online.de writes: #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2 :booktabs t | Month | Days | Nr sold | per day | | |---+--+-+-| | | Jan | 23 | 55 | 2.4 | | Feb | 21

Re: [O] Handshake: Org-mode + Emacs releases

2013-12-01 Thread Nicolas Goaziou
Hello, Jambunathan K kjambunat...@gmail.com writes: I am a bit apprehensive that (what you think as) essentials MAY get missed in Vanilla Emacs proper. So it would be good if you could communicate with Emacs developers the Org-mode features that you want packed in the upcoming Emacs

Re: [O] Babel support for the D language

2013-12-01 Thread Thierry Banel
Thomas S. Dye tsd at tsdye.com writes: Aloha Thierry, Thierry Banel tbanelwebmin at free.fr writes: Done ! The first draft of http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-D.html has been committed. I pushed some minor edits. Looks good! All the best, Tom

Re: [O] Babel support for the D language

2013-12-01 Thread Eric Schulte
Hi Thierry, I've added ob-D.el to the contrib/lisp directory of Org-mode. Would it make sense to add D as a c-variant in ob-C.el? Thanks for the contribution, and for the documentation! Thierry Banel tbanelweb...@free.fr writes: emacs-orgmode@gnu.org * Hi all Org fans. I added support in

Re: [O] Babel support for the D language

2013-12-01 Thread Thierry Banel
Eric Schulte schulte.eric at gmail.com writes: Hi Thierry, I've added ob-D.el to the contrib/lisp directory of Org-mode. Would it make sense to add D as a c-variant in ob-C.el? Thanks for the contribution, and for the documentation! Thierry Banel tbanelwebmin at free.fr writes:

Re: [O] ox-bibtex.el -- how to join sequential citations

2013-12-01 Thread Nicolas Goaziou
Nicolas Goaziou n.goaz...@gmail.com writes: I will have a look at it, but I'm not sure it will happen before the end of the week. Done. Regards, -- Nicolas Goaziou

[O] Latex Missing number, treated as zero.

2013-12-01 Thread Ian Barton
This is a Latex problem, but I am hoping someone here can trow some light on it. I was trying out the Koma Letter Export script. I get the following error when trying to create a pdf from the Simple letter example. )) (/usr/share/texmf/tex/latex/koma-script/DIN.lco)

Re: [O] Babel support for the D language

2013-12-01 Thread Eric Schulte
Thierry Banel tbanelweb...@free.fr writes: Eric Schulte schulte.eric at gmail.com writes: Hi Thierry, I've added ob-D.el to the contrib/lisp directory of Org-mode. Would it make sense to add D as a c-variant in ob-C.el? Thanks for the contribution, and for the documentation!

Re: [O] not handling failing sql statements in ob-sql.el with postgresql

2013-12-01 Thread Eric Schulte
Joost Helberg jo...@snow.nl writes: Hi, in case psql (version 9.1 and later) encounters a SQL error, e.g. a syntax error, it doesn't exit with an error-code. Instead it continues and exits with 0. This means that evaluating faulty SQL-code in org-mode/babel leaves the user with no clue of

Re: [O] Babel support for the D language

2013-12-01 Thread Thierry Banel
Eric Schulte schulte.eric at gmail.com writes: Hi Eric That's awsome ! Yes, it would make sense, as D and C++ share a lot. There are differences, though: tables are translated as: string[][]; in D char*[]; in C++ includes are translated as: import std.stdio;

Re: [O] Latex Missing number, treated as zero.

2013-12-01 Thread Michael Strey
Hi Ian, li...@wilkesley.net writes: This is a Latex problem, but I am hoping someone here can trow some light on it. No, it's not a LaTeX problem. \documentclass{scrlttr2} \usepackage[english]{babel} [NO-DEFAULT-PACKAGES] This line is no valid LaTeX code. As you already mentioned, if

[O] org habit consistency graph

2013-12-01 Thread Chris Henderson
I'm trying to setup habit tracking on org but can't see any consistency graph. I have setup a simple TODO item and set the style as habit by using C-c C-x p (org-set-property). * TODO exercise SCHEDULED: 2013-12-03 Tue .+1d - State DONE from TODO [2013-12-02 Mon 17:31] - State

Re: [O] Cygwin (org-open-file (org-odt-export-to-odt nil s v) 'system) opens odt as zip

2013-12-01 Thread Jambunathan K
Miguel Ruiz rbeni...@yahoo.es writes: (defconst org-file-apps-defaults-cygwin '((remote . emacs) (t . cygstart %s) (system . cygstart %s) (ps.gz . gv %s) (eps.gz . gv %s) (dvi . xdvi %s) (fig . xfig %s))) (defun org-default-apps () Return the default applications for this operating