From mboxrd@z Thu Jan 1 00:00:00 1970 From: "U-SWEETSAUERPORT\\Matthew Sauer" Subject: Bug: Org-Contacts.el [7.4] Date: Sat, 05 Mar 2011 20:49:50 -0600 Message-ID: <84wrkdynch.fsf@imap.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from [140.186.70.92] (port=50409 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pw437-0007Es-CN for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 21:50:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pw433-00035G-OF for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 21:50:25 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:61180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pw433-000355-CE for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 21:50:21 -0500 Received: by iwl42 with SMTP id 42so4112079iwl.0 for ; Sat, 05 Mar 2011 18:50:20 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= 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. ------------------------------------------------------------------------ I test evaluated my .emacs (Yes, it needs some cleaning up and that is one of my projects). Deleted my org-contacts.el and re-cloned it via git. I made sure the directoy for it is added to the load-path and placed the following in my .emacs (require 'org-contacts) I have attatched a backtrace of the error to this message but it seems to revolve around: (org-property-set-functions-alist ("BIRTHDAY" . org-completing-read-date)) not working correctly. This error won't let me load the .emacs file and thus I can't use the org-contacts functionality. Hopefully, I am just missing something obvious and this will be an easy fix. --=-=-= Content-Disposition: attachment; filename=.emacs Content-Description: My DotEmacs File (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(appt-delete-window-function (quote appt-delete-window)) '(appt-display-duration 120) '(appt-display-format (quote window)) '(auto-raise-tool-bar-buttons t t) '(auto-resize-tool-bars t t) '(battery-mode-line-format "%c %r %B %d %L %p %m") '(battery-status-function (quote ignore)) '(bookmark-automatically-show-annotations t) '(bookmark-use-annotations nil) '(calendar-week-start-day 1) '(case-fold-search t) '(current-language-environment "Latin-1") '(default-input-method "latin-1-prefix") '(display-battery-mode t) '(display-time-24hr-format t) '(display-time-day-and-date t) '(display-time-default-load-average 2) '(display-time-format nil) '(display-time-mode t) '(display-time-world-list (quote (("PST8PDT" "Seattle") ("EST5EDT" "New York") ("GMT0BST" "London") ("CET-1CDT" "Paris") ("CST-6" "Wichita")))) '(erc-modules (quote (autojoin button completion fill irccontrols list match menu move-to-prompt netsplit networks noncommands notify readonly ring smiley stamp track))) '(fancy-splash-image nil) '(fill-column 80) '(g-user-email "improv.philosophy@gmail.com") '(gblogger-user-email "improv.philosophy@gmail.com") '(gcal-calendar-agenda-days 7) '(gcal-user-email "improv.philosophy@gmail.com") '(googlecl-blog-exists t) '(googlecl-blog-tag "org") '(googlecl-blogname "Play the Dad? No, be the Dad!") '(googlecl-footer "Matthew S.") '(googlecl-prompt-footer t) '(googlecl-username "improv.philosophy@gmail.com") '(imap-default-user "improv.philosophy@gmail.com") '(imap-store-password t) '(initial-buffer-choice nil) '(longlines-wrap-follows-window-size t) '(mail-host-address "imap.gmail.com") '(mail-user-agent (quote gnus-user-agent)) '(make-backup-files t) '(normal-erase-is-backspace 0) '(org-agenda-files (quote ("/cygdrive/c/Dropbox/Org/Main.org" "/cygdrive/c/Dropbox/Org/Thea143.org" "/cygdrive/c/Dropbox/Org/Engl101.org" "/cygdrive/c/Dropbox/Org/Journal.org" "/cygdrive/c/Dropbox/Org/privnotes.org" "/cygdrive/c/Dropbox/Org/weather.org"))) '(org-agenda-insert-diary-strategy (quote top-level)) '(org-agenda-log-mode-add-notes nil) '(org-agenda-ndays 7) '(org-agenda-repeating-timestamp-show-all nil) '(org-agenda-restore-windows-after-quit t) '(org-agenda-show-all-dates t) '(org-agenda-skip-deadline-if-done t) '(org-agenda-skip-scheduled-if-done t) '(org-agenda-sorting-strategy (quote ((agenda time-up priority-down tag-up) (todo tag-up)))) '(org-agenda-start-on-weekday nil) '(org-agenda-text-search-extra-files (quote (agenda-archives))) '(org-agenda-todo-ignore-deadlines nil) '(org-agenda-todo-ignore-scheduled nil) '(org-agenda-todo-ignore-with-date t) '(org-agenda-window-setup (quote other-window)) '(org-attach-directory "/cygdrive/C/Dropbox/Org/data/") '(org-capture-templates (quote (("t" "Todo" entry (file+headline "/cygdrive/c/Dropbox/Org/Refile.org" "Refile") "* TODO %^{Brief Description} %^g %? Added: %U") ("j" "Journal/Blog/Private" entry (file+headline "/cygdrive/c/Dropbox/Org/Refile.org" "Refile") "** %^{Head Line} %U %^g %i%?") ("a" "Appt" entry (file+headline "/cygdrive/c/Dropbox/Org/Refile.org" "Refile") "* %^{Brief Description} %^g %^{When?}T %? Added: %U %") ("s" "Someday" entry (file+headline "/cygdrive/c/Dropbox/Org/someday.org" "Someday") "** %^{Someday Heading} %U %? ") ("c" "Contact" entry (file+headline "/cygdrive/c/Dropbox/Org/Contacts.org" "Contacts") "* %^{Contact Name} :PROPERTIES: :EMAIL: %^{Contact Email} :PHONE: %^{Contact Phone} :NOTES: %^{Notes?} :END:") ("e" "English" entry (file+datetree "/cygdrive/c/Dropbox/Org/Engl101.org") "* %^{Class Session:} %^g Added: %T %k %K % * ?") ("u" "Theatre" entry (file+datetree "/cygdrive/c/Dropbox/Org/Thea143.org") "* %^{Class Session:} %^g Added: %T %k %K % * ?") ("l" "Clock This" entry (file+headline "/cygdrive/c/Dropbox/Org/Refile.org" "Refile") "* %^{What to clock} *")))) '(org-clock-in-resume t) '(org-clock-in-switch-to-state nil) '(org-clock-out-switch-to-state nil) '(org-clock-persist t) '(org-clock-persist-query-save t) '(org-clock-sound t) '(org-complete-tags-always-offer-all-agenda-tags nil) '(org-contacts-files (quote ("/cygdrive/C/Dropbox/Org/Contacts.org"))) '(org-deadline-warning-days 7) '(org-directory "/cygdrive/C/Dropbox/Org/") '(org-enforce-todo-checkbox-dependencies t) '(org-enforce-todo-dependencies t) '(org-export-html-style "") '(org-fast-tag-selection-single-key t) '(org-feed-alist (quote (("Catholic" "http://catholiclane.com/feed" "/cygdrive/c/Dropbox/Org/feeds.org" "The Catholic Lane") ("qotd" "http://www.integratedcatholiclife.org/category/dailyquote/quote-of-the-day/feed/" "/cygdrive/c/Dropbox/Org/feeds.org" "Quote of the Day")))) '(org-google-weather-display-icon-p nil) '(org-hide-block-startup nil) '(org-hide-leading-stars t) '(org-hierarchical-checkbox-statistics nil) '(org-indent-boundary-char 32) '(org-indent-indentation-per-level 1) '(org-insert-heading-respect-content t) '(org-log-done (quote note)) '(org-log-into-drawer t) '(org-log-note-clock-out t) '(org-log-redeadline (quote note)) '(org-log-refile (quote note)) '(org-log-repeat (quote note)) '(org-log-reschedule (quote note)) '(org-log-state-notes-insert-after-drawers t) '(org-log-states-order-reversed nil) '(org-modules (quote (org-bbdb org-bibtex org-gnus org-info org-jsinfo org-irc org-mew org-mhe org-rmail org-vm org-wl org-w3m org-mouse))) '(org-mouse-features (quote (context-menu move-tree yank-link activate-stars activate-bullets activate-checkboxes))) '(org-plain-list-ordered-item-terminator t) '(org-provide-todo-statistics (quote (quote all-headlines))) '(org-refile-targets (quote (("main.org" :maxlevel . 1) ("engl101.org" :maxlevel . 1) ("Thea143.org" :maxlevel . 1) ("someday.org" :maxlevel . 2) ("journal.org" :maxlevel . 1) ("privnotes.org" :level . 1) ("Contacts.org" :maxlevel . 1)))) '(org-replace-disputed-keys t) '(org-return-follows-link t) '(org-reverse-note-order nil) '(org-startup-align-all-tables t) '(org-startup-indented nil) '(org-support-shift-select (quote always)) '(org-tag-alist (quote (("ARCHIVE" . 65)))) '(org-tag-faces nil) '(org-tags-column -78) '(org-tags-exclude-from-inheritance (quote ("ARCHIVE"))) '(org-tags-match-list-sublevels nil) '(org-tags-sort-function nil) '(org-time-stamp-rounding-minutes 5) '(org-todo-keyword-faces (quote (("\"TODO\"" :foreground "red") ("\"NEXT\"" :foreground "steelblue") ("\"WORKING\"" :foreground "sienna") ("\"REVIEW\"" :foreground "olivedrab") ("\"DONE\"" :foreground "dimgrey") ("\"DEFFERED\"" :foreground "dimgrey") ("\"CANCEL\"" :foreground "dimgrey")))) '(org-todo-keywords (quote ((sequence "TODO" "NEXT" "WORKING" "REVIEW" "DONE" "DEFFERED" "CANCEL")))) '(org-todo-state-tags-triggers (quote ((todo ("ARCHIVE")) (done ("ARCHIVE" . t))))) '(org-use-extra-keys t) '(org-use-fast-todo-selection t) '(org-use-speed-commands t) '(org-use-tag-inheritance nil) '(org2blog/wp-confirm-post t) '(org2blog/wp-default-categories (quote ("Philosophy"))) '(org2blog/wp-keep-new-lines nil) '(org2blog/wp-track-posts nil) '(read-mail-command (quote gnus)) '(remember-diary-file nil) '(require (quote htmlize)) '(save-interprogram-paste-before-kill t) '(setq load-path t) '(user-full-name "U-SWEETSAUERPORT\\Matthew Sauer") '(user-mail-address "Improv.Philosophy@gmail.com") '(word-wrap t) '(x-select-enable-clipboard t)) ;; ERC (setq erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT")) ;; Highlight text chosen in with Mark region (transient-mark-mode t) ; Save files in DOS mode (setq-default buffer-file-coding-system 'raw-text-dos) (add-hook 'text-mode-hook 'turn-on-auto-fill) ; dont use tabs for indenting (setq-default indent-tabs-mode nil) (setq-default tab-width 3) ;; These lines only if org-mode is not part of the X/Emacs distribution. (autoload 'org-mode "org" "Org mode" t) (autoload 'org-diary "org" "Diary entries from Org mode" t) (autoload 'org-agenda "org" "Multi-file agenda from Org mode" t) (autoload 'org-store-link "org" "Store a link to the current location" t) (autoload 'orgtbl-mode "org" "Org tables as a minor mode" t) (autoload 'turn-on-orgtbl "org" "Org tables as a minor mode") (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (define-key global-map "\C-cl" 'org-store-link) (define-key global-map "\C-ca" 'org-agenda) (setq org-log-done t) (setq org-agenda-include-diary t) (setq org-deadline-warning-days 7) (setq org-timeline-show-empty-dates t) (setq org-insert-mode-line-in-empty-file t) ;; 2006-05-26 - added following line ;;(autoload 'remember "remember" nil t) ;;(autoload 'remember-region "remember" nil t) (setq org-directory "/cygdrive/c/Dropbox/Org") (setq org-default-notes-file "/cygdrive/c/Dropbox/Org/Refile.org") ;;(setq remember-annotation-functions '(org-remember-annotation)) ;;(setq remember-handler-functions '(org-remember-handler)) ;;(add-hook 'remember-mode-hook 'org-remember-apply-template) (define-key global-map "\C-cr" 'org-remember) ;; Capture (setq org-default-notes-file (concat org-directory "/Refile.org")) (define-key global-map "\C-cc" 'org-capture) (define-key global-map [f8] 'org-capture) ;;(define-key global-map [f9] 'remember-region) (define-key global-map [f1] 'org-clock-in) (define-key global-map [f2] 'org-clock-out) (define-key global-map [f11] 'org-insert-heading-respect-content) (setq org-agenda-exporter-settings '((ps-number-of-columns 1) (ps-landscape-mode t) (htmlize-output-type 'css))) (setq org-agenda-custom-commands '( ("P" "Projects" ((tags "PROJECT"))) ("H" "Office and Home Lists" ((agenda) (tags-todo "WORK") (tags-todo "HOME") (tags-todo "COMPUTER") (tags-todo "CHURCH") (tags-todo "READING") (tags-todo "SCHOOL"))) ("D" "Daily Action List" ( (agenda "" ((org-agenda-ndays 1) (org-agenda-sorting-strategy (quote ((agenda time-up priority-down tag-up) ))) (org-deadline-warning-days 0) )))) )) (defun gtd () (interactive) (find-file "/cygdrive/c/Dropbox/Org/Main.org") ) (global-set-key (kbd "C-c g") 'gtd) (add-hook 'org-agenda-mode-hook 'hl-line-mode) ; org mode start - added 20 Feb 2006 ;; The following lines are always needed. Choose your own keys. (global-font-lock-mode t) (global-set-key "\C-x\C-r" 'prefix-region) (global-set-key "\C-x\C-l" 'goto-line) (global-set-key "\C-x\C-y" 'copy-region-as-kill) (setq calendar-time-zone -360) (setq calendar-standard-time-zone-name "CST") (set-time-zone-rule "GMT+6") (setq calendar-daylight-time-zone-name "CDT") (fset 'yes-or-no-p 'y-or-n-p) (set-variable 'confirm-kill-emacs 'yes-or-no-p) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(org-headline-done ((t (:foreground "green" :weight normal)))) '(org-hide ((((background light)) (:foreground "black")))) '(org-todo ((t (:foreground "red" :weight bold)))) '(outline-1 ((t (:inherit font-lock-function-name-face))))) ;; Twitering-mode.el customizations (add-to-list 'load-path "~/.emacs.d/emacs-oauth") ;oauth support (add-to-list 'load-path "~/.emacs.d/twittering-mode") ; Save directory (require 'twittering-mode) (setq twittering-use-master-password t) ;; g-client ; (add-to-list 'load-path "~/.emacs.d/g-client") ;g-client load directory ; (require 'g) ;load g-client ; (setq g-user-email "Improv.Philosophy@gmail.com") ;; Google-Cl (add-to-list 'load-path "~/org-googlecl/") (require 'org-googlecl) (global-set-key (kbd "C-c L") 'org-googlecl-list-blogs) (global-set-key (kbd "C-c B") 'googlecl-prompt-blog) ; Org2Blog (add-to-list 'load-path "~/org2blog/") (require 'org2blog) (require 'xml-rpc) (setq org2blog-server-url "http://standupphilosophy.wordpress.com/xmlrpc.php" org2blog-server-user "SweetSauerPhotos" org2blog-use-tags-as-categories t org2blog-confirm-post t org2blog-server-weblog-id "") (setq org2blog/wp-blog-alist '(("StandUpPhilosophy" :url "http://standupphilosophy.wordpress.com/xmlrpc.php" :username "sweetsauerphotos" :default-title "Hello World" :default-categories ("org2blog" "emacs") :tags-as-categories t))) ;; Org-Contacts (add-to-list 'load-path "/elisp/org-contacts/") (require 'org-contacts) ;; RSS (require 'org-feed) ;; WORG (add-to-list 'load-path "~/Worg/code/elisp/") (require 'worg) ;;Org-Google-Weather (add-to-list 'load-path "~/google-weather-el/") (require 'google-weather) (require 'org-google-weather) (add-to-list 'load-path "/elisp/") (require 'sunrisesunset) --=-=-= Content-Disposition: attachment; filename=BackTrace Content-Transfer-Encoding: quoted-printable Content-Description: BackTrace error when trying evaluate my .emacs Debugger entered--Lisp error: (void-variable org-property-set-functions-ali= st) add-to-list(org-property-set-functions-alist ("BIRTHDAY" . org-completing= -read-date)) eval-buffer(# nil "/elisp/org-contacts/org-contacts.el" n= il t) ; Reading at buffer position 12430 load-with-code-conversion("/elisp/org-contacts/org-contacts.el" "/elisp/o= rg-contacts/org-contacts.el" nil t) require(org-contacts) eval-buffer() ; Reading at buffer position 12833 call-interactively(eval-buffer) tmm-prompt((keymap (indent-line menu-item "Indent Line" lisp-indent-line)= (indent-region menu-item "Indent Region" indent-region :help "Indent each = nonblank line in the region" :enable mark-active) (comment-region menu-item= "Comment Out Region" comment-region :help "Comment or uncomment each line = in the region" :enable mark-active) (separator-format "--") (eval-sexp menu= -item "Evaluate Last S-expression" eval-last-sexp :help "Evaluate sexp befo= re point; print value in minibuffer") (eval-region menu-item "Evaluate Regi= on" eval-region :help "Execute the region as Lisp code" :enable mark-active= ) (eval-buffer menu-item "Evaluate Buffer" eval-buffer :help "Execute the c= urrent buffer as Lisp code") (ielm menu-item "Interactive Expression Evalua= tion" ielm :help "Interactively evaluate Emacs Lisp expressions") (separato= r-eval "--") (byte-compile menu-item "Byte-compile this File" emacs-lisp-by= te-compile :help "Byte compile the file containing the current buffer") (em= acs-byte-compile-and-load menu-item "Byte-compile and Load" emacs-lisp-byte= -compile-and-load :help "Byte-compile the current file (if it has changed),= then load compiled code") (byte-recompile menu-item "Byte-recompile Direct= ory..." byte-recompile-directory :help "Recompile every `.el' file in DIREC= TORY that needs recompilation") (disas menu-item "Disassemble Byte Compiled= Object..." disassemble :help "Print disassembled code for OBJECT in a buff= er") (separator-byte "--") (edebug-defun menu-item "Instrument Function for= Debugging" edebug-defun :help "Evaluate the top level form point is in, st= epping through with Edebug" :keys "C-u C-M-x") (lint "Linting" keymap (lint= -d menu-item "Lint Defun" elint-defun :help "Lint the function at point") (= lint-b menu-item "Lint Buffer" elint-current-buffer :help "Lint the current= buffer") (lint-f menu-item "Lint File..." elint-file :help "Lint a file") = (lint-di menu-item "Lint Directory..." elint-directory :help "Lint a direct= ory")) (profiling "Profiling" keymap (prof-func menu-item "Instrument Funct= ion..." elp-instrument-function :help "Instrument a function for profiling"= ) (prof-pack menu-item "Instrument Package..." elp-instrument-package :help= "Instrument for profiling all function that start with a prefix") (prof-re= s menu-item "Show Profiling Results" elp-results :help "Display current pro= filing results") (prof-resfunc menu-item "Reset Counters for Function..." e= lp-reset-function :help "Reset the profiling information for a function") (= prof-resall menu-item "Reset Counters for All Functions" elp-reset-all :hel= p "Reset the profiling information for all functions being profiled") (sep-= rem "--") (prof-restfunc menu-item "Remove Instrumentation for Function..."= elp-restore-function :help "Restore an instrumented function to its origin= al definition") (prof-restall menu-item "Remove Instrumentation for All Fun= ctions" elp-restore-all :help "Restore the original definitions of all func= tions being profiled")) (tracing "Tracing" keymap (tr-f menu-item "Trace Fu= nction..." trace-function :help "Trace the function given as an argument") = (tr-q menu-item "Trace Function Quietly..." trace-function-background :help= "Trace the function with trace output going quietly to a buffer") (tr-sep = "--") (tr-uf menu-item "Untrace function..." untrace-function :help "Untrac= e function, and possibly activate all remaining advice") (tr-a menu-item "U= ntrace All" untrace-all :help "Untrace all currently traced functions")) (r= e-builder menu-item "Construct Regexp" re-builder :help "Construct a regexp= interactively") (checkdoc menu-item "Check Documentation Strings" checkdoc= :help "Check documentation strings for style requirements") (eldoc menu-it= em "Auto-Display Documentation Strings" eldoc-mode :button (:toggle bound-a= nd-true-p eldoc-mode) :help "Display the documentation string for the item = under cursor") "Emacs-Lisp")) tmm-prompt((keymap (file "File" keymap (new-file menu-item "Visit New Fil= e..." find-file :enable ... :help "Specify a new file's name, to edit the f= ile") (open-file menu-item "Open File..." menu-find-file-existing :enable .= .. :help "Read an existing file into an Emacs buffer") (dired menu-item "Op= en Directory..." dired :enable ... :help "Read a directory, to operate on i= ts files") (insert-file menu-item "Insert File..." insert-file :enable ... = :help "Insert another file into current buffer") (kill-buffer menu-item "Cl= ose" kill-this-buffer :enable ... :help "Discard (kill) current buffer") (s= eparator-save "--") (save-buffer menu-item "Save" save-buffer :enable ... := help "Save current buffer to its file") (write-file menu-item "Save As..." = write-file :enable ... :help "Write current buffer to another file") (rever= t-buffer menu-item "Revert Buffer" revert-buffer :enable ... :help "Re-read= current buffer from its file") (recover-session menu-item "Recover Crashed= Session" recover-session :enable ... :help "Recover edits from a crashed s= ession") (separator-print "--") (print-buffer menu-item "Print Buffer" prin= t-buffer :enable ... :help "Print current buffer with page headings") (prin= t-region menu-item "Print Region" print-region :enable mark-active :help "P= rint region between mark and current position") (ps-print-buffer-faces menu= -item "Postscript Print Buffer" ps-print-buffer-with-faces :enable ... :hel= p "Pretty-print current buffer to PostScript printer") (ps-print-region-fac= es menu-item "Postscript Print Region" ps-print-region-with-faces :enable m= ark-active :help "Pretty-print marked region to PostScript printer") (ps-pr= int-buffer menu-item "Postscript Print Buffer (B+W)" ps-print-buffer :enabl= e ... :help "Pretty-print current buffer in black and white to PostScript p= rinter") (ps-print-region menu-item "Postscript Print Region (B+W)" ps-prin= t-region :enable mark-active :help "Pretty-print marked region in black and= white to PostScript printer") (separator-window "--") (split-window menu-i= tem "Split Window" split-window-vertically :enable ... :help "Split selecte= d window in two windows") (one-window menu-item "Remove Splits" delete-othe= r-windows :enable ... :help "Selected window grows to fill the whole frame"= ) (make-frame menu-item "New Frame" make-frame-command :visible ... :help "= Open a new frame") (make-frame-on-display menu-item "New Frame on Display..= ." make-frame-on-display :visible ... :help "Open a new frame on another di= splay") (delete-this-frame menu-item "Delete Frame" delete-frame :visible .= .. :enable ... :help "Delete currently selected frame") (separator-exit "--= ") (exit-emacs menu-item "Quit" save-buffers-kill-terminal :help "Save unsa= ved buffers, then exit") "File") (edit "Edit" keymap (undo menu-item "Undo"= undo :enable ... :help "Undo last operation") (cut menu-item "Cut" kill-re= gion :enable ... :help "Cut (kill) text in region between mark and current = position") (copy menu-item "Copy" menu-bar-kill-ring-save :enable mark-acti= ve :help "Copy text in region between mark and current position" :keys "\\[= kill-ring-save]") (paste menu-item "Paste" yank :enable ... :help "Paste (y= ank) text most recently cut/copied") (paste-from-menu menu-item "Paste from= Kill Menu" yank-menu :enable ... :help "Choose a string from the kill ring= and paste it") (clear menu-item "Clear" delete-region :enable ... :help "D= elete the text in region between mark and current position") (mark-whole-bu= ffer menu-item "Select All" mark-whole-buffer :help "Mark the whole buffer = for a subsequent cut/copy") (separator-search "--") (search menu-item "Sear= ch" ...) (replace menu-item "Replace" ...) (goto menu-item "Go To" ...) (bo= okmark menu-item "Bookmarks" menu-bar-bookmark-map) (separator-bookmark "--= ") (fill menu-item "Fill" fill-region :enable ... :help "Fill text in regio= n to fit between left and right margin") (props menu-item "Text Properties"= facemenu-menu) "Edit") (options "Options" keymap (transient-mark-mode menu= -item "Active Region Highlighting" transient-mark-mode :enable ... :help "M= ake text in active region stand out in color (Transient Mark mode)" :button= ...) (highlight-paren-mode menu-item "Paren Match Highlighting" show-paren= -mode :help "Highlight matching/mismatched parentheses at cursor (Show Pare= n mode)" :button ...) (highlight-separator "--") (line-wrapping menu-item "= Line Wrapping in this Buffer" ...) (auto-fill-mode menu-item "Auto Fill in = Text Modes" menu-bar-text-mode-auto-fill :help "Automatically fill text whi= le typing (Auto Fill mode)" :button ...) (case-fold-search menu-item "Case-= Insensitive Search" toggle-case-fold-search :help "Ignore letter-case in se= arch commands" :button ...) (cua-emulation-mode menu-item "Shift movement m= ark region (CUA)" cua-mode :visible ... :help "Use shifted movement keys to= set and extend the region." :button ...) (cua-mode menu-item "C-x/C-c/C-v = Cut and Paste (CUA)" cua-mode :visible ... :help "Use C-z/C-x/C-c/C-v keys = for undo/cut/copy/paste" :button ...) (edit-options-separator "--") (uniqui= fy menu-item "Use Directory Names in Buffer Names" toggle-uniquify-buffer-n= ames :help "Uniquify buffer names by adding parent directory names" :button= ...) (save-place menu-item "Save Place in Files between Sessions" toggle-s= ave-place-globally :help "Visit files of previous session when restarting E= macs" :button ...) (cursor-separator "--") (blink-cursor-mode menu-item "Bl= inking Cursor" blink-cursor-mode :help "Whether the cursor blinks (Blink Cu= rsor mode)" :button ...) (debugger-separator "--") (debug-on-error menu-ite= m "Enter Debugger on Error" toggle-debug-on-error :help "Enter Lisp debugge= r when an error is signaled" :button ...) (debug-on-quit menu-item "Enter D= ebugger on Quit/C-g" toggle-debug-on-quit :help "Enter Lisp debugger when C= -g is pressed" :button ...) (mule-separator "--") (mule menu-item "Mule (Mu= ltilingual Environment)" ...) (showhide-separator "--") (showhide menu-item= "Show/Hide" ...) (menu-set-font menu-item "Set Default Font..." menu-set-f= ont :visible ... :help "Select a default font") (custom-separator "--") (sa= ve menu-item "Save Options" menu-bar-options-save :help "Save options set f= rom the menu above") (customize menu-item "Customize Emacs" ...) "Options")= (buffer "Buffers" keymap "Select Buffer" [... ... ... ... ...] (command-se= parator "--") (next-buffer menu-item "Next Buffer" next-buffer :help "Switc= h to the \"next\" buffer in a cyclic order") (previous-buffer menu-item "Pr= evious Buffer" previous-buffer :help "Switch to the \"previous\" buffer in = a cyclic order") (select-named-buffer menu-item "Select Named Buffer..." sw= itch-to-buffer :help "Prompt for a buffer name, and select that buffer in t= he current window") (list-all-buffers menu-item "List All Buffers" list-buf= fers :help "Pop up a window listing all Emacs buffers")) (tools "Tools" key= map (grep menu-item "Search Files (Grep)..." grep :help "Search files for s= trings or regexps (with Grep)") (compile menu-item "Compile..." compile :he= lp "Invoke compiler or Make, view compilation errors") (shell menu-item "Sh= ell Command..." shell-command :help "Invoke a shell command and catch its o= utput") (shell-on-region menu-item "Shell Command on Region..." shell-comma= nd-on-region :enable mark-active :help "Pass marked region to a shell comma= nd") (gdb menu-item "Debugger (GDB)..." gdb :help "Debug a program from wit= hin Emacs with GDB") (ede menu-item "Project support (EDE)" global-ede-mode= :help "Toggle the Emacs Development Environment (Global EDE mode)" :button= ...) (semantic menu-item "Source Code Parsers (Semantic)" semantic-mode :h= elp "Toggle automatic parsing in source code buffers (Semantic mode)" :butt= on ...) (separator-prog "--") (spell menu-item "Spell Checking" ispell-menu= -map) (separator-spell "--") (compare menu-item "Compare (Ediff)" menu-bar-= ediff-menu) (ediff-merge menu-item "Merge" menu-bar-ediff-merge-menu) (epat= ch menu-item "Apply Patch" menu-bar-epatch-menu) (separator-compare "--") (= vc menu-item "Version Control" vc-menu-map :filter vc-menu-map-filter) (pcl= -cvs menu-item "PCL-CVS" cvs-global-menu) (separator-vc "--") (gnus menu-it= em "Read Net News (Gnus)" gnus :help "Read network news groups") (rmail men= u-item ... menu-bar-read-mail :visible ... :help "Read your mail and reply = to it") (compose-mail menu-item ... compose-mail :visible ... :help "Send a= mail message") (directory-search menu-item "Directory Search" eudc-tools-m= enu) (separator-net "--") (calendar menu-item "Calendar" calendar :help "In= voke the Emacs built-in calendar") (calc menu-item "Programmable Calculator= " calc :help "Invoke the Emacs built-in full scientific calculator") (simpl= e-calculator menu-item "Simple Calculator" calculator :help "Invoke the Ema= cs built-in quick calculator") (separator-encryption-decryption "--") (encr= yption-decryption menu-item "Encryption/Decryption" ...) (separator-games "= --") (games menu-item "Games" ...) "Tools") (mouse-1 . tmm-menubar-mouse) (= emacs-lisp "Emacs-Lisp" keymap (indent-line menu-item "Indent Line" lisp-in= dent-line) (indent-region menu-item "Indent Region" indent-region :help "In= dent each nonblank line in the region" :enable mark-active) (comment-region= menu-item "Comment Out Region" comment-region :help "Comment or uncomment = each line in the region" :enable mark-active) (separator-format "--") (eval= -sexp menu-item "Evaluate Last S-expression" eval-last-sexp :help "Evaluate= sexp before point; print value in minibuffer") (eval-region menu-item "Eva= luate Region" eval-region :help "Execute the region as Lisp code" :enable m= ark-active) (eval-buffer menu-item "Evaluate Buffer" eval-buffer :help "Exe= cute the current buffer as Lisp code") (ielm menu-item "Interactive Express= ion Evaluation" ielm :help "Interactively evaluate Emacs Lisp expressions")= (separator-eval "--") (byte-compile menu-item "Byte-compile this File" ema= cs-lisp-byte-compile :help "Byte compile the file containing the current bu= ffer") (emacs-byte-compile-and-load menu-item "Byte-compile and Load" emacs= -lisp-byte-compile-and-load :help "Byte-compile the current file (if it has= changed), then load compiled code") (byte-recompile menu-item "Byte-recomp= ile Directory..." byte-recompile-directory :help "Recompile every `.el' fil= e in DIRECTORY that needs recompilation") (disas menu-item "Disassemble Byt= e Compiled Object..." disassemble :help "Print disassembled code for OBJECT= in a buffer") (separator-byte "--") (edebug-defun menu-item "Instrument Fu= nction for Debugging" edebug-defun :help "Evaluate the top level form point= is in, stepping through with Edebug" :keys "C-u C-M-x") (lint "Linting" ke= ymap ... ... ... ...) (profiling "Profiling" keymap ... ... ... ... ... ...= ... ...) (tracing "Tracing" keymap ... ... ... ... ...) (re-builder menu-i= tem "Construct Regexp" re-builder :help "Construct a regexp interactively")= (checkdoc menu-item "Check Documentation Strings" checkdoc :help "Check do= cumentation strings for style requirements") (eldoc menu-item "Auto-Display= Documentation Strings" eldoc-mode :button ... :help "Display the documenta= tion string for the item under cursor") "Emacs-Lisp") nil (help-menu "Help"= keymap (emacs-tutorial menu-item "Emacs Tutorial" help-with-tutorial :help= "Learn how to use Emacs") (emacs-tutorial-language-specific menu-item "Ema= cs Tutorial (choose language)..." help-with-tutorial-spec-language :help "L= earn how to use Emacs (choose a language)") (emacs-faq menu-item "Emacs FAQ= " view-emacs-FAQ :help "Frequently asked (and answered) questions about Ema= cs") (emacs-news menu-item "Emacs News" view-emacs-news :help "New features= of this version") (emacs-known-problems menu-item "Emacs Known Problems" v= iew-emacs-problems :help "Read about known problems with Emacs") (send-emac= s-bug-report menu-item "Send Bug Report..." report-emacs-bug :help "Send e-= mail to Emacs maintainers") (emacs-psychotherapist menu-item "Emacs Psychot= herapist" doctor :help "Our doctor will help you feel better") (sep1 "--") = (search-documentation menu-item "Search Documentation" ...) (describe menu-= item "Describe" ...) (emacs-manual menu-item "Read the Emacs Manual" info-e= macs-manual :help "Full documentation of Emacs features") (more-manuals men= u-item "More Manuals" ...) (find-emacs-packages menu-item "Find Emacs Packa= ges" finder-by-keyword :help "Find packages and features by keyword") (exte= rnal-packages menu-item "External Packages" menu-bar-help-extra-packages :h= elp "Lisp packages distributed separately for use in Emacs") (sep2 "--") (g= etting-new-versions menu-item "Getting New Versions" describe-distribution = :help "How to get the latest version of Emacs") (describe-copying menu-item= "Copying Conditions" describe-copying :help "Show the Emacs license (GPL)"= ) (describe-no-warranty menu-item "(Non)Warranty" describe-no-warranty :hel= p "Explain that Emacs has NO WARRANTY") (sep4 "--") (about-emacs menu-item = "About Emacs" about-emacs :help "Display version number, copyright info, an= d basic help") (about-gnu-project menu-item "About GNU" describe-gnu-projec= t :help "About the GNU System, GNU Project, and GNU/Linux") "Help")) nil ni= l) tmm-menubar() menu-bar-open() call-interactively(menu-bar-open nil nil) --=-=-= I am going to start reading into this after I finish my paper that is due this coming week but I would appreciate any direction. I find this list most useful and helpful and appreciate all of the discussion as I find all of it helpful and some of you have provided me with some really great help. Thank you all! Matthew Sauer Emacs : GNU Emacs 23.2.1 (i686-pc-cygwin, GTK+ Version 2.20.1) of 2010-10-01 on laptop Package: Org-mode version 7.4 current state: ============== (setq org-log-done t org-mouse-features '(context-menu move-tree yank-link activate-stars activate-bullets activate-checkboxes) org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars) org-todo-keyword-faces '(("\"TODO\"" :foreground "red") ("\"NEXT\"" :foreground "steelblue") ("\"WORKING\"" :foreground "sienna") ("\"REVIEW\"" :foreground "olivedrab") ("\"DONE\"" :foreground "dimgrey") ("\"DEFFERED\"" :foreground "dimgrey") ("\"CANCEL\"" :foreground "dimgrey")) org-startup-align-all-tables t org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-agenda-custom-commands '(("P" "Projects" ((tags "PROJECT"))) ("H" "Office and Home Lists" ((agenda) (tags-todo "WORK") (tags-todo "HOME") (tags-todo "COMPUTER") (tags-todo "CHURCH") (tags-todo "READING") (tags-todo "SCHOOL")) ) ("D" "Daily Action List" ((agenda "" ((org-agenda-ndays 1) (org-agenda-sorting-strategy (quote ((agenda time-up priority-down tag-up)))) (org-deadline-warning-days 0)) ) ) ) ) org-agenda-files '("/cygdrive/c/Dropbox/Org/Main.org" "/cygdrive/c/Dropbox/Org/Thea143.org" "/cygdrive/c/Dropbox/Org/Engl101.org" "/cygdrive/c/Dropbox/Org/Journal.org" "/cygdrive/c/Dropbox/Org/privnotes.org" "/cygdrive/c/Dropbox/Org/weather.org") org-agenda-include-diary t org-blocker-hook '(org-block-todo-from-checkboxes org-block-todo-from-children-or-siblings-or-parent) org-agenda-window-setup 'other-window org-hide-leading-stars t org-agenda-exporter-settings '((ps-number-of-columns 1) (ps-landscape-mode t) (htmlize-output-type (quote css))) org-tags-match-list-sublevels nil org-metaup-hook '(org-babel-load-in-session-maybe) org-after-todo-state-change-hook '(org-clock-out-if-current) org-agenda-text-search-extra-files '(agenda-archives) org-attach-directory "/cygdrive/C/Dropbox/Org/data/" org-time-stamp-rounding-minutes 5 org-todo-state-tags-triggers '((todo ("ARCHIVE")) (done ("ARCHIVE" . t))) org-log-states-order-reversed nil org-log-state-notes-insert-after-drawers t org-agenda-sorting-strategy '((agenda time-up priority-down tag-up) (todo tag-up)) org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup) org-agenda-restore-windows-after-quit t org-log-note-clock-out t org-deadline-warning-days 7 org-export-html-style "" org-export-latex-format-toc-function 'org-export-latex-format-toc-default org-agenda-skip-scheduled-if-done t org-agenda-insert-diary-strategy 'top-level org-support-shift-select 'always org-log-redeadline 'note org-clock-in-resume t org-tags-exclude-from-inheritance '("ARCHIVE") org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe) org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-confirm-shell-link-function 'yes-or-no-p org-export-first-hook '(org-beamer-initialize-open-trackers) org-use-tag-inheritance nil org-clock-persist t org-clock-sound t org-todo-keywords '((sequence "TODO" "NEXT" "WORKING" "REVIEW" "DONE" "DEFFERED" "CANCEL")) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-agenda-log-mode-add-notes nil org-clock-persist-query-save t org-default-notes-file "/cygdrive/c/Dropbox/Org/Refile.org" org-agenda-repeating-timestamp-show-all nil org-directory "/cygdrive/c/Dropbox/Org" org-log-reschedule 'note org-tag-alist '(("ARCHIVE" . 65)) org-use-extra-keys t org-log-refile 'note org-babel-pre-tangle-hook '(save-buffer) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers) org-use-speed-commands t org-replace-disputed-keys t org-timeline-show-empty-dates t org-mode-hook '((lambda nil (setq org-mouse-context-menu-function (quote org-mouse-context-menu)) (when (memq (quote context-menu) org-mouse-features) (org-defkey org-mouse-map [mouse-3] nil) (org-defkey org-mode-map [mouse-3] (quote org-mouse-show-context-menu))) (org-defkey org-mode-map [down-mouse-1] (quote org-mouse-down-mouse)) (when (memq (quote context-menu) org-mouse-features) (org-defkey org-mouse-map [C-drag-mouse-1] (quote org-mouse-move-tree)) (org-defkey org-mouse-map [C-down-mouse-1] (quote org-mouse-move-tree-start))) (when (memq (quote yank-link) org-mouse-features) (org-defkey org-mode-map [S-mouse-2] (quote org-mouse-yank-link)) (org-defkey org-mode-map [drag-mouse-3] (quote org-mouse-yank-link))) (when (memq (quote move-tree) org-mouse-features) (org-defkey org-mouse-map [drag-mouse-3] (quote org-mouse-move-tree)) (org-defkey org-mouse-map [down-mouse-3] (quote org-mouse-move-tree-start))) (when (memq (quote activate-stars) org-mouse-features) (font-lock-add-keywords nil (\` (((\, outline-regexp) 0 (\` (face org-link mouse-face highlight keymap (\, org-mouse-map))) (quote prepend)))) t) ) (when (memq (quote activate-bullets) org-mouse-features) (font-lock-add-keywords nil (\` (("^[ ]*\\([-+*]\\|[0-9]+[.)]\\) +" (1 (\` (face org-link keymap (\, org-mouse-map) mouse-face highlight)) (quote prepend))) ) ) t) ) (when (memq (quote activate-checkboxes) org-mouse-features) (font-lock-add-keywords nil (\` (("^[ ]*\\([-+*]\\|[0-9]+[.)]\\) +\\(\\[[ X]\\]\\)" (2 (\` (face bold keymap (\, org-mouse-map) mouse-face highlight)) t)) ) ) t) ) (defadvice org-open-at-point (around org-mouse-open-at-point activate) (let ((context (org-context))) (cond ((assq :headline-stars context) (org-cycle)) ((assq :checkbox context) (org-toggle-checkbox)) ((assq :item-bullet context) (let ((org-cycle-include-plain-lists t)) (org-cycle))) (t ad-do-it)) ) ) ) #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] (lambda nil (org-add-hook (quote change-major-mode-hook) (quote org-babel-show-result-all) (quote append) (quote local))) org-babel-result-hide-spec org-babel-hide-all-hashes) org-contacts-files '("/cygdrive/C/Dropbox/Org/Contacts.org") org-agenda-ndays 7 org-refile-targets '(("main.org" :maxlevel . 1) ("engl101.org" :maxlevel . 1) ("Thea143.org" :maxlevel . 1) ("someday.org" :maxlevel . 2) ("journal.org" :maxlevel . 1) ("privnotes.org" :level . 1) ("Contacts.org" :maxlevel . 1)) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-return-follows-link t org-confirm-elisp-link-function 'yes-or-no-p org-fast-tag-selection-single-key t org-log-into-drawer t org-agenda-mode-hook '((lambda nil (setq org-mouse-context-menu-function (quote org-mouse-agenda-context-menu)) (org-defkey org-agenda-mode-map [mouse-3] (quote org-mouse-show-context-menu)) (org-defkey org-agenda-mode-map [down-mouse-3] (quote org-mouse-move-tree-start)) (org-defkey org-agenda-mode-map [C-mouse-4] (quote org-agenda-earlier)) (org-defkey org-agenda-mode-map [C-mouse-5] (quote org-agenda-later)) (org-defkey org-agenda-mode-map [drag-mouse-3] (quote (lambda (event) (interactive "e") (case (org-mouse-get-gesture event) (:left (org-agenda-earlier 1)) (:right (org-agenda-later 1)))) ) ) ) hl-line-mode) org-feed-alist '(("Catholic" "http://catholiclane.com/feed" "/cygdrive/c/Dropbox/Org/feeds.org" "The Catholic Lane") ("qotd" "http://www.integratedcatholiclife.org/category/dailyquote/quote-of-the-day/feed/" "/cygdrive/c/Dropbox/Org/feeds.org" "Quote of the Day") ) org-agenda-start-on-weekday nil org-agenda-todo-ignore-with-date t org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src org-babel-exp-inline-src-blocks)) org-log-repeat 'note org-agenda-skip-deadline-if-done t org-enforce-todo-dependencies t org-insert-heading-respect-content t org-insert-mode-line-in-empty-file t org-occur-hook '(org-first-headline-recenter) org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-hierarchical-checkbox-statistics nil org-tags-column -78 org-modules '(org-bbdb org-bibtex org-gnus org-info org-jsinfo org-irc org-mew org-mhe org-rmail org-vm org-wl org-w3m org-mouse) org-provide-todo-statistics '(quote all-headlines) org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-enforce-todo-checkbox-dependencies t org-metadown-hook '(org-babel-pop-to-session-maybe) org-export-blocks '((src org-babel-exp-src-blocks nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) --=-=-=--