From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Juri Krivov" Subject: Re: Org mode 6.06b and remember2.0 problems Date: Wed, 30 Jul 2008 14:59:33 -0700 Message-ID: <1735b6ae0807301459i52987d47re7b1c29f9b3c95cd@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0152351292==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOJhr-00026G-2E for emacs-orgmode@gnu.org; Wed, 30 Jul 2008 17:59:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOJhp-00025z-Hm for emacs-orgmode@gnu.org; Wed, 30 Jul 2008 17:59:37 -0400 Received: from [199.232.76.173] (port=54931 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOJhp-00025w-CS for emacs-orgmode@gnu.org; Wed, 30 Jul 2008 17:59:37 -0400 Received: from qb-out-1314.google.com ([72.14.204.173]:65232) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOJho-00037B-PS for emacs-orgmode@gnu.org; Wed, 30 Jul 2008 17:59:37 -0400 Received: by qb-out-1314.google.com with SMTP id d2so244113qbc.30 for ; Wed, 30 Jul 2008 14:59:35 -0700 (PDT) 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 --===============0152351292== Content-Type: multipart/alternative; boundary="----=_Part_32856_28287887.1217455174314" ------=_Part_32856_28287887.1217455174314 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Jul 29, 2008, at 7:58 PM, charles snyder wrote: > Hi > I am having problems on 2 different machines trying to integrate org mode and remember. I am running > GNU Emacs 22.2.50.1 (i386-apple-darwin9.4.0, Carbon Version 1.6.0) on a 10.5.4 Leopard Mac > org-6.06b is in the directory below, and remember-2.0 as well. > My .emacs is here: > ------------ > (add-to-list 'load-path "/Applications/Emacs.app/Contents/Resources/lisp/org-6.06b/lisp/") > (add-to-list 'load-path "/Applications/Emacs.app/Contents/Resources/lisp/remember-2.0/") > (require 'org) I understand from manual and previous discussion, that if you use distribution from the Web and not within Emacs, that you then must build org-install.el and write (require 'org-install) and that in fact (require 'org) is never used in init file? I repeat bug with (require 'org), but not with (require 'org-install) Juri > (require 'remember) ;;(require 'org-annotate-file) (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-directory "~/orgfiles/") (setq org-default-notes-file "~/.notes") (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) (setq org-remember-templates '(("Todo" ?t "* TODO %? %^g\n %i\n " "F:/GTD/newgtd.org" "Office") ("Journal" ?j "\n* %^{topic} %T \n%i%?\n" "L:journal.org") ("Book" ?b "\n* %^{Book Title} %t :READING: \n%[l:/booktemp.txt]\n" "L:journal.org") ("Private" ?p "\n* %^{topic} %T \n%i%?\n" "F:/gtd/privnotes.org") ("Contact" ?c "\n* %^{Name} :CONTACT:\n%[l:/contemp.txt]\n" "F:/gtd/privnotes.org") )) (setq org-annotate-file-storage-file "~/annotated.org") (setq org-annotate-file-add-search t) (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. '(cua-mode t nil (cua-base)) '(show-paren-mode t) '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify))) '(transient-mark-mode t)) (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. ) --------------------- (This is pretty much the setup shown in Charles Cave's nice tutorial) Org mode works fine, but when I try to Ctrl-C r, I get the following error: ...run-hook-with-args-until-success: Autoloading failed to define function org-remember-annotation Also in my main org file, M-x org-remember gives: Autoloading failed to define function org-remember There was a post with relatively similar unresolved problems on this list back in April 08 as well... Any ideas / suggestions? Thanks! Charles Snyder _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ------=_Part_32856_28287887.1217455174314 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

On Jul 29, 2008, at 7:58 PM, charles snyder wrote:

> Hi

> I am having problems on 2 different machines trying to integrate org mode and remember. I am running
> GNU Emacs 22.2.50.1 (i386-apple-darwin9.4.0, Carbon Version 1.6.0) on a 10.5.4 Leopard Mac
> org-6.06b is in the directory below, and remember-2.0 as well.
> My .emacs is here:

> ------------
> (add-to-list 'load-path "/Applications/Emacs.app/Contents/Resources/lisp/org-6.06b/lisp/")
> (add-to-list 'load-path "/Applications/Emacs.app/Contents/Resources/lisp/remember-2.0/")

> (require 'org)

I understand from manual and previous discussion, that if you use
distribution from the Web and not within Emacs, that you then
must build org-install.el and write

(require 'org-install)

and that in fact  (require 'org) is never used in init file?

I repeat bug with (require 'org), but not with (require 'org-install)

Juri

> (require 'remember)
;;(require 'org-annotate-file)

(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-directory "~/orgfiles/")
(setq org-default-notes-file "~/.notes")

(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)

(setq org-remember-templates
    '(("Todo" ?t "* TODO %? %^g\n %i\n " "F:/GTD/newgtd.org" "Office")
     ("Journal" ?j "\n* %^{topic} %T \n%i%?\n" "L:journal.org")
     ("Book" ?b "\n* %^{Book Title} %t :READING: \n%[l:/booktemp.txt]\n"
             "L:journal.org")
     ("Private" ?p "\n* %^{topic} %T \n%i%?\n" "F:/gtd/privnotes.org")
     ("Contact" ?c "\n* %^{Name} :CONTACT:\n%[l:/contemp.txt]\n"
              "F:/gtd/privnotes.org")
     ))


(setq org-annotate-file-storage-file "~/annotated.org")

(setq org-annotate-file-add-search t)
(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.
 '(cua-mode t nil (cua-base))
 '(show-paren-mode t)
 '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))
 '(transient-mark-mode t))
(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.
 )
---------------------
(This is pretty much the setup shown in Charles Cave's nice tutorial)

Org mode works fine, but when I try to Ctrl-C r, I get the following error:

...run-hook-with-args-until-success: Autoloading failed to define function org-remember-annotation

Also in my main org file, M-x org-remember gives:

Autoloading failed to define function org-remember

There was a post with relatively similar unresolved problems on this list back in April 08 as well...


Any ideas / suggestions?

Thanks!

Charles Snyder

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

------=_Part_32856_28287887.1217455174314-- --===============0152351292== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0152351292==--