emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] MobileOrg staging not working correctly


From: Cameron Seader
Subject: Re: [O] MobileOrg staging not working correctly
Date: Tue, 29 Nov 2011 10:50:31 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111105 Thunderbird/8.0

I think this has something to do with my .emacs settings.

;;; Org-mode settings
(require 'org-install)
(require 'org-mobile)
(require 'package)
(package-initialize)
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)
(global-font-lock-mode 1)
(setq org-directory "~/Documents/Notes/org")
(setq org-agenda-files (file-expand-wildcards
"~/Documents/Notes/org/*.org"))

;;; MobileOrg Settings
(setq org-mobile-files (file-expand-wildcards
"~/Documents/Notes/org/*.org"))
(setq org-mobile-directory "~/Dropbox/MobileOrg")
(setq org-mobile-inbox-for-pull "~/Documents/Notes/org/inbox.org")

Would having a wildcard for org-agenda-files mess up the creation of the
agendas.org file when I execute C-c C-x RET p

Please someone let me know.
Thanks,
Cameron

On 11/29/2011 10:07 AM, Cameron Seader wrote:
> I am using the latest version of orgmode and its still not working.
> 
> Here are my *messages* from the buffer
> 
> Creating agendas...done
> Saving all Org-mode buffers...
> (No files need saving)
> Saving all Org-mode buffers... done
> Copying files...
> (New file)
> OVERVIEW
> Saving file /home/xxxxxx/Dropbox/MobileOrg/mobileorg.org...
> Wrote /home/xxxxxx/Dropbox/MobileOrg/mobileorg.org
> Writing index file...
> Writing checksums...
> Files for mobile viewer staged
> 
> It says that it created the agendas...
> 
> Here is my index.org
> 
> :~/Dropbox/MobileOrg> cat index.org
> #+READONLY
> #+TODO: TODO DONE
> #+TODO:  | DONE
> #+TAGS:
> #+DRAWERS: PROPERTIES CLOCK LOGBOOK
> #+ALLPRIORITIES: A B C
> * [[file:agendas.org][Agenda Views]]
> ...removing the rest for privacy...
> 
> It created a link to the agendas.org file...
> 
> Why didn't the agendas.org file get created? Do i have to create it
> myself?  Do I have to export my agenda view myself? How do I get this to
> work?
> TIA,

-- 
Cameron Seader
SUSE Sales Engineer

Phone: 208-572-0095
address@hidden
SUSE http://www.suse.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]