Re: [PATCH] org-timer.el: Allow org-timer-set-timer from non-Org buffers

2019-11-17 Thread Kyle Meyer
ian martins writes: > Subject: [PATCH] org-timer.el: Allow org-timer-set-timer from non-Org buffers > > * org-timer.el (org-timer--get-timer-title): If the current buffer is The file name should include the directory, "lisp/". (I'll add it.) > not an Org buffer,

[PATCH] org-timer.el: Allow org-timer-set-timer from non-Org buffers

2019-11-17 Thread ian martins
, 16 Nov 2019 13:18:17 -0500 Subject: [PATCH] org-timer.el: Allow org-timer-set-timer from non-Org buffers * org-timer.el (org-timer--get-timer-title): If the current buffer is not an Org buffer, use the buffer name as the timer title. Currently all of the `org-timer-' operations work from

Re: [PATCH] org-timer.el: Allow org-timer-set-timer from non-Org buffers

2019-11-16 Thread Adam Porter
Hi Ian, There's a small typo in the docstring. :)

[PATCH] org-timer.el: Allow org-timer-set-timer from non-Org buffers

2019-11-16 Thread ian martins
Hi. Tiny patch enclosed. From d2af2e877147cc7be1f0c40455c9091f130c2159 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 16 Nov 2019 13:18:17 -0500 Subject: [PATCH] org-timer.el: Allow org-timer-set-timer from non-Org buffers * org-timer.el (org-timer--get-timer-title): If the current buffer is not