Re: [O] Ediff org files starts folded

2017-11-02 Thread Stig Brautaset
Oleh Krehel writes: > Here's what I use: > > (defun ora-ediff-prepare-buffer () > (when (memq major-mode '(org-mode emacs-lisp-mode)) > (outline-show-all))) > > (add-hook 'ediff-prepare-buffer-hook 'ora-ediff-prepare-buffer) Thank you! This works very well for me.

Re: [O] Bug: org-2ft and/or float-time is wrong [9.1.2 (9.1.2-22-ga2a034-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20171023/)]

2017-11-02 Thread Tim Cross
Allen Li writes: > On Wed, Nov 1, 2017 at 9:56 PM, Tim Cross wrote: >> > >> To correctly fix this, I feel more analysis is warranted. I'm prepared >> to look at this and present a summary and options, but it will have to >> wait until after 21st

Re: [O] Bug: org-2ft and/or float-time is wrong [9.1.2 (9.1.2-22-ga2a034-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20171023/)]

2017-11-02 Thread Nick Dokos
Allen Li writes: > ... > I'm not familiar with refactoring FOSS code via mailed patches, nor if > Org maintainers would welcome such patches, but I would be willing to > do some refactoring here. > See http://orgmode.org/worg/org-contribute.html -- Nick

Re: [O] ``make test'' failure

2017-11-02 Thread Nick Dokos
Nicolas Goaziou writes: > There is a non-deterministic part in that failure since neither our > Build nor my machine can reproduce it. > > Could you try the following patch and tell me if the test succeed? > Yes, indeed: the test passes here with the patch. Thanks! --

[O] [PATCH] org-capture: cannot abort cleanly after inserting at end of buffer

2017-11-02 Thread Xavier Martinez-Hidalgo
Hi, After the following steps: - Start a capture. - Move to end of capture buffer (M->). - Type some text. - Abort capture (C-c C-k). the capture is aborted but its contents are not removed from the target buffer and the following message is shown: "Capture process aborted, but target buffer

Re: [O] MathJax beyond org-html-mathjax-options?

2017-11-02 Thread Rasmus
Lawrence Bottorff writes: > I'm trying to get a typical Latex strikethrough with MathJax in an HTML > export, i.e., \cancel{thing} puts line through "thing". This > tells me how. But I > don't know how to include this MathJax

Re: [O] Bug: org-2ft and/or float-time is wrong [9.1.2 (9.1.2-22-ga2a034-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20171023/)]

2017-11-02 Thread Tim Cross
In a couple of weeks, I will have some spare time and I am happy to look at the time related functions in org-mode to see if we can refactor them to make them a bit clearer and possibly more efficient. I would be hoping for input from the list as guidance experience has taught me that date/time

Re: [O] Footnotes-per-element?

2017-11-02 Thread Rasmus
torys.ander...@gmail.com (Tory S. Anderson) writes: > THanks for this; it may be a workable solution. The trick is, I didn't > generate the footnotes myself -- I have concatenated a bunch of > html -> orgmode pandoc outputs. Still an elisp find-and-replace might > do what I need. I was just

Re: [O] Bug: org-2ft and/or float-time is wrong [9.1.2 (9.1.2-22-ga2a034-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20171023/)]

2017-11-02 Thread Nicolas Goaziou
Hello, Allen Li writes: > Alas, I still can't seem to find the original DST bug. I'm not sure > using UTC solves DST problems. > > For example, in the timezone America/Los_Angeles, > > <2017-11-05 01:00:00> -> <2017-11-05 04:00:00> = 4 hours > <2017-10-10 01:00:00> ->