Hello all,
since eww comes bundled with Emacs nowadays it feels natural to be able
store a link to the current url of an eww buffer. This functionality
has already been in place for w3m for a while.
Find a respective patch attached. I hope the fact that the patch is
attached is acceptable as we
Hi Nicolas,
>>> Mark all entries for future agenda bulk action.
>>> Currently this is not true if there is a time grid in the agenda buffer.
>>>
>>> Please consider to apply the attached patch.
>> ...
>
> Would you mind providing a proper commit message (don't forget the
> TINYCHANGE at the end) a
* lisp/org-agenda.el (org-agenda-bulk-mark,
org-agenda-bulk-mark-regexp, org-agenda-bulk-toggle-all): This fixes
e.g. org-agenda-bulk-mark-all when time-grid is shown.
TINYCHANGE
---
lisp/org-agenda.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/org-agenda.
> (org-agenda-bulk-mark-all)
>
> Mark all entries for future agenda bulk action.
> Currently this is not true if there is a time grid in the agenda buffer.
>
> Please consider to apply the attached patch.
I forgot one line in the previous patch. Please consider the new patch only.
diff --git a/
Hi!
>From the documentation for * in an agenda-buffer (C-h k *):
--8<---cut here---start->8---
* runs the command org-agenda-bulk-mark-all (found in
org-agenda-mode-map), which is an interactive compiled Lisp function
in `org-agenda.el'.
It is bound to *,
Hi!
I think the texi documentation of the key triggering
'org-babel-load-in-session' is not up to date. The documentation says
'C-up' but it looks like it should be 'M-up'.
Suggestion for a patch:
Modified doc/org.texi
diff --git a/doc/org.texi b/doc/org.texi
index b21c93d..05c1575 100644
---
Hi,
In the past speed key "D" (analog "U") on a headline moved the whole
subtree down. In the latest org-mode version the effect of speed key
"D" is to move the headline (and only just the headline) down. BTW this
change of behavior is due to a change in `org-shiftmetadown' AFAICT.
Is the user