[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] MobileOrg and tags
From: |
James Harkins |
Subject: |
Re: [O] MobileOrg and tags |
Date: |
Fri, 03 Aug 2012 13:02:02 -0400 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
At Fri, 03 Aug 2012 18:16:55 +0200,
Bastien wrote:
> Please test my change first, it spares us the cost of a new
> option, and it should be fast enough. If it is not, maybe we'll
> go with your patch.
It's not working. I'm unsure if I'm doing something wrong or if the patch is
broken.
Normally, I'm running on a separate (private) branch which was checked out from
the release 7.8.11 tag. I plan to keep fairly up-to-date with releases, but I
don't want to run routinely on the main development branch.
So this is what I did:
- git checkout master
- git pull
- make clean
- make
- Restart Emacs
- Switch temporarily to a different org-mobile-push working directory
- org-mobile-push
Two differences in behavior:
- It pops up a buffer showing me the contents of agendas.org, and asks me what
coding system I want to use (default "raw-text"). That strikes me as an
unnecessary distraction in the workflow, although maybe this is intentional.
- An error is produced:
Debugger entered--Lisp error: (wrong-type-argument stringp
("~/Documents/mobileorg/semester.org" . "semester-fall.org"))
expand-file-name(("~/Documents/mobileorg/semester.org" . "semester-fall.org"))
find-file-noselect(("~/Documents/mobileorg/semester.org" .
"semester-fall.org"))
#[(file) "\302!q\210\303\304 \305\306 \"\"\207" [file org-tag-alist
find-file-noselect append org-get-buffer-tags mapcar #[... "\242;\205
\242C\207" [x] 1]] 5](("~/Documents/mobileorg/semester.org" .
"semester-fall.org"))
mapcar(#[(file) "\302!q\210\303\304 \305\306 \"\"\207" [file org-tag-alist
find-file-noselect append org-get-buffer-tags mapcar #[... "\242;\205
\242C\207" [x] 1]] 5] (("~/Documents/mobileorg/semester.org" .
"semester-fall.org") ("~/Documents/mobileorg/agenda_main.org" .
"agenda_main.org")))
org-global-tags-completion-table((("~/Documents/mobileorg/semester.org" .
"semester-fall.org") ("~/Documents/mobileorg/agenda_main.org" .
"agenda_main.org")))
org-mobile-create-index-file()
byte-code("\303\304!\210\305 \210\306 \210\307\310!\210\311\312\313\"\314
\210*\307\315!\210\316 \210\307\317!\210\320 \210\307\321!\210\322
\210\307\323!\210\324 \210\303\325!\207" [org-mobile-files-alist
org-agenda-files inhibit-redisplay run-hooks org-mobile-pre-push-hook
org-mobile-check-setup org-mobile-prepare-file-lists message "Creating
agendas..." t mapcar car org-mobile-create-sumo-agenda "Creating
agendas...done" org-save-all-org-buffers "Copying files..."
org-mobile-copy-agenda-files "Writing index file..."
org-mobile-create-index-file "Writing checksums..." org-mobile-write-checksums
org-mobile-post-push-hook] 4)
org-mobile-push()
call-interactively(org-mobile-push nil nil)
Am I going about this properly?
hjh
--
James Harkins /// dewdrop world
address@hidden
http://www.dewdrop-world.net
"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal." -- Whitman
blog: http://www.dewdrop-world.net/words
audio clips: http://www.dewdrop-world.net/audio
more audio: http://soundcloud.com/dewdrop_world/tracks
- Re: [O] MobileOrg and tags, Bastien, 2012/08/03
- Re: [O] MobileOrg and tags, James Harkins, 2012/08/03
- Re: [O] MobileOrg and tags, Bastien, 2012/08/03
- Re: [O] MobileOrg and tags,
James Harkins <=
- Re: [O] MobileOrg and tags, Bastien, 2012/08/03
- Re: [O] MobileOrg and tags, Bastien, 2012/08/03
- Re: [O] MobileOrg and tags, James Harkins, 2012/08/03
- Re: [O] MobileOrg and tags, Bastien, 2012/08/04
- Re: [O] MobileOrg and tags, Bastien, 2012/08/04