Hi,
I see that when there is an emacs server without a visible frame,
emacsclient --eval "(org-mobile-push)" , gives the error :
*ERROR*: Unknown terminal type
Only when there is a visible frame does org-mobile-push succeed. Is there a
reason why org-mobile-push needs a frame ? How can I make
* 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
> Date: Thu, 6 Apr 2017 13:40:40 -0400
> From: Brandon Amos
> To: implementations-l...@lists.ourproject.org, emacs-orgmode@gnu.org
> Subject: [O] Evil-mode keymapping being overridden by org-mode
> Message-ID: <20170406174040.ga7...@gmail.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hi, I
Hello,
Chunyang Xu writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Chunyang Xu writes:
>>
>>> Here is a patch which can fix the issue.
>>
>> Thank you.
>>
>>> From e42b22f74c2f04a4d8e7eec0a6bdacbd08bebf12 Mon Sep 17 00:00:00 2001
>>> From: Chunyang Xu
>>> Date: Mon, 3 Apr 2017 14:46:51 +08
Hello,
Ian Dunn writes:
> I recently tried turning off 'org-mobile-force-id-on-agenda-items', only
> to find that there were problems updating agenda tasks. I poked around
> in the code and found that 'org-mobile-locate-entry' looks for an OLP in
> the form olp:file:/path/to/heading, and
> 'org
On Thu, Mar 30, 2017 at 6:50 AM, Nicolas Goaziou wrote:
> Thank you. Unfortunately, there is not much to do with this. Could you
> do some debugging when running the faulty test? It may come from
> something in your configuration.
I think I figured it out. During the fuzzy-links test,
org-open-at
Hello,
when searching all closed tasks which are closed one month ago and
before I use following custom agenda:
#+BEGIN_QUOTE
("Uc" "Closed -1 month"
(
(tags "+CLOSED<\"<-1m>\"-TODO=\"CANCELLED\"-TODO=\"NOTE\""
((org-use-tag-inheritance nil)))
)
((org-agenda-o