Re: [Orgmode] MobileOrg: Unexpceted error when syncing data from Dropbox

2010-12-13 Thread Rodney Price
MobileOrg has been throwing this error for me since the first day I
tried it. (with iPod Touch)  I've given up on solving it.  I've tried
everything mentioned below repeatedly, and I just don't have time to
mess with it any longer.

The purpose of this post is just to say me too and please fix
MobileOrg's error messages.

-Rod

Greg Troxel g...@ir.bbn.com writes:

 Martin Stemplinger mstemplin...@gmx.de writes:

 today I upgraded to org-mode 7.4 (I'm using GNU Emacs 24.0.50.1
 (i386-mingw-nt6.1.7600) should that matter). Since then I receive the
 message Unexpected Error when I try to sync from Dropbox. 

 I've been using 7.4 with my own webdav server (apache 2.2) with
 MobileOrg and it's been fine.

 I would suggest looking at the files in dropbox to see if they look ok.
 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] How to align tag to the right margin

2010-12-07 Thread Rodney Price

C-u C-c C-q works for me.

I switch between machines with different monitors, and I find that in
the agenda view, the tags can intrude on the headline space.  That is,
an entry I make on one machine puts the tag in a different place than an
entry I make on another machine.  The following snippet lines up the
tags in the agenda view.

;; Place tags close to the right-hand side of the window
(add-hook 'org-finalize-agenda-hook 'place-agenda-tags)
(defun place-agenda-tags ()
  Put the agenda tags by the right border of the agenda window.
  (setq org-agenda-tags-column (- 4 (window-width)))
  (org-agenda-align-tags))

-Rod


Martin Pohlack m...@os.inf.tu-dresden.de writes:

 On 07.12.2010 21:48, Chao LU wrote:
 Hi Eric,
 
 Yes, it works, by (setq org-tags-column 90). But new question arise, it does
 not apply to the tags which have already been there (only new tags after the
 modification of the alignment number), so how could I get all the tags
 updated?

 org-align-all-tags, should be bound to c-u c-u c-c c-c.

 HTH,
 Martin

 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] mobileorg app can't sync

2010-10-15 Thread Rodney Price
I've been trying to get MobileOrg set up with Dropbox, and I seem to
have done something to make it impossible for MobileOrg to sync.
Whenever I try, I get an error message like,

Unexpected error: error getting mobileorg.org

(paraphrased somewhat)

It was syncing fine at one point, but then I decided to move my ~/org
directory into the Dropbox directory, and MobileOrg evidently didn't
like the change.  

How do I get the MobileOrg app (on an iPod Touch) to start up again?

Thanks,
-Rod

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode