emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-mobile-push hangs
@ 2009-11-05 15:31 Zhichao Hong
  2009-11-05 15:39 ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Zhichao Hong @ 2009-11-05 15:31 UTC (permalink / raw)
  To: emacs-orgmode

I am observing the org-mobile-push hangs forever.  It happens when it
uploads one org file.  Then the emacs runs into to a busy loop.  I
have to kill it manually.

Below is the detailed bug report.

-Zhichao

From: Zhichao Hong <zhichao.hong@medtronic.com>
To: emacs-orgmode@gnu.org
Subject: Org-mode version 6.32trans; org-mobile-push hangs (only push
1 org file, event for a local folder)
--text follows this line--

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------



Emacs  : GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600)
 of 2009-07-29 on SOFT-MJASON
Package: Org-mode version 6.32trans

current state:
==============
(setq
 org-log-done '(done)
 org-agenda-files '("~/notes/gtd.org" "~/notes/work.org"
		    "~/notes/personal.org" "~/notes/journal.org")
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-protocol-project-alist '(("http://localhost/org/" :base-url
			       "http://localhost/org/" :working-directory
			       "c:/zhong/notes/" :online-suffix ".html"
			       :working-suffix ".org")
			      )
 org-export-preprocess-hook '(org-export-blocks-preprocess)
 org-tab-first-hook '(org-hide-block-toggle-maybe)
 org-src-mode-hook '(org-src-mode-configure-edit-buffer)
 org-confirm-shell-link-function 'yes-or-no-p
 org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)" "CANCELED(c)")
		     (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|"
		      "FIXED(f)")
		     (sequence "INPROGRESS(i)" "DEFERRED(d)" "|"
		      "CANCELED(c)")
		     )
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-default-notes-file "~/notesjournal.org"
 org-directory "~/notes"
 org-export-docbook-xslt-proc-command "xsltproc --output %s
/usr/share/docbook-xsl/fo/docbook.xsl %s"
 org-tag-alist '((:startgroup) ("@HOME" . 104) ("@WORK" . 119) (:endgroup)
		 ("@PHONE" . 102) ("COMPUTER" . 99) ("@ERRAND" . 101))
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
		  org-cycle-show-empty-lines
		  org-optimize-window-after-visibility-change)
 org-replace-disputed-keys t
 org-mode-hook '((lambda nil
		  (make-variable-buffer-local (quote yas/trigger-key))
		  (setq yas/trigger-key [tab])
		  (add-to-list (quote org-tab-first-hook)
		   (quote yas/org-very-safe-expand))
		  (define-key yas/keymap [tab] (quote yas/next-field)))
		 (lambda nil
		  (local-set-key "\356" (quote outline-next-visible-heading))
		  (local-set-key "\360"
		   (quote outline-previous-visible-heading))
		  (local-set-key "\227" (quote org-table-copy-region))
		  (local-set-key "\231" (quote org-table-paste-rectangle))
		  (local-set-key "\214" (quote org-table-sort-lines))
		  (local-set-key "\311" (quote org-toggle-iimage-in-org))
		  (local-set-key "\x19" (quote yank)))
		 (lambda nil (quote imenu-add-to-menubar) "Imenu")
		 #[nil "\300\301\302\303\304$\207"
		   [org-add-hook change-major-mode-hook org-show-block-all
		    append local]
		   5]
		 (lambda nil (flyspell-mode 1)))
 org-confirm-elisp-link-function 'yes-or-no-p
 org-icalendar-store-UID t
 org-occur-hook '(org-first-headline-recenter)
 org-icalendar-include-body nil
 org-export-docbook-xsl-fo-proc-command "c:/apps/fop-0.95/fop %s %s"
 org-remember-templates '(("Todo" 116 "* TODO %?\n  %i\n  %a"
			   "~/notes/journal.org" "Tasks")
			  ("Todo" 84 "* TODO %i%?\n" "~/notes/journal.org"
			   "Tasks")
			  ("Journal" 106 "* %U %?\n\n  %i\n  %a"
			   "~/notes/journal.org")
			  ("Idea" 105 "* %^{Title}\n  %i\n  %a"
			   "~/notes/journal.org" "New Ideas")
			  ("Idea" 73 "* %^{Title}\n %i\n"
			   "~/notes/journal.org" "New Ideas")
			  ("Web" 119
			   "* %^{Title}\n\n  Source: %u, %c\n\n  %i"
			   "~/notes/journal.org" "Notes")
			  )
 org-icalendar-include-todo t
 )

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-11-06  4:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-05 15:31 org-mobile-push hangs Zhichao Hong
2009-11-05 15:39 ` Carsten Dominik
2009-11-05 16:39   ` Zhichao Hong
2009-11-06  1:48     ` Zhichao Hong
2009-11-06  4:32       ` Zhichao Hong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).