(list 'quote org--matcher-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.
fixes 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
ified.
I tried using "(eval cmd t)", but 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/lis
Nicolas Goaziou writes:
> Hello,
>
> Ian Dunn 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
>> the error "(void-variable data)"
string.
If it helps, this is my setting for org-emphasis-regexp-components:
(defconst org-emphasis-regexp-components
'(" \t('\"{<“‘–"
"- \t.,:!?;'\")}\\[>”’–…"
" \t\r\n"
".*?"
0))
--
Ian Dunn
Nicolas Goaziou writes:
> Hello,
>
> Matt Lundin writes:
>
>> Ian Dunn writes:
>>
>>> I encountered these issues this morning when I updated Org from
>>> trunk (and reloaded it with C-c C-x !). I believe it's following
>>>
Is there something like this macro in org?
(defmacro org-with-subtree (&rest 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
enda-this-buffer-name to the original value of org-agenda-buffer-name,
which isn't necessarily the same.
Thanks for your help.
--
Ian Dunn
Nicolas Goaziou writes:
> Hello,
>
> Ian Dunn 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 buffer and populates it. Thi
o, and 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."
ile-get-outline-path-link' 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 t
* 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
+++ b/lisp/org-m
d. 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
d. 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
>
What do you have org-agenda-window-setup set to? I was able to fix the
problem on my machine by s
/www.nongnu.org/org-edna-el/
I'd appreciate some feedback on it, whether the code or the
documentation.
--
Ian Dunn
?' to denote
predicates (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
ge:
> 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
r' (org-agenda-redo)
Now the excluded tasks appear in the day view agenda, whereas they didn't
before.
--
Ian Dunn
signed specifically
for this purpose, i.e. allowing a non-free solution built upon a free
one. However, I don't believe we should encourage use of such solutions
without evidence that people are turned away from Org mode because of a
mobile solution they don't like.
[1] https://www.gnu.o
>>>>> "Ian" == Ian Dunn 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
Ian> m
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
Date: Sat, 6 Jan 2018 17:29:11 -0500
Subject: [PATCH] org-agenda: Fix lp
21 matches
Mail list logo