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 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 thi

[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] - S

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

Re: [O] Babel support for the D language

2013-12-01 Thread Thierry Banel
Eric Schulte 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

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

2013-12-01 Thread Eric Schulte
Joost Helberg 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 why the r

Re: [O] Babel support for the D language

2013-12-01 Thread Eric Schulte
Thierry Banel writes: > Eric Schulte 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 free.

[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) (/usr/share/texmf-dist/te

[O] org-sort-agenda-notime-is-late is mishandled in org-cmp-ts

2013-12-01 Thread Michael Crouch
Bug report for 8.2.3c: When org-agenda-sorting-strategy is set to deadline-up (or similar values), the Global Todo list always places non-timestamped entries at the beginning, even when org-sort-agenda-notime-is-late is true. This is inconsistent with the behavior when org-agenda-sorting-strategy

Re: [O] Babel support for the D language

2013-12-01 Thread Thierry Banel
Eric Schulte 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 free.fr> writes: > Hi Eric That's awso

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

2013-12-01 Thread Nicolas Goaziou
Nicolas Goaziou 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

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 writes: > emacs-orgmode@gnu.org > > * Hi all Org fans. > > I added support in Org-Babel for e

Re: [O] Babel support for the D language

2013-12-01 Thread Thierry Banel
Thomas S. Dye tsdye.com> writes: > > Aloha Thierry, > > Thierry Banel 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 > Hi

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

2013-12-01 Thread Nicolas Goaziou
Hello, Jambunathan K 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 release. (If this is alre

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

2013-12-01 Thread Nicolas Goaziou
Hello, AW 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 | 16 |

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.

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