Created
October 30, 2010 10:36
-
-
Save jmalonzo/655180 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(color-theme-taylor) | |
;; we don't have imaxima installed on the Mac | |
(if (string-match "linux" system-configuration) | |
(require 'imaxima)) | |
;; Set to the location of your Org files on your local system | |
(setq org-directory "~/Dropbox/Emacs/data") | |
;; Set to the name of the file where new notes will be stored | |
(setq org-mobile-inbox-for-pull "~/Dropbox/Emacs/data/default.org") | |
;; Set to <your Dropbox root directory>/MobileOrg. | |
(setq org-mobile-directory "~/Dropbox/MobileOrg") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment