"Thomas S. Dye" <t...@tsdye.com> writes: > Aloha Carsten, > > I think I need to know what is meant by "minimal .emacs."
I have a minimal.emacs which is a stripped down .emacs that only has what I need to invoke org-mode for reproducing a problem. ,----[ minimal.emacs ] | (add-to-list 'load-path (expand-file-name "~/git/org-mode/lisp")) | (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode)) | (setq org-agenda-files '("/tmp/test.org")) | (require 'org-install) | (require 'org-habit) | | (global-set-key "\C-cl" 'org-store-link) | (global-set-key "\C-ca" 'org-agenda) | (global-set-key "\C-cb" 'org-iswitchb) `---- and I load this with emacs -Q -l ~/minimal.emacs. I'll normally edit it to add whatever is needed to reproduce the problem in org-mode. Using a stripped down minimal .emacs files removes broken custom settings as the cause of the issue and makes it easy to reproduce for other people. HTH, Bernt _______________________________________________ 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