[O] [patchattached] Store link to url of eww

2014-09-23 Thread marcowahlsoft
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

Re: [O] [PATCH][mini] bulk-mark-regexp and -toggle also with time grid

2014-09-20 Thread marcowahlsoft
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

[O] [PATCH] Fix to determine a bulk-markable line

2014-09-20 Thread marcowahlsoft
* 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.

Re: [O] [PATCH][mini] bulk-mark-regexp and -toggle also with time grid

2014-09-19 Thread marcowahlsoft
> (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/

[O] [PATCH][mini] bulk-mark-regexp and -toggle also with time grid

2014-09-18 Thread marcowahlsoft
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 *,

[O] Docu bug for key of 'org-babel-load-in-session'

2014-07-14 Thread marcowahlsoft
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 ---

[O] Latest Speed Keys "D" and "U" behavior

2014-06-23 Thread marcowahlsoft
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