Re: [O] DEADLINE: position in entry

2016-11-28 Thread Yasushi SHOJI
Hi Nicolas, On Fri, 25 Nov 2016 20:24:31 +0900, Nicolas Goaziou wrote: > > I cannot reproduce your problem? Could you try with -Q (and a minimal > Org configuration)? Hmm... That's what I did and got the following: Week-agenda (W48): Monday 28 November 2016 W48 a: DONE org Tuesda

[O] [PATCH] org.el: Relax the match criteria for MathML header line

2016-11-28 Thread Lixin Chin
Hi everyone, This fixes a minor bug in converting LaTeX equations to MathML. The default match criteria for the toplevel is unnecessarily strict, and should probably be relaxed. Thanks, Lixin Chin * lisp/org.el (org-create-math-formula): Allow the xmlns attribute to be preceded by any other

[O] [PATCH] ox-odt.el: Fix LaTeX formulae in opendocument exports

2016-11-28 Thread Lixin Chin
Hi everyone, Fixing a bug in org-mode 9.0 where setting a LaTeX -> MathML converter (`org-latex-to-mathml-convert-command') and exporting an org-mode document containing LaTeX equations to opendocument fails. Thank you, Lixin Chin * lisp/ox-odt.el (org-odt--translate-latex-fragments): Apply sig

Re: [O] Bug: Errors when installing from package.el [9.0.1 (9.0.1-elpa @ /home/rrt/.emacs.d/elpa/org-20161118/)]

2016-11-28 Thread Reuben Thomas
On 28 November 2016 at 22:50, Reuben Thomas wrote: > > > Invalid function async-start > ​Apologies, this is nothing to do with org-mode. Please ignore this report!​

[O] Bug: Errors when installing from package.el [9.0.1 (9.0.1-elpa @ /home/rrt/.emacs.d/elpa/org-20161118/)]

2016-11-28 Thread Reuben Thomas
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. -

Re: [O] [bug] timed repeater shows up in wrong place

2016-11-28 Thread Samuel Wales
by the way, the echo area already shows some information on olpath. it could also show the number of days since the last repeat instance, and the number of days since the timestamp date.

Re: [O] [bug] timed repeater shows up in wrong place

2016-11-28 Thread Samuel Wales
On 11/28/16, cesar mena wrote: > right the rationale there is that it would be misleading to show 2x > when you really haven't "doneify" the task for more than 72 days. but, > alas, this is what org 8 does. misleading for your use case, but not misleading for mine. :] > i generate a file for the

Re: [O] [bug] timed repeater shows up in wrong place

2016-11-28 Thread Samuel Wales
On 11/28/16, Nicolas Goaziou wrote: > It shows first repeat. I assume you tested that yesterday, so you got > the repeat for today. Since the repeat didn't trigger "today" (which is > actually yesterday), it also displays a reminder for the scheduled item > there. thanks for the explanation. the

Re: [O] Add support for sqsh sql src blocks

2016-11-28 Thread Nicolas Goaziou
Hello, MaDhAt2r writes: > ob-sql-el: Add support for `sqsh' as an SQL engine Thank you for the patch. Some comments follow. > - (`mssql "SET NOCOUNT ON > + ((or `mssql `sqsh ) "SET NOCOUNT ON There is a spurious white space above. > - (org-babel-expand-body:sql body params

Re: [O] v9.0 running babel blocks

2016-11-28 Thread Ista Zahn
On Nov 28, 2016 5:54 AM, "Alan Schmitt" wrote: > > Hello again, > > On 2016-11-28 09:01, Alan Schmitt writes: > > > I'm sorry to write again about this, but the problem has come back, and > > reinstalling org-plus-contrib did not make it go away this time. Do you perhaps have both org and org-pl

Re: [O] [bug] timed repeater shows up in wrong place

2016-11-28 Thread cesar mena
hello list, nicolas, samuel, On Mon, Nov 28, 2016 at 2:34 AM, Nicolas Goaziou wrote: > Hello, > > Samuel Wales writes: > >> On 11/27/16, Nicolas Goaziou wrote: >>> I pushed a few more fixed in plain time-stamps and deadlines. Please >>> report if you find anything suspicious. >> >> please try t

Re: [O] Changed indentation of property blocks?

2016-11-28 Thread Colin Baxter
On Fri, Nov 25 2016, Karl Voit wrote: > Hi! > > I upgraded my Org-mode maint branch from approx. July to current. > > GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) > > Now I noticed a different behavior when adding a new heading via Alt-RET (or > org-insert-heading-respect-content):

Re: [O] Bug: Latex export fails with link in headline

2016-11-28 Thread Nicolas Goaziou
Hello, Scott Otterson writes: > Latex export sometimes fails when I put a link in a headline Usually, > links in headlines work fine but below is an example that doesn't (error > message in emacs buffer attached); If I remove the link, the export is > successful. > > -- tmp.org

Re: [O] v9.0 running babel blocks

2016-11-28 Thread Alan Schmitt
Hello again, On 2016-11-28 09:01, Alan Schmitt writes: > I'm sorry to write again about this, but the problem has come back, and > reinstalling org-plus-contrib did not make it go away this time. > > I'm pretty sure this is not a problem with org itself, but some > interaction with other package

[O] Bug: Latex export fails with link in headline

2016-11-28 Thread Scott Otterson
Latex export sometimes fails when I put a link in a headline Usually, links in headlines work fine but below is an example that doesn't (error message in emacs buffer attached); If I remove the link, the export is successful. -- tmp.org

Re: [O] v9.0 running babel blocks

2016-11-28 Thread Alan Schmitt
Hello, I'm sorry to write again about this, but the problem has come back, and reinstalling org-plus-contrib did not make it go away this time. I'm pretty sure this is not a problem with org itself, but some interaction with other packages (I'm using Spacemacs so there are many things happening u