-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emacs org-mobile-pull error #285
Comments
Seem to have figured out the problem. Since I'm new to the org-mobile API, I didn't (and probably still don't) fully get what's happening. Fundamentally, I confused the inbox file with the That said, in my defense, there are lots of new concepts, some of which to me, at first glance, seem a bit counter-intuitive like:
Anyway, specifically, changed
to
Seems to work well with a bit of testing. Still experimenting to see if I want to use MobileOrg extensively, but I am quite optimistic I'll get some use from it. Thanks. edit: typo |
Hi, I'm trying to sync .org files on Mac and iPhone through MobileOrg. Things working file until running the
org-mobile-pull
command to try to pull the files that were sent from iPhone to my staging folder (defined inorg-mobile-directory
) back into the original file (named220212.org
).I
M-x org-mobile-pull
, and get the following error:Wrong type argument: stringp, nil
Contents of mobileorg.org (file that contains the updates that were performed on the phone) prior to running org-mobile-pull:
After running org-mobile-pull and seeing the error: empty
I'm new to debugging lisp code or emacs, but I tried setting to true "debug-on-error" and "debug-on-entry" for
org-mobile-pull
in emacs. Having a bit of trouble figuring out exactly where in the function that is but it seems to be in the first few commands. Might try to master the debugger and debug further.My .init.el contains
org-directory
,org-mobile-inbox-for-pull
,org-mobile-directory
,org-mobile-files
,org-mobile-force-id-on-agenda-items
all set, in my opinion, appropriately.Does anybody know what is causing this? As a result of this error, the changes in mobileorg.org are not synced back into the original 220212.org file.
Edit: formatting
Edit2: I should note that
org-mobile-push
seems to successfully populate the staging folder. I can then sync those files to the app. From the app, I can then sync the files back into the staging folder. Issue only occurs with theorg-mobile-pull
command from emacs. If this is more an issues tracker for the iPhone app side of things (which seems to be working), then where can I ask this more emacs-related question?The text was updated successfully, but these errors were encountered: