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

2017-04-17 Thread Ian Dunn
Bingo writes: > 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 >

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

2017-04-08 Thread Ian Dunn
Bingo writes: > 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 >

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

2017-04-07 Thread Bingo
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

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-11 Thread Aaron Jensen
FYI, I bisected and this is the first bad commit: bed17f1bb505dd6ecf80b44bf1ef267d45efb206 is the first bad commit commit bed17f1bb505dd6ecf80b44bf1ef267d45efb206 Author: Nicolas Goaziou Date: Sat Jan 14 16:12:43 2017 +0100 org-mobile: Fix `org-mobile-push' with

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-11 Thread Aaron Jensen
On Sat, Mar 11, 2017 at 7:53 AM, Aaron Jensen wrote: > $ git clone > g...@github.com:aaronjensen/org-mobile-push-breaks-org-agenda-ecm.git > ~/.emacs.d.old Sorry, this line was wrong, it should clone to ~/.emacs.d: $ git clone

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-11 Thread Aaron Jensen
On Fri, Mar 10, 2017 at 9:28 AM, Nicolas Goaziou wrote: > ATM, I am not sure how it happens since the headline was extracted from > some document. Could you try evaluating > > M-: (org-get-at-bol 'org-marker) > > on a problematic line and report back the problem? I just

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-10 Thread Nicolas Goaziou
Aaron Jensen writes: > Thank you for the tip. Here is the trace: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > set-buffer(nil) > (save-current-buffer (set-buffer buffer) buffer-undo-list) > (let ((--cline (org-current-line)) (--cmd

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-10 Thread Aaron Jensen
Hi, > On Mar 10, 2017, at 8:20 AM, Nicolas Goaziou wrote: > > Hello, > > Could you use Org uncompiled (C-u M-x org-reload)? your backtrace is > hardly usable. Thank you for the tip. Here is the trace: Debugger entered--Lisp error: (wrong-type-argument stringp nil)

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-10 Thread Nicolas Goaziou
Hello, Could you use Org uncompiled (C-u M-x org-reload)? your backtrace is hardly usable. Also, would you mind sending your message as plain test? It seems to be HTML-only. Regards, -- Nicolas Goaziou

[O] org-mobile-push breaks currently open org-agenda

2017-03-09 Thread Aaron Jensen
html

Re: [O] org mobile on Ipnone 5s

2016-12-20 Thread Sean Escriva
If this is MobileOrg iOS I'm assuming it's related to dropbox api changes. We're currently beta testing a switch over to v2 of their API and it is working well in local testing so far. On Tue, Dec 13, 2016 at 9:41 PM Matthew Pritchard wrote: > I have a dropbox account

[O] Org Mobile

2016-12-20 Thread Matthew Pritchard
I get the message error downloading checksums in org mode any suggestions?

[O] org mobile on Ipnone 5s

2016-12-13 Thread Matthew Pritchard
I have a dropbox account established And the org mode app installed. When I try to sync I get the message.Error syncing changes an error was encountered while attempting to fetch mobile.org. from the server. Does anyone have any insight?

Re: [O] org-mobile-push and MobileOrg compatibility issue

2015-10-14 Thread Eric S Fraga
On Tuesday, 13 Oct 2015 at 15:28, Chris Patti wrote: > I must confess I am not wild about the whole way MobileOrg purports to > function. > > I don't really want to have to push or pull my OrgFiles to/from > mobile. With mechanisms like Dropbox what I *really* want is to be > able to access and

Re: [O] org-mobile-push and MobileOrg compatibility issue

2015-10-13 Thread Chris Patti
I must confess I am not wild about the whole way MobileOrg purports to function. I don't really want to have to push or pull my OrgFiles to/from mobile. With mechanisms like Dropbox what I *really* want is to be able to access and manipulate Org content on my device directly. -Chris On Mon,

Re: [O] org-mobile-push and MobileOrg compatibility issue

2015-10-13 Thread Nicolas Goaziou
Hello, Vamsi Vytla writes: > I can guarantee you that your suggestion did NOT work for me. I haven't > heard anything from Sergey here. Looks like people at MobileOrg-Android > maybe running into the same issue: > >

Re: [O] org-mobile-push and MobileOrg compatibility issue

2015-10-12 Thread Vamsi Vytla
Hi Nicolas, I can guarantee you that your suggestion did NOT work for me. I haven't heard anything from Sergey here. Looks like people at MobileOrg-Android maybe running into the same issue: https://github.com/matburt/mobileorg-android/issues/472#issuecomment-147403622 Any thoughts? Vamsi On

Re: [O] org-mobile-push and MobileOrg compatibility issue

2015-09-05 Thread Nicolas Goaziou
Hello, Vamsi Vytla writes: > M-x 'org-mobile-push', with the latest org-mode leaves the files > incompatible with MobileOrg Android application. There have been no changes > in MobileOrg for over a year. > > I bisected the latest org-mobile related changes and noticed

[O] org-mobile-push and MobileOrg compatibility issue

2015-09-04 Thread Vamsi Vytla
M-x 'org-mobile-push', with the latest org-mode leaves the files incompatible with MobileOrg Android application. There have been no changes in MobileOrg for over a year. I bisected the latest org-mobile related changes and noticed that reverting this one line below "fixes" the issue (at least

[O] org-mobile agenda truncated

2015-06-27 Thread Ken Mankoff
I'm noticing something with mobile org and wonder if others have the same experience. An item that is in the Agenda View is truncated (only first 10 lines shown) when viewed under the Agenda views... selector, but that same item when viewed in its actual .org file is complete. I don't see

[O] org-mobile: how to get rid of .org file?

2015-04-12 Thread Nikolaus Rath
Hello, I accidentally created a file 'from_mobile.org' (different from the 'org-mobile.org' used by org-mobile) in my org-directory. On the next org-mobile-push, this file got copied into my org-mobile-directory and now shows up on my mobile (Android) device. I then deleted the from_mobile.org

Re: [O] org-mobile-copy-agenda-files: Truncating output file

2015-03-24 Thread Guido Van Hoecke
On 24 February 2015 at 13:10, Guido Van Hoecke gui...@gmail.com wrote: Hi, org-mobile-push frequently fails to copy my org files to the staging directory with following output: Copying files... org-mobile-copy-agenda-files: Truncating output file: interrupted system call,

[O] org-mobile-pull put a heading at the document head

2015-03-16 Thread James Harkins
Hi, org-mobile-pull just messed up. I have a top level heading, Dates. In mobileorg (android), I created a second-level heading under it, Entrance exams, and then a third level heading under that, Auditions, with a scheduled date. That was on my phone. Later, I synced on the phone and did C-c

[O] org-mobile-copy-agenda-files: Truncating output file

2015-02-24 Thread Guido Van Hoecke
Hi, org-mobile-push frequently fails to copy my org files to the staging directory with following output: Copying files... org-mobile-copy-agenda-files: Truncating output file: interrupted system call, /Volumes/guivho/org/z.org This error is not consistent. Just call it again, sometimes again

[O] org-mobile-pull leaves a messed-up sparse tree display

2014-11-12 Thread James Harkins
Attached to this e-mail, please find an image of the appearance of one of my org buffers after doing org-mobile-pull. Before the pull, I collapsed all the subtrees (S-TAB once). The pull added some new nodes. The nodes appear to be filed correctly. But, it looks like org is trying to do some

[O] org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message?

2014-08-13 Thread Shavkat Rustamov
When calling org-mobile-push, org gives this message Non-existing agenda file .#flagged.org. .# are lock files (create-lockfiles variable), which get created in the org directory. I would prefer to have them.

Re: [O] org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message?

2014-08-13 Thread Nick Dokos
Shavkat Rustamov shavkat.rusta...@gmail.com writes: When calling org-mobile-push, org gives this message Non-existing agenda file .#flagged.org. .# are lock files (create-lockfiles variable), which get created in the org directory. I would prefer to have them. Maybe

Re: [O] org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message?

2014-08-13 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: Shavkat Rustamov shavkat.rusta...@gmail.com writes: When calling org-mobile-push, org gives this message Non-existing agenda file .#flagged.org. .# are lock files (create-lockfiles variable), which get created in the org directory. I would prefer to

Re: [O] org-mobile leaks agenda buffer named *SUMO* on push [8.2.7 (8.2.7-4-g880362-elpa @ /home/phil/.emacs.d/elpa/org-20140616/)]

2014-07-28 Thread Bastien
Hi Philip, Philip Hudson phil.hud...@iname.com writes: Excise spurious Org agenda buffers leaked by org-mobile https://gist.github.com/PhilHudson/d6429fb48caf6065ec8c maybe we can find some equivalent code without requiring 'syntactic-sugar and 'anaphora ? Let us know how we can improve

[O] org-mobile leaks agenda buffer named *SUMO* on push [8.2.7 (8.2.7-4-g880362-elpa @ /home/phil/.emacs.d/elpa/org-20140616/)]

2014-06-20 Thread Philip Hudson
To: emacs-orgmode@gnu.org Subject: Bug: org-mobile leaks agenda buffer named *SUMO* on push [8.2.7 (8.2.7-4-g880362-elpa @ /home/phil/.emacs.d/elpa/org-20140616/)] From: Phil Hudson phil.hud...@iname.com --text follows this line-- For a long, long time -- at least two years -- I've been

Re: [O] org-mobile-pull not syncing back changes

2014-04-30 Thread Steve Dowe
On 29 April 2014 13:36, Bastien b...@gnu.org wrote: If you haven't already, perhaps you can fill an issue here: https://github.com/MobileOrg/mobileorg/issues Hi Bastien, Thanks for the suggestion. I've been digging around and found it was actually some code in my .emacs file causing this

Re: [O] org-mobile-pull not syncing back changes

2014-04-29 Thread Bastien
Hi Steve, Steve Dowe stephen.d...@gmail.com writes: I seem to have a weird issue with org mobile sync. If you haven't already, perhaps you can fill an issue here: https://github.com/MobileOrg/mobileorg/issues 2 cts, -- Bastien

[O] org-mobile-pull not syncing back changes

2014-04-26 Thread Steve Dowe
Hi, I seem to have a weird issue with org mobile sync. Changes from my laptop save fine into my sync files in Dropbox, and get pulled into the mobile app fine too. The problem occurs when making a change on mobile and syncing back. The file mobileorg.org gets written correctly on the phone's

[O] Org-Mobile -- clearing the tasks for testing purposes

2014-03-11 Thread David Masterson
If I setup a set of test cases for org-mobile, how do I then clear out MobileOrg after the tests and prepare to use it in production? Is there ways that I can flip back and forth between Org-Mobile environments without getting messed up by leftovers in either Emacs or MobileOrg? -- David

[O] org-mobile-pull with files in multiple directories?

2014-02-02 Thread Adam Spiers
Hi all, I'm trying to figure out how to get org-mobile-pull to work for me. I want to be able to edit files from multiple directories via MobileOrg, e.g.: ~/org/TODO.org ~/work/TODO.org ~/my-project/TODO.org ~/org/notes/my-hobby.org I have a sync-org shell-script which copies them into

[O] org-mobile-pull date completed for habits

2013-10-25 Thread Aric
Hello, I am new to using org-mobile with org and I have a question about how habits are handled with the org-mobile-push and pull operations. I hope this is a proper list to post. What is happening is that the completed date/ time for a habit is being given as the date/time of org-mobile-pull

Re: [O] Org-mobile for Android and syncing

2013-03-15 Thread Xavier Maillard
Charles Philip Chan cpc...@bell.net writes: And a follow-up question: I'd like to be able to clock things on my phone. I can't see clocking in the feature set of MobileOrg; are there any other Android apps to clock tasks, and is it possible to import their data into Org? If not, well,

Re: [O] Org-mobile for Android and syncing

2013-03-15 Thread Charles Philip Chan
Xavier Maillard xav...@maillard.im writes: While talking about mobileorg features, can someone tell me which mobileorg it is ? I can see at least 2: mobileorg (the origianl) and mobileorgNG (a dead fork ?). Not clear for me. The original. Also, do I have to add per file SEQ_TODO/TAGS to be

[O] Org-mobile for Android and syncing

2013-03-14 Thread Marcin Borkowski
Hi, I'm about to buy an Android smartphone. Of course, I want to use Org-mobile. However, I don't use Dropbox (I use another, similar service, called SpiderOak). Is it possible to synchronize using such a service? (If not, I'll set up a Dropbox account, which I'm probably ging to do anyway -

Re: [O] Org-mobile for Android and syncing

2013-03-14 Thread Charles Philip Chan
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi Marcin: I'm about to buy an Android smartphone. Of course, I want to use Org-mobile. However, I don't use Dropbox (I use another, similar service, called SpiderOak). Is it possible to synchronize using such a service? No currently

Re: [O] Org-mobile for Android and syncing

2013-03-14 Thread Subhan Tindall
Org mobile is currently unavailable in the Android market, with no scheduled return time. On Thu, Mar 14, 2013 at 3:05 PM, Charles Philip Chan cpc...@bell.net wrote: Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi Marcin: I'm about to buy an Android smartphone. Of course, I want to use

Re: [O] Org-mobile for Android and syncing

2013-03-14 Thread Charles Philip Chan
Subhan Tindall subhan.tind...@rentrakmail.com writes: Hi Subhan: Org mobile is currently unavailable in the Android market, with no scheduled return time. Are you sure? I can access it just fine: https://play.google.com/store/apps/details?id=com.matburt.mobileorgfeature=search_result

Re: [O] Org-mobile for Android and syncing

2013-03-14 Thread Marcin Borkowski
Dnia 2013-03-14, o godz. 18:05:21 Charles Philip Chan cpc...@bell.net napisał(a): Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi Marcin: I'm about to buy an Android smartphone. Of course, I want to use Org-mobile. However, I don't use Dropbox (I use another, similar service,

Re: [O] Org-mobile for Android and syncing

2013-03-14 Thread Charles Philip Chan
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi Marcin: Does this mean that if I have an account on some server, and I can log in there through SSH, I can set it up for MobileOrg? (Sorry for a possibly lame question, I don't know much about networking and such things.) Yes, just stage the

[O] org-mobile-push not generating index.org or checksum

2013-01-09 Thread John Hendy
I just setup mobileOrg to use Dropbox. Setting up synchronizer in mobileOrg worked fine, Dropbox login worked fine, and I chose an existing folder named mobile-org to sync with. This is in my emacs config: #+begin_src .emacs (custom-set-variables ... '(org-agenda-files (quote (~/org

Re: [O] org-mobile-push not generating index.org or checksum

2013-01-09 Thread J. David Boyd
John Hendy jw.he...@gmail.com writes: I just setup mobileOrg to use Dropbox. Setting up synchronizer in mobileOrg worked fine, Dropbox login worked fine, and I chose an existing folder named mobile-org to sync with. ... Thanks, John Bastien fixed this already.. Just get the latest

Re: [O] org-mobile-push vs. symlinks

2013-01-07 Thread Bastien
Hi James, James Harkins jamshar...@gmail.com writes: I just looked at the footnote text... why did we go from symlinks work if the name is the same to an unqualified symlinks are not supported? Should be fixed now... thanks, -- Bastien

Re: [O] org-mobile-push vs. symlinks

2013-01-06 Thread James Harkins
On Jan 4, 2013 11:34 PM, Bastien b...@altern.org wrote: Hi James, James Harkins jamshar...@gmail.com writes: The outcome is the same as the first: document the issue. Org is yours :) I worked in software support for awhile, so... I know what it means, e.g., when some behavior is labeled

Re: [O] org-mobile-push vs. symlinks

2013-01-06 Thread Bastien
Hi James, James Harkins jamshar...@gmail.com writes: I'm not sure of the procedure to contribute to the org manual, but I might suggest something like this, under MobileOrg section B2: I added a footnote: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=76684b5 Thanks! -- Bastien

Re: [O] org-mobile-push vs. symlinks

2013-01-06 Thread James Harkins
On Jan 6, 2013 9:57 PM, Bastien b...@altern.org wrote: Hi James, James Harkins jamshar...@gmail.com writes: I'm not sure of the procedure to contribute to the org manual, but I might suggest something like this, under MobileOrg section B2: I added a footnote:

Re: [O] org-mobile-push vs. symlinks

2013-01-06 Thread Bastien
James Harkins jamshar...@gmail.com writes: I just looked at the footnote text... why did we go from symlinks work if the name is the same to an unqualified symlinks are not supported? I overlooked the difference. Please provide a patch. ~$ git clone git://orgmode.org/org-mode.git ~$ emacs

Re: [O] org-mobile-push vs. symlinks

2013-01-04 Thread James Harkins
On Jan 3, 2013 8:57 PM, Bastien b...@altern.org wrote: Hi James, James Harkins jamshar...@gmail.com writes: - One should not put symlinks into org-directory, or at least make sure the symlink's name is the same as the target. If this is an intentional limitation, it should be

Re: [O] org-mobile-push error produces wrong-type-argument error

2013-01-04 Thread Bastien
Hi Ben, Ben Finney ben+em...@benfinney.id.au writes: Which change fixed this problem? http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=7716b9 How will I know when an org-mode that includes this fix is released? Org 7.9.3 is about to be release before January 10th, so you'll know by

Re: [O] org-mobile-push vs. symlinks

2013-01-04 Thread Bastien
Hi James, James Harkins jamshar...@gmail.com writes: The outcome is the same as the first: document the issue. Org is yours :) -- Bastien

Re: [O] org-mobile-push and SUMO buffer

2013-01-03 Thread Bastien
Hi Ramon, Ramon Diaz-Uriarte rdia...@gmail.com writes: - Then, when org-mobile-push runs (either because it tell it do so, or because the timer says so), the display gets redrawn, and I get only two windows, one with *Org Agenda* and the other with the *SUMO* buffer. This is very

Re: [O] org-mobile-push vs. symlinks

2013-01-03 Thread Bastien
Hi James, James Harkins jamshar...@gmail.com writes: - One should not put symlinks into org-directory, or at least make sure the symlink's name is the same as the target. If this is an intentional limitation, it should be documented. - Or, the symlink resolution is not actually necessary

Re: [O] org-mobile-push error produces wrong-type-argument error

2013-01-03 Thread Bastien
Hi Ben, Ben Finney ben+em...@benfinney.id.au writes: I am getting the same error. I'm using the Org mode that comes with Emacs (“GNU Emacs 23.4.1”). You should not get this error anymore from maint. Thanks, -- Bastien

Re: [O] org-mobile-push error produces wrong-type-argument error

2013-01-03 Thread Ben Finney
Bastien b...@altern.org writes: Hi Ben, Ben Finney ben+em...@benfinney.id.au writes: I am getting the same error. I'm using the Org mode that comes with Emacs (“GNU Emacs 23.4.1”). You should not get this error anymore from maint. Thank you. I'm not in a position to use the maint

Re: [O] Org Mobile and Adroid 2.3.6

2013-01-02 Thread Martin Butz
Hello, in case anyone is interested, here is a short report what I found out: + I tested mobileorg on my Android phone without encryption and with synchronization via Ubuntu one. Seems to work. However: I do not want to store unencrypted org-files on a remote server. + I am able to enscrypt

Re: [O] Org Mobile and Adroid 2.3.6

2013-01-02 Thread Brian van den Broek
On 2 Jan 2013 07:49, Martin Butz m...@mkblog.org wrote: Hello, in case anyone is interested, here is a short report what I found out: + I tested mobileorg on my Android phone without encryption and with synchronization via Ubuntu one. Seems to work. However: I do not want to store

Re: [O] Org Mobile and Adroid 2.3.6

2013-01-02 Thread Martin Butz
Hi Brian, Am 02.01.2013 16:36, schrieb Brian van den Broek: [...] Have you considered using the SD card for syncing? It is a bit more of a hassle than syncing with a server, but it works well enough to satisfy this owner of a tin foil hat :-) yes and no;) I briefly thought of it and might

Re: [O] Org Mobile and Adroid 2.3.6

2013-01-02 Thread Brian van den Broek
On 2 January 2013 11:29, Martin Butz m...@mkblog.org wrote: Hi Brian, Am 02.01.2013 16:36, schrieb Brian van den Broek: [...] Have you considered using the SD card for syncing? It is a bit more of a hassle than syncing with a server, but it works well enough to satisfy this owner of a

Re: [O] Org Mobile and Adroid 2.3.6

2012-12-26 Thread J. David Boyd
Martin Butz m...@mkblog.org writes: Am 22.12.2012 15:57, schrieb J. David Boyd: Martin Butz m...@mkblog.org writes: [...] The next problem is, I use encryption (org-mobile-use-encryption), which works. But how can I bring orgmobile to descrypt the files? [...] I think the docs in Org

Re: [O] Org Mobile and Adroid 2.3.6

2012-12-26 Thread G. Martin Butz
Hi Dave, Am 26.12.2012 19:02, schrieb J. David Boyd: [...] I'm using MobileOrg and an Android 2.2, but I'm syncing through Dropbox, which works fine. Sorry I know nothing about the items you mentioned. It seems, that the synchronisation does work. I will have a try without encryption to

Re: [O] Org Mobile and Adroid 2.3.6

2012-12-24 Thread Martin Butz
Am 22.12.2012 15:57, schrieb J. David Boyd: Martin Butz m...@mkblog.org writes: [...] The next problem is, I use encryption (org-mobile-use-encryption), which works. But how can I bring orgmobile to descrypt the files? [...] I think the docs in Org describe some of the pieces you are

[O] Org Mobile and Adroid 2.3.6

2012-12-22 Thread Martin Butz
Hi, does anyone have a working and fully functional orgmobile installation on a smartphone with Android 2.3.6 (meine: Samsung Ace)? It seems, that mine is not complete. E.g. using the setup wizard I was prompted to provide a folder for the storage of the org-files. But I could not set this

Re: [O] Org Mobile and Adroid 2.3.6

2012-12-22 Thread J. David Boyd
Martin Butz m...@mkblog.org writes: Hi, does anyone have a working and fully functional orgmobile installation on a smartphone with Android 2.3.6 (meine: Samsung Ace)? It seems, that mine is not complete. E.g. using the setup wizard I was prompted to provide a folder for the storage of the

Re: [O] org-mobile-push vs. symlinks

2012-12-19 Thread J. David Boyd
Bastien b...@altern.org writes: James Harkins jamshar...@gmail.com writes: Anyway, I still don't understand the rationale for the current behavior. Does anyone know why org-mobile-push resolves the agenda files' names to symlink targets? The problem is that there is no active maintainer on

Re: [O] org-mobile-push vs. symlinks

2012-12-19 Thread Bastien
Hi David, da...@adboyd.com (J. David Boyd) writes: How would we do that? Are there instructions somewhere on the proper way to create a patch file for this? The proper mode for diff? What has to be in a changelog? There are a few changes I'd like to see in mobile.el myself, and I'm

[O] org-mobile-push vs. symlinks

2012-12-15 Thread James Harkins
Sorry for resending as a new thread. I had wanted to reply to my original message on gmane, but gmane's search fails to locate the thread (?). Anyway, I still don't understand the rationale for the current behavior. Does anyone know why org-mobile-push resolves the agenda files' names to symlink

Re: [O] org-mobile-push vs. symlinks

2012-12-15 Thread Bastien
James Harkins jamshar...@gmail.com writes: Anyway, I still don't understand the rationale for the current behavior. Does anyone know why org-mobile-push resolves the agenda files' names to symlink targets? The problem is that there is no active maintainer on org-mobile.el right now... by

Re: [O] org-mobile-push error produces wrong-type-argument error

2012-12-14 Thread Ben Finney
Conor Nash nas...@tcd.ie writes: When I try to run org-mobile-push I get an error in the minibuffer: Wrong type argument: listp, todo. I am getting the same error. I'm using the Org mode that comes with Emacs (“GNU Emacs 23.4.1”). The backtrace from the error is: = Debugger entered--Lisp

Re: [O] org-mobile-push fails

2012-10-25 Thread Bastien
Hi Jorge, Jorge A. Alfaro Murillo jorge.a.alf...@gmail.com writes: This is strange, since I get the whole emacs from a repository (http://emacs.naquadah.org/ unstable/ ). I should not have to compile anything. I double-checked and the source on Julien's server are okay. Can you do C-h f

Re: [O] org-mobile-push fails

2012-10-25 Thread Jorge A. Alfaro Murillo
I think I figured it out. I think it was a problem of having upgraded org from the package manager once, when I had another version of emacs. I removed the package, reinstall emacs-snapshot and now it is working again. Thanks. On Oct 25, 2012 4:02 AM, Bastien b...@altern.org wrote: Hi Jorge,

Re: [O] org-mobile-push fails

2012-10-25 Thread Bastien
Jorge A. Alfaro Murillo jorge.a.alf...@gmail.com writes: I think I figured it out. I think it was a problem of having upgraded org from the package manager once, when I had another version of emacs. I removed the package, reinstall emacs-snapshot and now it is working again. Thanks you found

Re: [O] org-mobile-push fails

2012-10-24 Thread Bastien
Hi Jorge, Jorge A. Alfaro Murillo jorge.a.alf...@gmail.com writes: Hi, I am having trouble with org-mobile-push, it fails and gives the following error: org-mobile-create-index-file: Symbol's function definition is void: org-prepare-agenda-buffers The function `org-prepare-agenda-buffers'

[O] org-mobile-push and SUMO buffer

2012-10-24 Thread Ramon Diaz-Uriarte
Dear All, I think that the behavior of org-mobile-push has changed in some recent update. Since a few days ago (when I upgraded to v. 7.9.1-2, from Debian), whenever org-mobile-push runs, a new agenda buffer called *SUMO* is created, and the display redrawn. I can see (in file org-mobile.el)

Re: [O] org-mobile-push fails

2012-10-24 Thread Jorge A. Alfaro Murillo
This is strange, since I get the whole emacs from a repository (http://emacs.naquadah.org/ unstable/ ). I should not have to compile anything. I guess there must be a bug in the package from the repository. What do you recommend me to do? Install the org from source? On Wed, Oct 24, 2012 at

Re: [O] [org-mobile] iOS MobileOrg transition updates

2012-10-02 Thread Chris Trompette
Kyle Sexton k...@mocker.org wrote: ** Documentation for MobileOrg Confluence is an easy to use wiki system that we have been granted an open-source license for, but users may prefer something based on Worg for maintaining information. Any preference which direction I should build the

[O] org-mobile and journaling

2012-08-16 Thread Richard Riley
I have a journal file defined in my capture templates like this (j journal entry (file+datetree journal.org) Is there any way I can somehow get org-mobile to refile to this on org-mobile-pull? Id like my captures to turn up in my

[O] Org, Mobile Org, DropBox

2012-08-08 Thread Ken Mankoff
Hi, I'm interested in using Mobile Org (on 2 devices) DropBox. However, the mobile devices are read-only. Do I need to do the org-mobile-push and have the files move from ~/org to ~/Dropbox/MobileOrg, or can I just store all my org files in ~/Dropbox/MobileOrg and not worry about syncing,

Re: [O] Org, Mobile Org, DropBox

2012-08-08 Thread William Gardella
Hi Ken, Ken Mankoff mank...@gmail.com writes: Hi, I'm interested in using Mobile Org (on 2 devices) DropBox. However, the mobile devices are read-only. Do I need to do the org-mobile-push and have the files move from ~/org to ~/Dropbox/MobileOrg, or can I just store all my org files in

Re: [O] org-mobile : security

2012-08-04 Thread Richard Riley
Greg Troxel g...@ir.bbn.com writes: Richard Riley rile...@gmail.com writes: org-mobile allows you to use some form of encryption when pushing to the MobileOrg directory. Encrypts and works fine. The issue is that the mobile app has a password setting to unencrypt but there is no protection

Re: [O] org-mobile : security

2012-08-02 Thread Greg Troxel
Richard Riley rile...@gmail.com writes: org-mobile allows you to use some form of encryption when pushing to the MobileOrg directory. Encrypts and works fine. The issue is that the mobile app has a password setting to unencrypt but there is no protection on the app itelf meaning anyone can

[O] org-mobile-directory @@Dropbox

2012-06-22 Thread Enda
From FAQ: What can I do if I don't want to use Dropbox.com? (setq org-mobile-directory /scpc:user@@remote.host:org/webdav/) Having the '@@' caused the username to be 'user@' so I could not log in, removing one of the @'s solved the problem. Best wishes, Enda P.S. Can TRAMP use WebDAV?

Re: [O] org-mobile-directory @@Dropbox

2012-06-22 Thread suvayu ali
On Fri, Jun 22, 2012 at 5:35 PM, Enda enda...@yahoo.com wrote: (setq org-mobile-directory /scpc:user@@remote.host:org/webdav/) Having the '@@' caused the username to be 'user@' so I could not log in, removing one of the @'s solved the problem. This was a typo. I just fixed it. Thanks. :) --

[O] org-mobile-push: copying read-only files

2012-06-05 Thread Stephen Eglen
If I have an org mode file that is read-only (e.g. because I've checked it in to RCS) in my org-agenda, when I do M-x org-mobile-push (from my desktop machine to dropbox) the 2nd time I get a permission denied error from (org-mobile-copy-agenda-files) -- this is because there is already a

[O] org-mobile-push revert buffer error

2012-05-25 Thread bastre
Hi All, I'm try to set up MobileOrg on my iPhone. When I called org-mobile-push, I received a Cannot revert nonexistent buffer error. *Messages* BEGIN-- loaded /Users/barak/.emacs.d/starter-kit-eshell.el Loading /Users/barak/.emacs.d/barak.el (source)...done loaded

Re: [O] org-mobile: Strange #+TODO: in index.org

2012-03-31 Thread Bastien
Hi Moritz, Moritz Ulrich ulrich.mor...@googlemail.com writes: On Thu, Mar 29, 2012 at 12:51, Bastien b...@gnu.org wrote: Hi Ulrich, It's Moritz, everyone confuses this ;-) (No hard feelings) Sorry for that! Can you check if this patch against master fixes the problem for you? Sadly it

Re: [O] org-mobile: Strange #+TODO: in index.org

2012-03-29 Thread Bastien
Hi Ulrich, Moritz Ulrich ulrich.mor...@googlemail.com writes: I recently started using org-mode in combination with MobileOrg rather excessively. Everything works pretty good, with one exception: `org-mobile-push' adds a strange #+TODO: line to index.org: #+TODO: | DONE See this

Re: [O] org-mobile: Strange #+TODO: in index.org

2012-03-29 Thread Moritz Ulrich
On Thu, Mar 29, 2012 at 12:51, Bastien b...@gnu.org wrote: Hi Ulrich, It's Moritz, everyone confuses this ;-) (No hard feelings) Moritz Ulrich ulrich.mor...@googlemail.com writes: I recently started using org-mode in combination with MobileOrg rather excessively. Everything works pretty

[O] org-mobile: Strange #+TODO: in index.org

2012-03-28 Thread Moritz Ulrich
Hello, I recently started using org-mode in combination with MobileOrg rather excessively. Everything works pretty good, with one exception: `org-mobile-push' adds a strange #+TODO: line to index.org: #+TODO: | DONE This confuses my MobileOrg application (Android, MobileOrg-NG, a fork) and

Re: [O] org-mobile: new edit nodes for new heading, delete, refile and archive

2012-03-27 Thread Bastien
Hi Henning, Henning Weiss hdwe...@gmail.com writes: I have tried to extend org-mobile with four new edit nodes. One to add new headings, one for deletion of headings, one for refiling and one for archiving nodes. Having those in orgmode would allow mobileorg-android (and mobileorg) to be

[O] org-mobile: new edit nodes for new heading, delete, refile and archive

2012-03-21 Thread Henning Weiss
Hi, I have tried to extend org-mobile with four new edit nodes. One to add new headings, one for deletion of headings, one for refiling and one for archiving nodes. Having those in orgmode would allow mobileorg-android (and mobileorg) to be extended to allow a wider range of operations. The

Re: [O] org-mobile : checksum errors

2012-03-17 Thread aaron barclay
Hi Richard, I am setting up mobile org for the first time and having the same problem. Did you ever come up with a solution? cheers, aaron. On 6 February 2012 02:56, Richard Riley rile...@gmail.com wrote: I reduced my mobile org file set to a single file general.org by adjusting

Re: [O] org-mobile : checksum errors

2012-03-17 Thread aaron barclay
Hi, I found this that discusses the issue - although the solution did not work for me. I am getting sync from emacs to dropbox, but not from dropbox to ios. Has any else had a similar issue, any ideas? regards, aaron. https://github.com/richard/mobileorg/wiki/known-issues On 17 March 2012

Re: [O] org-mobile : checksum errors - iPhone?

2012-03-17 Thread Nick Bell
On 05/02/12 15:56, Richard Riley wrote: I reduced my mobile org file set to a single file general.org by adjusting org-mobile-files. I did an org-mobile-push but the mobile app falls over when I try to sync it saying error downloading checksums. I read on the org-mobile web page that one

Re: [O] org-mobile : checksum errors - iPhone?

2012-03-17 Thread Nick Bell
On 05/02/12 15:56, Richard Riley wrote: I reduced my mobile org file set to a single file general.org by adjusting org-mobile-files. I did an org-mobile-push but the mobile app falls over when I try to sync it saying error downloading checksums. I read on the org-mobile web page that one

[O] org-mobile-pull error.

2012-02-08 Thread Madhu Rao
I get the following error when I do org-mobile-pull. The backtrace are these following 4 lines. Debugger entered--Lisp error: (wrong-type-argument stringp nil) org-mobile-pull() call-interactively(org-mobile-pull t nil) execute-extended-command(nil)

[O] org mobile problems

2012-02-05 Thread Richard Riley
I have a certain journal (journal.org) which causes org-mobile-push to crash and leave a massive backtrace. I havent attached it here as it takes my netbook abot ten minutes to copy it and another ten to paste it in emacs for some reason, so delaying providing that I though I would exclude it :

  1   2   >