Re: [PATCH] lisp/org.el: Fix `org-fill-paragraph' in lists when `mark-active'

2022-07-20 Thread Renato Ferreira
On Tue, 19 Jul 2022 19:36:35 +, SĂ©bastien Miquel said: > This should be fixed on main. If not, please say so. It's fixed. Thank you very much. -- Att., Renato Ferreira

Re: [PATCH] lisp/org.el: Fix `org-fill-paragraph' in lists when `mark-active'

2022-05-31 Thread Renato Ferreira
. Sed diam. Praesent fermentum tempor tellus. ``` -- Att., Renato Ferreira

[PATCH] lisp/org.el: Fix `org-fill-paragraph' in lists when `mark-active'

2022-05-31 Thread Renato Ferreira
* org.el (org-fill-paragraph): Fill also the paragraph at `region-beginning' when filling plain lists with active region. TINYCHANGE --- lisp/org.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 6842bfe9b..8ba5f4590 100644 ---

Re: [PATCH] org-agenda.el: Rename org-agenda-format-item parameters

2021-03-30 Thread Renato Ferreira
src ``` Note the "% l" on the todo format to use level variable. Evaluating this will result in "if: Symbol’s value as variable is void: level" in commit 68db6fc06. -- Att., Renato Ferreira

[PATCH] org-agenda.el: Rename org-agenda-format-item parameters

2021-03-25 Thread Renato Ferreira
* org-agenda.el (org-agenda-format-item): Rename parameters so they don't clash with dynamic variables used by `org-prefix-format-compiled'. TINYCHANGE --- lisp/org-agenda.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el

[O] [PATCH] org.el (org-todo): Respect state argument when called from elisp

2019-08-16 Thread Renato Ferreira
(org-todo): Fast selection should only be shown if a state argument was not used * list/org.el (org-todo): Respect argument when called from elisp when calling from elisp (such as in `org-clock-in'). TINYCHANGE --- lisp/org.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [O] [PATCH] org-protocol.el: Fix `org-protocol-capture' return value

2018-12-19 Thread Renato Ferreira
On Wed, 19 Dec 2018 22:17:47 +0100, Nicolas Goaziou said: > Let me know if it fixes the issue. Fixed. Thank you very much! -- Renato Ferreira

[O] [PATCH] org-protocol.el: Fix `org-protocol-capture' return value

2018-12-18 Thread Renato Ferreira
Hello, This fixes `org-protocol-capture' removing the message because protocols with :kill-client exit it with `server-edit' causing `server-visit-files' to receive "Item captured." which it interpret as a file name. -- Renato Ferreira >From 50a575a9816d65ae02443a149070763bf33b52

[O] Bug: org-files-list duplicate files [9.1.3 (9.1.3-29-g037db0-elpa @ ~/.emacs.d/elpa/org-20171204/)]

2017-12-05 Thread Renato Ferreira
(9.1.3-29-g037db0-elpa @ ~/.emacs.d/elpa/org-20171204/) -- Att., Renato Ferreira

Re: [O] [PATCH] org-agenda.el Correct :inherit on org-agenda-fontify-priorities

2016-11-04 Thread Renato Ferreira
Fixes "Invalid face attribute/reference" errors * lisp/org-agenda.el (org-agenda-fontify-priorities): generates correct :inherit face property. --- lisp/org-agenda.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index

[O] [PATCH] org-agenda.el Correct :inherit on org-agenda-fontify-priorities

2016-11-04 Thread Renato Ferreira
ut now i'm using melpa so it would be great if someone could verify and merge this. Thanks a lot, Renato Ferreira PATCH: --- org-agenda.el Correct :inherit on org-agenda-fontify-priorities * Fixes "Invalid face attribute/reference" errors --- lisp/org-agenda.el | 4 ++-- 1 file chang

Re: [O] Bug: Priority #B in Agenda causes invalid face reference [8.2.1 (8.2.1-15-ge5cecc-elpa @ /Users/Paul/.emacs.d/elpa/org-20131021/)]

2015-04-29 Thread Renato Ferreira
reference: nil I hope that helps, thanks already for looking into it! Renato Ferreira