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