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.
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:
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
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
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