Re: [O] Bug in Sticky Agendas

2018-01-06 Thread Ian Dunn
NG> Thank you. It looks good. NG> Could you send it again with a proper commit message so I can apply it? This work? >From df299def392a93a2adf41ae3cd740b54382d64b0 Mon Sep 17 00:00:00 2001 From: Ian Dunn <du...@gnu.org> Date: Sat, 6 Jan 2018 17:29:11 -0500 Subject: [PA

Re: [O] Bug in Sticky Agendas

2018-01-05 Thread Ian Dunn
>>>>> "Ian" == Ian Dunn <du...@gnu.org> writes: Ian> I've got a few tasks that I don't want appearing in the Ian> daily agenda, so I tag them with agenda_exclude and set Ian> org-agenda-skip-function to skip any entries with that tag for

Re: [O] BeOrg

2018-01-02 Thread Ian Dunn
.gnu.org/prep/standards/html_node/References.html#References -- Ian Dunn

[O] Bug in Sticky Agendas

2017-12-30 Thread Ian Dunn
the excluded tasks appear in the day view agenda, whereas they didn't before. -- Ian Dunn

Re: [O] org-depend new features

2017-07-16 Thread Ian Dunn
rg-edna. >From the project page: > Edna provides an extensible means of specifying conditions which must be > fulfilled before a task can be completed and actions to take once it is. It's available on ELPA if you'd like to try it out, or check out the project on Savannah: https://savannah.nongnu.org/projects/org-edna-el/ -- Ian Dunn

Re: [O] RFC: Extensible Dependencies 'N' Actions

2017-04-22 Thread Ian Dunn
ates (like conditions). If Edna looks for these characters at the end of the keyword (starting character already means something), then that will allow users to name both a finder and action 'file' (although the action would be 'file!'). And of course, thank you for your support and feedback. -- Ian Dunn

[O] RFC: Extensible Dependencies 'N' Actions

2017-04-21 Thread Ian Dunn
ww.nongnu.org/org-edna-el/ I'd appreciate some feedback on it, whether the code or the documentation. -- Ian Dunn

Re: [O] org-mobile-push needs a visible frame ?

2017-04-17 Thread Ian Dunn
blem on my machine by setting org-agenda-window-setup to current-window. -- Ian Dunn

Re: [O] org-mobile-push needs a visible frame ?

2017-04-08 Thread Ian Dunn
visible frame does org-mobile-push succeed. Is there a > reason why org-mobile-push needs a frame ? How can I make it work without a > frame? > > Org version is 8.3.2, emacs version 24.4.1, Debian Linux 8.2. > > thanks > Confirmed. I'm seeing this on trunk Emacs on Debian. -- Ian Dunn

[O] [PATCH] Fix bug in mobile outline path handling

2017-04-07 Thread Ian Dunn
* org-mobile.el (org-mobile-get-outline-path-link): Use a `:' after file instead of a `/' --- lisp/org-mobile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index f6ef18f10..12e6c84b3 100644 --- a/lisp/org-mobile.el +++

[O] Bug in org-mobile-get-outline-path-link

2017-04-05 Thread Ian Dunn
' stores it as olp:file/path/to/heading. I've attached a patch to fix the latter function. -- Ian Dunn diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index f6ef18f10..12e6c84b3 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -648,7 +648,7 @@ The table of checksums is written

[O] Bug in Recent Agenda Mod

2017-03-20 Thread Ian Dunn
will have no effect for anything other than a sticky redo. -- Ian Dunn diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index b618653d5..04e6685b5 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4076,6 +4076,7 @@ items if they have an hour specification like [h]h:mm." (catch 'e

Re: [O] Bug: Problem with org-agenda-sticky and org-mobile

2017-01-14 Thread Ian Dunn
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Ian Dunn <du...@gnu.org> writes: > >> With trunk org mode, when I run org-mobile-push when in an agenda >> buffer, then refresh the buffer (via 'r' or 'g'), it spawns a new >> agenda

[O] Bug: Problem with org-agenda-sticky and org-mobile

2017-01-10 Thread Ian Dunn
-agenda-buffer-name, which isn't necessarily the same. Thanks for your help. -- Ian Dunn

[O] Subtree macro

2017-01-02 Thread Ian Dunn
Is there something like this macro in org? (defmacro org-with-subtree ( body) "Evaluate BODY with the buffer narrowed to the current subtree." (declare (debug (body))) `(save-mark-and-excursion (save-restriction (org-narrow-to-subtree) ,@body))) -- Ian Dunn

Re: [O] Bug: Org Emphasis Issues (Trunk)

2016-12-15 Thread Ian Dunn
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Matt Lundin <m...@imapmail.org> writes: > >> Ian Dunn <du...@gnu.org> writes: >> >>> I encountered these issues this morning when I updated Org from >>> trun

[O] Bug: Org Emphasis Issues (Trunk)

2016-12-13 Thread Ian Dunn
this is my setting for org-emphasis-regexp-components: (defconst org-emphasis-regexp-components '(" \t('\"{<“‘–" "- \t.,:!?;'\")}\\[>”’–…" " \t\r\n" ".*?" 0)) -- Ian Dunn

Re: [O] Bug: MobileOrg pull broken

2016-08-07 Thread Ian Dunn
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Ian Dunn <du...@gnu.org> writes: > >> I stepped through org-mobile-apply using Edebug and found that the >> problem is with "(eval cmd)" in org-mobile.el, line 889. It fails with >

[O] Bug: MobileOrg pull broken

2016-07-31 Thread Ian Dunn
that didn't work; I got the same "void-variable" error. If someone more familiar with lexical binding can look into this, or at least explain why this is happening, I'd appreciate it. Thanks! -- Ian Dunn --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -886,7 +886,11 @@ If

[O] MobileOrg Export Broken

2016-06-23 Thread Ian Dunn
this problem. -- Ian Dunn diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 9c69128..9192561 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -446,8 +446,9 @@ agenda view showing the flagged items." x)) (cdr entry))) (dwds (or (member "|&qu

[O] Bug: Agenda: Invalid Function 4 [8.3.4 (release_8.3.4-702-gcd47ab @ ~/.emacs.d/packages/org-mode/lisp/)]

2016-04-05 Thread Ian Dunn
-tags-todo-only) `(if current-prefix-arg nil ,org-agenda-query-string))) (setq files (org-agenda-files nil 'ifmode) rtnall nil) If my patch doesn't work, I at least hope it helps everyone figure out the real problem. Thank you for your time. -- Ian Dunn Ema