Reproduction steps (tested w/ emacs -Q):
Version: GNU Emacs 26.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.8) of 2019-04-13
1. M-x org-mode
2. (insert "* ")
3. M-x org-set-tags-command, enter any tag name
4. M-x org-todo
The tag jumps right next to the asterisk (expect
--text follows this line--
Hi.
* Issue:
1. Use max length format %., example
(setq org-agenda-prefix-format
'((agenda . " %i %-4.4 c%?-12t% s") ;; (agenda . " %i %-12:c%?-12t%
s")
(timeline . " % s")
(todo . " %i %-4.4 c%?-12t% s");; (todo . " %i %-12:c")
(t
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
--
Le sam. 27 juil. 2019 à 11:32:01 , Bob Newell
a envoyé ce message:
> Bonjour Josef,
>
> Je ne suis pas assez doué avec org-mode pour donner des conseils
> expertes. Mais j'ai quand même une idée. Peut-être vous pouviez utiliser
> 'advice' au lieu d'un 'hook' sur org-capture-finalize
>
> Par exemp
Hello,
Andrés Ramírez wrote at 14:30 on August 10, 2019:
:
: Would it be possibe to render agenda in other language than English.
Mostly.
Localised day and month names are taken from your (apparently missing)
calendar setup. Make sure that your startup file setq's at least
these two variables:
Hi Thomas.
Thomas> Localised day and month names are taken from your (apparently
Thomas> missing) calendar setup. Make sure that your startup file
Thomas> setq's at least these two variables:
Thomas> - calendar-month-name-array - calendar-day-name-array (starts
Thomas> with $SUNDAY)
Thomas> Als
Guys,
This is a slightly offtopic, but I've been using org-mode and I love love
loveit. Was the writing of org-mode related in any way to Douglas
Engelbart's NLS/Augment system? A lot of the features seem to crossover. Or
is this simply coincidence?