[O] Bug: org-paste-subtree may delete headline at point [9.1.14 (release_9.1.14-961-g5abfde)]

2018-10-04 Thread Dale Sedivec
Hi, I think I may have found a bug in org-paste-subtree in master branch where it will delete the content of the headline at point before yanking. Steps to reproduce: 1. Start a fresh Emacs along the lines of: mkdir /tmp/fake-home cd /tmp/fake-home git clone https://code.orgmode.org/bzg/org-mode.

[O] org-save-outline-visibility no longer saves drawer visibility

2018-02-02 Thread Dale Sedivec
Hi! I think maybe there's a bug in org-save-outline-visibility, or else I misunderstand what that macro is supposed to do. Test case: 1. Start Emacs 26.0.91 with -Q and load org-mode from master (release_9.1.6-419-g4b2006). 2. Make an org-mode buffer with contents: ~~ * Foo :PROPERTIES:

[O] Bug: Blank line when logging state changes [9.0.9 (9.0.9-692-gfbf31d.dirty-elpaplus @ /tmp/emacs/.emacs.d/elpa/org-plus-contrib-20170801/)]

2017-08-01 Thread Dale Sedivec
Hi! I think a recent change to org-split-string in master may have made logging of state changes a little uglier, adding "\\" and an empty line with trailing whitespace. Steps to reproduce: 1. Start fresh Emacs with no local configuration (e.g. mkdir /tmp/emacs && HOME=/tmp/emacs emacs) 2. Inst

Re: [O] Bug: clocktable interprets tstart/tend incorrectly, maybe? [9.0.9 (9.0.9-636-gd39ccc-elpaplus @ /tmp/emacs/.emacs.d/elpa/org-plus-contrib-20170709/)]

2017-07-14 Thread Dale Sedivec
On Mon, Jul 10, 2017 at 3:59 AM, Nicolas Goaziou wrote: > Hello, > > Dale Sedivec writes: > [...] > > I notice that as of 112c5ba479d, org-clocktable-steps parses :tstart and > > :tend with the ZONE argument to org-parse-time-string as T. I think this > > is ca

[O] Bug: clocktable interprets tstart/tend incorrectly, maybe? [9.0.9 (9.0.9-636-gd39ccc-elpaplus @ /tmp/emacs/.emacs.d/elpa/org-plus-contrib-20170709/)]

2017-07-09 Thread Dale Sedivec
Hi! I think clocktables may be parsing time zones incorrectly in :tstart and :tend, leading to incorrect output. Steps to reproduce: 1. Start a fresh Emacs within that same along the lines of: ~~ mkdir /tmp/emacs TZ=America/Chicago HOME=/tmp/emacs /path/to/emacs ~~ I *think* setting TZ