[PATCH] org-eldoc: Fix compatibility with eldoc 1.11 and Emacs 27

2021-04-13 Thread Trevor Murphy
* contrib/lisp/org-eldoc.el (org-eldoc-documentation-function): Check before invoking elisp eldoc functions from Emacs 28. The previous check assumed that the presence of eldoc 1.11 bindings implied elisp-mode bindings that come with Emacs>=28, but eldoc 1.11 is available on GNU Elpa so the

[O] Why does the clocking format in the mode line string look like this?

2016-05-22 Thread Trevor Murphy
Hey, list! When I clock into a task, I get a nice notification in my mode line. Except there's always been this one thing that confuses me. With an effort property on the task, the mode line looks like this: [0:00/0:30] (the task headline) But with no effort property set, the mode line

[O] [PATCH] Place `org-clock-heading' outside clock time.

2016-05-22 Thread Trevor Murphy
* org-clock.el (org-clock-get-clock-string): When `org-clock-effort' is nil, arrange the format string components separately, similar to how they are arranged when o-c-e is not-nil. --- lisp/org-clock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-clock.el

[O] How do you use `pre-scheduled' deadline skipping with repeaters?

2014-12-23 Thread Trevor Murphy
I want to hook into `org-auto-repeat-maybe'? So, yeah. Do others use this `pre-scheduled' workflow for repeating deadlines? If so, is there an obvious solution to this little nuisance that I'm not seeing? -- Trevor Murphy, ASA, MAAA GnuPG Key: 0x83881C0A

[O] What is the deal with `org-agenda-skip-deadline-prewarning-if-scheduled', 'pre-scheduled, and specific deadline lead times?

2014-10-08 Thread Trevor Murphy
about what I'm trying to do. -- Trevor Murphy GnuPG Key: 0x83881C0A

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Trevor Murphy
to discover - https://elpa.gnu.org/packages/org.html. For those who want an easy way to roll back to the 8/25 snapshot. -- Trevor Murphy GnuPG Key: 0x83881C0A

[O] [PATCH] New user option for org-agenda-show-and-scroll-up

2014-07-20 Thread Trevor Murphy
the alternate behavior I prefer. My not-so-secret hope is that this patch is suitable for applying to master. Please let me know if that's the case, or if there are some changes I can make that would get it there. I'm fine signing copyright assignment papers. Thanks for taking a look! -- Trevor

[O] [PATCH] org-agenda: Customize agenda-show's drawer hide/show behavior.

2014-07-20 Thread Trevor Murphy
* lisp/org-agenda.el (org-agenda-show-and-scroll-up-show-drawers): New user option. Controls whether `org-agenda-show-and-scroll-up' hides or shows drawers without a prefix arg. Pre-patch behavior corresponds to setting this to t (the default). * lisp/org-agenda.el

[O] Bug: Commit cece23 'fix'-ed call to 'type' breaks my agenda sorting [8.2.7 (8.2.7-elpa @ /home/trevor/.emacs.d/elpa/org-20140613/)]

2014-06-14 Thread Trevor Murphy
/.emacs.d/elpa/org-20140613/) -- Trevor Murphy GnuPG Key: 0x83881C0A

Re: [O] Get a list of tasks completed today

2014-02-17 Thread Trevor Murphy
' that I need? Or is there a more common way to use the org machinery to work with items in lisp code? Thanks! -- Trevor Murphy GnuPG Key: 0x83881C0A

Re: [O] Get a list of tasks completed today

2014-02-17 Thread Trevor Murphy
Boo, reflowed text or some nonsense. Let's see if this works better: (add-to-list 'org-agenda-custom-commands '(. Closed this week. tags CLOSED\-1w\ ((org-agenda-sorting-strategy '(priority-down) -- Trevor Murphy GnuPG Key: 0x83881C0A

[O] Can I ask Which day is it? when filtering org-agenda views?

2013-09-10 Thread Trevor Murphy
attempted solution is brain-damaged please let me know a better way to manage the time grid lines. -- Trevor Murphy GnuPG Key: 0xCB06EAAF

Re: [O] Can I ask Which day is it? when filtering org-agenda views?

2013-09-10 Thread Trevor Murphy
-from-absolute (org-today)) for example. Bah! That's what I get for training myself to ignore dynamic variables. Thank you, this is precisely the suggestion I was looking for. -- Trevor Murphy GnuPG Key: 0xCB06EAAF

Re: [O] [PATCH] Timestamps: Handle sub-10-min ranges when updating timestamps

2013-08-08 Thread Trevor Murphy
those tests yet). That being said, I agree with you. If you prefer, I'll resubmit the patch without the if = when and using the format string. Let me know if you'd prefer I do some timing tests on format vs if/concat. -- Trevor Murphy GnuPG Key: 0xCB06EAAF

[O] [PATCH v2] Timestamps: Handle sub-10-min ranges when updating timestamps

2013-08-08 Thread Trevor Murphy
* lisp/org.el (org-get-compact-tod): Always pad minutes to two places. TINYCHANGE --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index b1a2fa8..e13c2b8 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -16077,7 +16077,7 @@ with the

[O] [PATCH] Timestamps: Handle sub-10-min ranges when updating timestamps

2013-07-31 Thread Trevor Murphy
* lisp/org.el (org-get-compact-tod): Pad with 0 if # of minutes is less than 10. TINYCHANGE --- lisp/org.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 26e653f..89e023c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -16088,9

[O] How can I set the maximum height of the other window created with org-agenda-follow-mode?

2013-07-11 Thread Trevor Murphy
the frame on startup. -- Trevor Murphy GnuPG Key: 0xCB06EAAF

Re: [O] How can I set the maximum height of the other window created with org-agenda-follow-mode?

2013-07-11 Thread Trevor Murphy
, respectively (as expected), but as soon as I moved to an agenda item the follow window stole half the frame. -- Trevor Murphy GnuPG Key: 0xCB06EAAF

Re: [O] [PATCH] org.el: Don't flyspell check within source code blocks

2013-05-29 Thread Trevor Murphy
Thanks, Bastien. Your suggestion has been working perfectly fine for me. Updated patch sent in reply to the first in the chain (I hope ... still trying to master git send-email). Trevor On Sat, May 25, 2013 at 11:52 AM, Bastien b...@gnu.org wrote: Hi Trevor, Trevor Murphy trevor.m.mur

[O] [PATCH] org.el: Don't flyspell check within source code blocks

2013-05-25 Thread Trevor Murphy
Hi, list. I recently started using flyspell, but I wasn't pleased with the spell checking in my source code blocks. After digging a bit for a solution, I found a post to the list with a nice solution[0]. However, it seems no patch was ever submitted. So, here goes. If there's a deeper reason

[O] [PATCH] org.el: Don't flyspell check within source code blocks

2013-05-25 Thread Trevor Murphy
* lisp/org.el (org-mode-flyspell-verify): Check if `org-element-at-point' is of type `src-block', and don't flyspell if that's the case. TINYCHANGE --- lisp/org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 94078f9..81428f5 100644

Re: [O] [PATCH] org.el: Don't flyspell check within source code blocks

2013-05-25 Thread Trevor Murphy
Ack, what? Please disregard, I slipped a double negative in somehow. On Sat, May 25, 2013 at 3:17 AM, Trevor Murphy trevor.m.mur...@gmail.comwrote: * lisp/org.el (org-mode-flyspell-verify): Check if `org-element-at-point' is of type `src-block', and don't flyspell if that's the case

[O] [PATCH] Take 2 on org.el: Don't flyspell check within source code blocks

2013-05-25 Thread Trevor Murphy
Very sorry about the email spam. This fixes the blindingly obvious double negative in my previous submission. Thanks, Trevor

[O] [PATCH] org.el: Don't flyspell check within source code blocks

2013-05-25 Thread Trevor Murphy
* lisp/org.el (org-mode-flyspell-verify): Check if `org-element-at-point' is of type `src-block', and don't flyspell if that's the case. TINYCHANGE --- lisp/org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 94078f9..ce48bb0 100644

[O] Bug: Lisp error: (void-variable org-babel-tangle-lang-exts) when loading languages at startup

2013-03-24 Thread Trevor Murphy
Hi, all. First bug report here, so please let me know if I can be more helpful / less verose. I didn't see this previously reported on the mailing list and I'm not yet familiar enough to patch it myself. After updating, I'm receiving the error in the subject line. For reference, I'm running Arch