Re: [O] Bug: org-agenda-overriding-columns-format destroyed on revert [9.2.1 (9.2.1-2-gc6d37c-elpaplus)]

2019-02-16 Thread Allen Li
On Wed, Feb 13, 2019 at 8:17 AM Allen Li wrote: > > 0. Make /tmp/tmp.org containing > > * TODO foo bar > > 1. emacs -Q > 2. Eval (setq org-agenda-custom-commands '(("n" "n" alltodo "" > ((org-agenda-overriding-columns-format "%TODO") > 3. Eval (setq org-agenda-files '("/tmp/tmp.org")) > 4. M-

Re: [O] [PATCH] org.el: Fix newline at eob in org-insert-heading

2019-02-16 Thread Leo Vivier
Hello, Nicolas Goaziou writes: >> The problem is due to `eobp' returning t when point is on the last >> character of the narrowed buffer (as explained in its docstring). >> Since those `eobp' predicates in `org-insert-heading' are probably >> there to ensure a newline at the end of the *file*, c

Re: [O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-16 Thread Nick Helm
Thank you for your response. Nicolas Goaziou writes: > Nick Helm writes: >> >> The column is no longer right aligned. > > This is by design, so you can often edit the field without expanding the > column. I'm not sure I follow. Are you saying the ability align cell contents in a shrunk column

[O] org-insert-dblock columnview: configure: interchange timestamp and item

2019-02-16 Thread Uwe Brauer
Hi Suppose I have * Overview #+COLUMNS: %TIMESTAMP %25ITEM ** Introduction :StatNum: <2019-01-29 Tue> ** Theory of everything :StatNum: <2019-01-31 Thu> Then org-insert-dblock inserts (using column view) #+BEGIN: columnview :hlines 1 :id lo

Re: [O] [PATCH] org.el: Fix newline at eob in org-insert-heading

2019-02-16 Thread Nicolas Goaziou
Hello, Leo Vivier writes: > * lisp/org.el (org-insert-heading): Check if narrowed before inserting > newline at eob > > When narrowed into an org-buffer (e.g. when capturing), adding a new > heading with C- or M- on the last line of a > buffer (i.e. that not without a newline at the end) would r