[O] [ox-odt, bug] no space after math

2015-02-26 Thread Rasmus
Hi, ox-odt doesn't insert space after math-fragments (at least when using mathml). It becomes particular annoying when converting from via LO to doc. Test case: * test x \(y\) z Convert via ox-odt and notice that it has essentially been transformed to x [\(y\)]z where [·] is some so

[O] Bug: message after org-clock-in [8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/torys/.emacs.d/elpa/org-20150223/)]

2015-02-26 Thread Tory S. Anderson
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-mode mailing list. -

[O] New Version 4.0.0 of org-index.el

2015-02-26 Thread Marc Ihm
Hi, version 4.0.0 of org-index.el has just been released: http://orgmode.org/w/org-mode.git?p=org-mode.git;a=blob_plain;f=contrib/lisp/org-index.el;hb=HEAD Here is its description: ;; Fast search for selected org headings and things outside of org. ;; ;; This package creates and updates an i

Re: [O] Citation syntax: a revised proposal

2015-02-26 Thread Aaron Ecay
Hi Thomas, 2015ko otsailak 25an, "Thomas S. Dye"-ek idatzi zuen: > > BibLaTeX has 6 standard "subtypes", which it calls "standard commands". > > A citation style can provide any number of specialized commands in > addition to the 6 standard commands. > > The various citation styles that ship wi

[O] Firefox 36 and Links

2015-02-26 Thread Scott Randby
I know this isn't exactly a question about org, but it affects org, so I'm hoping someone on this list might be willing to help me. The -remote command line option has been removed from Firefox 36: https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#-remote_remote_command As

Re: [O] Firefox 36 and Links

2015-02-26 Thread Nick Dokos
Scott Randby writes: > ... > I found a patch here: > > http://comments.gmane.org/gmane.emacs.bugs/99694 > > I can't get the patch to work with Emacs 24.3 or 24.2. This could be > due to my very poor knowledge of elisp or that the patch isn't > compatible with those versions of Emacs. > Does th

Re: [O] Firefox 36 and Links

2015-02-26 Thread Nick Dokos
Nick Dokos writes: > Scott Randby writes: > >> http://comments.gmane.org/gmane.emacs.bugs/99694 >> >> I can't get the patch to work with Emacs 24.3 or 24.2. This could be >> due to my very poor knowledge of elisp or that the patch isn't >> compatible with those versions of Emacs. >> > > Oh, it

Re: [O] Citation syntax: a revised proposal

2015-02-26 Thread Thomas S. Dye
Hi Aaron, Aaron Ecay writes: > Hi Thomas, > > 2015ko otsailak 25an, "Thomas S. Dye"-ek idatzi zuen: >> >> BibLaTeX has 6 standard "subtypes", which it calls "standard commands". >> >> A citation style can provide any number of specialized commands in >> addition to the 6 standard commands. >>

Re: [O] Firefox 36 and Links

2015-02-26 Thread Scott Randby
On 02/26/2015 06:33 PM, Nick Dokos wrote: Nick Dokos writes: Scott Randby writes: http://comments.gmane.org/gmane.emacs.bugs/99694 I can't get the patch to work with Emacs 24.3 or 24.2. This could be due to my very poor knowledge of elisp or that the patch isn't compatible with those ve

[O] agenda folding/hiding of sections?

2015-02-26 Thread Samuel Wales
i wonder if anybody has made the agenda sections fold or hide? i often find i want to hide the time section.

Re: [O] Here is a patch I want to add to org.el……

2015-02-26 Thread kuangdash
Here comes the reason: “C-c C-c” always removes all overlays in org files (such as formulas, images .etc ),but sometimes I only want to edit one and leave the others as it is (overlay). so, I modified the org.el .(maybe I should use “advice”……) Do you think it is deserved to patch it?