Re: [O] [PATCH] Add Support for Evernote in Org-Mac Link

2015-12-18 Thread Alan Schmitt
On 2015-12-14 19:08, Mike McLean writes: > The attached patch adds support for Evernote Note links in > contrib/org-mac-link.el Pushed, thanks. Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 Athmospheric CO₂ (Updated December 13, 2015, Mauna Loa Obs.): 401.31 ppm

[O] [PATCH] ob-sql.el: Add support for Oracle via sqlplus

2015-12-18 Thread Peter Feigl
* lisp/ob-sql.el: Add a database type 'oracle that uses sqlplus to support running SQL blocks against an Oracle database. Use with properties like this (all mandatory): :engine oracle :dbhost :dbport <1521> :dbuser :database :dbpassword TINYCHANGE --- lisp/ob-sql.el | 22

Re: [O] [PATCH] - Org Mac Outlook - Fix Call to Outlook in some cases

2015-12-18 Thread Alan Schmitt
On 2015-12-14 18:12, Mike McLean writes: > Updated to fix a typo in the defcustom’s documentation string. Applied and pushed, thanks. Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 Athmospheric CO₂ (Updated December 13, 2015, Mauna Loa Obs.): 401.31 ppm signature.asc

Re: [O] evaluation issue with ocaml code (due to changes to org-babel-comint-with-output)

2015-12-18 Thread Alan Schmitt
Hello, Can I push this? Thanks, Alan On 2015-12-16 21:29, Alan Schmitt writes: > Hello, > > I finally found the issue (using the plain debugger): the call to > org-babel-comint-with-output was set to remove the echo, but the only > time there is an echo of the

Re: [O] Bug: exporter bug [8.3.1 (8.3.1-elpaplus /home/dfeich/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-12-18 Thread Ilya Yanok
Hello, thanks for your reply. On Thu, Dec 17, 2015 at 6:03 PM Nicolas Goaziou wrote: > Since cd439bc5138fc22a4f2532f90c87629c1deec3e3 (committed 2 years ago), > `org-element-set-element' can handle strings fine. > Yes, you are right. I got confused by the indentation.

[O] Need some help in customizing ox-texinfo

2015-12-18 Thread Oleh Krehel
Hello, I'm exporting an Org-mode document to Texinfo currently, but I'm having an inconvenience with production of @subsubheading items. What I'm doing right now: #+BEGIN_TEXINFO @subsubheading #+END_TEXINFO What I would like to have instead: * :@subsubheading

Re: [O] Bug in table formular - last column specifier broken

2015-12-18 Thread Nick Dokos
Stefan Nobis writes: > Hi. > > With the last update to Org-mode version 8.3.2 > (8.3.2-48-g700b8e-elpaplus) the following table formular breaks: > > > | | Mon | Tue | Wed | Thu | Fri | Sat | Sun | Sum | >

[O] CDlatex

2015-12-18 Thread Doyley, Marvin M.
Hi there, I just upgrade my org-mode, and it seems that the function turn-on-org-cdlatex is no longer available, or maybe I am messing something. M ---

Re: [O] CDlatex

2015-12-18 Thread Nick Dokos
"Doyley, Marvin M." writes: > I just upgrade my org-mode, and it seems that the function > turn-on-org-cdlatex is no longer available, or maybe I am messing > something. It's still there in org.el, line 18812 or thereabouts. -- Nick

Re: [O] Need some help in customizing ox-texinfo

2015-12-18 Thread Nicolas Goaziou
Hello, Oleh Krehel writes: > I'm exporting an Org-mode document to Texinfo currently, but I'm having > an inconvenience with production of @subsubheading items. > > What I'm doing right now: > > #+BEGIN_TEXINFO > @subsubheading > #+END_TEXINFO > > > What I

Re: [O] proposed change of org-gnus-store-link for nnir groups

2015-12-18 Thread Nicolas Goaziou
Hello, Thomas Alexander Gerds writes: > yes, I now found the "how to contribute" page :) the updated patch is > attached. thanks! Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Problem with org-export--delete-comments

2015-12-18 Thread Nicolas Goaziou
Hello, Ethan Ligon writes: > It seems odd that a comment ends a paragraph, but does not end > a footnote! Not really, paragraphs and footnote definitions are different beast, since the latter can contain the former. Regards, -- Nicolas Goaziou

Re: [O] [RFC] Removal of [1]-like footnotes

2015-12-18 Thread Nicolas Goaziou
Hello, Rasmus writes: > Can I now write: > > X[fn:1] > > [1] foot Uh? No. > If so, why the need for the fanciness? Why not just require label and > reference to be the same? I doesn’t sound like something that would be > nice to have to explain to an Org newcomer. I

Re: [O] Bug in table formular - last column specifier broken

2015-12-18 Thread Nicolas Goaziou
Hello, Stefan Nobis writes: > With the last update to Org-mode version 8.3.2 > (8.3.2-48-g700b8e-elpaplus) the following table formular breaks: > > > | | Mon | Tue | Wed | Thu | Fri | Sat | Sun | Sum | >

Re: [O] evaluation issue with ocaml code (due to changes to org-babel-comint-with-output)

2015-12-18 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > Can I push this? I have no objection. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] org-protocol: Allow key=val=value2-style URLs

2015-12-18 Thread Sacha Chua
Sacha Chua writes: Hello, all! > On second thought, your suggestion for always unhexifying makes the > calls from the other handlers simpler, so I've attached a corrected patch. Following up on this patch. Do you need anything else from me before you merge this? What

Re: [O] How to display full paths in agenda?

2015-12-18 Thread Nick Dokos
Marcin Borkowski writes: > Hi all, > > I'm pretty sure I read somewhere about a possibility to display not only > the headlines, but the full paths in the agenda, so that > > * aaa > ** bbb > > is displayed as `aaa/bbb' and not as `aaa' (or something like that). > I can't find it

Re: [O] [RFC] Removal of [1]-like footnotes

2015-12-18 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> Can I now write: >> >> X[fn:1] >> >> [1] foot > > Uh? No. > [...] Very good! Thanks for clarifying. Rasmus -- A page of history is worth a volume of logic

[O] capture template for .ics invitation in vm

2015-12-18 Thread prayner
In reality probably an embarrassing emacs-lisp error on my part. I'm trying to make a capture template for turning the very frequent invitations I get in .ics format (I think) into org agenda items. The basis is the ical2org awk script maintained by Eric Fraga. My template is defined as follows:

[O] How to display full paths in agenda?

2015-12-18 Thread Marcin Borkowski
Hi all, I'm pretty sure I read somewhere about a possibility to display not only the headlines, but the full paths in the agenda, so that * aaa ** bbb is displayed as `aaa/bbb' and not as `aaa' (or something like that). I can't find it anywhere, though. Any hints? TIA, -- Marcin Borkowski

Re: [O] How to display full paths in agenda?

2015-12-18 Thread Eric Abrahamsen
Marcin Borkowski writes: > Hi all, > > I'm pretty sure I read somewhere about a possibility to display not only > the headlines, but the full paths in the agenda, so that > > * aaa > ** bbb > > is displayed as `aaa/bbb' and not as `aaa' (or something like that). > I can't find it