Re: [PATCH] Re: [BUG] org-element-map doco should refer to org-element-parse-buffer [9.5.2 (9.5.2-gfbff08 @ /home/phil/.emacs.d/elpa/org-9.5.2/)]

2022-05-14 Thread Phil Hudson
Thanks so much, Ihor. On Sat, 14 May 2022 at 06:08, Ihor Radchenko wrote: > > Phil Hudson writes: > > > Thanks Ihor, that's great! > > > > One tiny nit-pick: I think "e.g." is deprecated in favor of the > > explicit literal "for example". M

Re: org-agenda-filter-by-tag doco

2022-05-08 Thread Phil Hudson
Fair enough. I follow your reasoning and it seems sound. Please close. On Sun, 8 May 2022 at 14:07, Ihor Radchenko wrote: > > Phil Hudson writes: > > > I'd like to expand the docstring of command `org-agenda-filter-by-tag` > > to document the Elisp equivalent of interac

Re: [BUG] org-compile-prefix-format doco is incomplete [9.5.2 (9.5.2-gfbff08 @ /home/phil/.emacs.d/elpa/org-9.5.2/)]

2022-05-03 Thread Phil Hudson
Thanks again Ihor! On Tue, 3 May 2022 at 04:44, Ihor Radchenko wrote: > > Phil Hudson writes: > > > Function org-compile-prefix-format in file org-agenda.el (line 6917 in > > Org 9.5.2) does not properly document parameter `key'. > > Thanks! Fixed on main via 5d3173cb0. > > Best, > Ihor

Re: [PATCH] Re: [BUG] org-element-map doco should refer to org-element-parse-buffer [9.5.2 (9.5.2-gfbff08 @ /home/phil/.emacs.d/elpa/org-9.5.2/)]

2022-05-03 Thread Phil Hudson
;, which I think should probably be just "object types". Might as well fix that while we're at it. Best, Phil On Tue, 3 May 2022 at 04:43, Ihor Radchenko wrote: > > Phil Hudson writes: > > > The documentation for function `org-element-parse-buffer' he

[BUG] org-element-map doco should refer to org-element-parse-buffer [9.5.2 (9.5.2-gfbff08 @ /home/phil/.emacs.d/elpa/org-9.5.2/)]

2022-03-30 Thread Phil Hudson
The documentation for function `org-element-parse-buffer' helpfully directs the user to that of function `org-element-map', but the documentation for the latter makes no mention of `org-element-parse-buffer'. It contains lengthy and helpful explanations of what to do with its `data' parameter, but

[BUG] org-compile-prefix-format doco is incomplete [9.5.2 (9.5.2-gfbff08 @ /home/phil/.emacs.d/elpa/org-9.5.2/)]

2022-03-30 Thread Phil Hudson
Function org-compile-prefix-format in file org-agenda.el (line 6917 in Org 9.5.2) does not properly document parameter `key'. Emacs : GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2021-08-28 Package: Org mode version 9.5.2 (9.5.2-gfbff08 @

org-agenda-filter-by-tag doco

2021-11-28 Thread Phil Hudson
I'd like to expand the docstring of command `org-agenda-filter-by-tag` to document the Elisp equivalent of interactive prefix arguments. By trial and error and guesswork I determined that I could emulate `C-u C-u` by passing `'(16)` as the second argument (`strip-or-accumulate`). I'd like to add

[BUG] require org-macs at compile time [9.5 (9.5-g0a86ad @ /home/phil/.emacs.d/elpa/org-9.5/)]

2021-10-19 Thread Phil Hudson
The macro `org-dlet' is not expanded in file org-agenda.el at compile time when installing Org 9.5 from ELPA. It is plain-top-level require'd. I think that (require 'org-macs) form should be wrapped in an `eval-and-compile' form. Emacs : GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, X toolkit,

Re: [PATCH] Re: RFE: Capture: property prompt: default completion

2020-09-23 Thread Phil Hudson
On Wed, 23 Sep 2020 at 12:15, Bastien wrote: > > Sorry, I should have mentioned this, but the patch does not apply on > master. If you have time to merge recent changes and reformat it, I > can apply it right afterwarsds, otherwise I will try to do it myself > later this week. OK, herewith.

Re: [PATCH] Re: RFE: Capture: property prompt: default completion

2020-09-23 Thread Phil Hudson
On Wed, 23 Sep 2020 at 08:21, Bastien wrote: > It looks good to me. > > Can you update your patch by adding a proper commit message? Herewith. Hope I've got it right. I've signed the FSF papers. org-capture.el: Give a default value when prompting for a property * lisp/org-capture.el

[PATCH] Re: RFE: Capture: property prompt: default completion

2020-09-14 Thread Phil Hudson
Sorry, should have changed the subject. Re-sending patch (no alterations). On Mon, 14 Sep 2020 at 00:32, Phil Hudson wrote: > > On Sat, 12 Sep 2020 at 19:20, Phil Hudson wrote: > > > > I'd like us to add the ability to provide a default completion value > > for a prop

Re: RFE: Capture: property prompt: default completion

2020-09-13 Thread Phil Hudson
On Sat, 12 Sep 2020 at 19:20, Phil Hudson wrote: > > I'd like us to add the ability to provide a default completion value > for a property prompt in a capture template, as already exists for a > non-property prompt. > > So where at the moment we can have: > > %^{pr

RFE: Capture: property prompt: default completion

2020-09-12 Thread Phil Hudson
I'd like us to add the ability to provide a default completion value for a property prompt in a capture template, as already exists for a non-property prompt. So where at the moment we can have: %^{prompt|default|completion2|completion3|...} I want, by analogy: %^{prop|default}p with

[O] History list for %^{...} in capture

2016-05-20 Thread Phil Hudson
busy"? Useful? Not useful? -- Phil Hudson http://hudson-it.ddns.net @UWascalWabbit PGP/GnuPG ID: 0x887DCA63

[O] [PATCH] org-capture.el: Support all capture template target-file variants in Customize

2016-05-16 Thread Phil Hudson
>From ef813011fbe2fd47e5bdd623a6cff0878074de0c Mon Sep 17 00:00:00 2001 From: Phil Hudson <phil.hud...@iname.com> Date: Mon, 16 May 2016 09:32:06 +0100 Subject: [PATCH] org-capture.el: Support all capture template target-file variants in Customize * lisp/org-capture.el (`org-capture-

Re: [O] org mode capture to headline at point

2016-05-13 Thread Phil Hudson
a new entry below point. Then you can just C-c C-c to get your capture where you want it instead of C-c C-w, no refile required. -- Phil Hudson http://hudson-it.ddns.net @UWascalWabbit PGP/GnuPG ID: 0x887DCA63

[O] [PATCH 2/2] org-capture.el: Support all target file specifiction variants in Customize

2016-05-11 Thread Phil Hudson
>From 9ca987e6580ef633c961bf2023813d8544a0d36b Mon Sep 17 00:00:00 2001 From: Phil Hudson <phil.hud...@iname.com> Date: Wed, 11 May 2016 22:49:01 +0100 Subject: [PATCH 2/2] org-capture.el: Support all target file specifiction variants in Customize * lisp/org-capture.el (`org-capture-

[O] [PATCH 1/2] org-agenda.el: Fix `org-agenda-bulk-custom-functions' supported Customize type

2016-05-11 Thread Phil Hudson
>From 256cf1f854e902de392a325ec4b9c8204fb84a21 Mon Sep 17 00:00:00 2001 From: Phil Hudson <phil.hud...@iname.com> Date: Wed, 11 May 2016 15:34:12 +0100 Subject: [PATCH 1/2] org-agenda.el: Fix `org-agenda-bulk-custom-functions' supported Customize type * org-agenda.el (`org-agenda-bu

[O] [PATCH] org-agenda.el: Fix `org-agenda-bulk-custom-functions' supported Customize type

2016-05-11 Thread Phil Hudson
only applies if you haven't signed the papers. Here's the git format-patch output: >From 256cf1f854e902de392a325ec4b9c8204fb84a21 Mon Sep 17 00:00:00 2001 From: Phil Hudson <phil.hud...@iname.com> Date: Wed, 11 May 2016 15:34:12 +0100 Subject: [PATCH] org-agenda.el: Fix `org-agenda-bu

Re: [O] Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)]

2016-05-11 Thread Phil Hudson
On Wed, 11 May 2016 at 12:44:17 am BST, David Dynerman <da...@block-party.net> wrote: > I would like to manually save the buffer to a file by calling > write-file (C-x C-w) Would `write-region' not be what you want? -- Phil Hudson http://hudson-it.ddns.net @U

Re: [O] Bug: Capture template file source variant support in Customize [8.3.4 (8.3.4-47-gaf853d-elpa @ /home/phil/.emacs.d/elpa/org-20160502/)]

2016-05-10 Thread Phil Hudson
On Tue, 10 May 2016 at 10:21:12 pm BST, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Phil Hudson <phil.hud...@iname.com> writes: > >> Expected: When using the Customize interface to create/edit an Org >> capture template, we expect t

Re: [O] Org 8.3.4 - Problems with bulk reschedule in agenda

2016-05-10 Thread Phil Hudson
ug'? That would be my next step. (info "(elisp) Edebug") -- Phil Hudson http://hudson-it.ddns.net @UWascalWabbit PGP/GnuPG ID: 0x887DCA63

[O] Patches sent

2016-05-09 Thread Phil Hudson
Is there anything further I need to do to get the two patches I sent over the weekend merged (or constructively rejected)? They seem to have died a death. -- Phil Hudson http://hudson-it.ddns.net @UWascalWabbit PGP/GnuPG ID: 0x887DCA63

[O] org-agenda-bulk-custom-functions Customize mismatch

2016-05-08 Thread Phil Hudson
already broken. The second approach is as simple as changing that `cadr` to a `cdr`, but it does risk breaking working configs where the alist was populated procedurally. I propose the first. Here's a patch. -- Phil Hudson http://hudson-it.ddns.net @UWascalWabbit PGP

[O] Bug: Capture template file source variant support in Customize [8.3.4 (8.3.4-47-gaf853d-elpa @ /home/phil/.emacs.d/elpa/org-20160502/)]

2016-05-07 Thread Phil Hudson
nding your acceptance of this patch, at which point I can revert to the simpler filename-producing function I wanted to use initially. -- Phil Hudson http://hudson-it.ddns.net @UWascalWabbit PGP/GnuPG ID: 0x887DCA63 --- org-20160502/org-capture.el 2016-05-07 10:18:26

[O] Bug: Need additional context 'protocol' for capture templates [8.3.2 (8.3.2-39-gd537a3-elpa @ /home/phil/.emacs.d/elpa/org-20151123/)]

2015-12-10 Thread Phil Hudson
. 69) ("work" . 119) ("edu" . 92) ("email" . 64) ("hands_on" . 95) ("paperwork" . 80) ("read" . 114) ("buy" . 98) ("meeting" . 35) ("coding" . 42) ("travel" . 84) ("leisure" . 76) ("family" . 70) ("pets" . 96) ("health" . 72) ("finance" . 102) ("webapps" . 87) ("mac" . 109) ("_n_x" . 117) ("research" . 63) ("security" . 126) ("emacs" . 101) ("screen" . 115) ("tcsh" . 116) ("lisp" . 108) ("shell" . 83) ("vm" . 118) ("ux" . 85) ("bug" . 66) ("rfe" . 82) ("db" . 68) ("officialdom" . 60) ("next" . 110) ("social" . 120) ("Android" . 97) ("scm" . 47) ("testing" . 33) ("debian" . 100) ("network" . 78) ("weekend" . 91)) ) -- Phil Hudson http://hudson-it.ddns.net @UWascalWabbit PGP/GnuPG ID: 0x887DCA63

[O] Bug: RFE: Truncate habit history [8.2.10 (8.2.10-33-g880a2b-elpa @ /home/phil/.emacs.d/elpa/org-20150216/)]

2015-02-24 Thread Phil Hudson
. 68) (officialdom . 60) (next . 110) (social . 120) (Android . 97) (scm . 47) (testing . 33) (debian . 100) (network . 78)) ) -- Phil Hudson http://hudson-it.ddns.net @UWascalWabbit PGP/GnuPG