emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: JBash <bashveank@gmail.com>
To: emacs-orgmode@gnu.org
Subject: remember integration problem with 6.06
Date: Wed, 10 Sep 2008 14:26:22 -0400	[thread overview]
Message-ID: <407c66ac0809101126p8989024r8da5989a182c06b9@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1985 bytes --]

Hello,

I've recently started using the version of org from the git repository, and
I somehow have broken the remember-mode integration with org.  I was
previously using 5.22a, with linux, emacs 22, and remember 1.9.

When I type 'Ctrl-C r', which used to bring up the remember template, I now
get:

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

Any ideas what I've done to break the integration?  Any help will be
appreciated.

Thanks,
Jerry

Here are the pertinent lines in my .emacs:

;;(add-to-list 'load-path "~/emacs/lisp/org-5.22a")
(add-to-list 'load-path "~/emacs/org-mode/org-mode.git/lisp")
(add-to-list 'load-path "~/emacs/lisp/remember-1.9")

;; (require 'remember)  ;; This didn't work see error
(require 'remember-autoloads)  ;; This doesn't work either - see error
;; (org-remember-insinuate) ;; This didn't load
(setq org-directory "~/org-gtd/")
(setq org-default-notes-file (concat org-directory "org-gtd.org"))
;;(global-set-key (kbd "C-c r") 'remember)

(setq org-remember-templates
   '(("Tasks" ?t "* TODO %?\n  %i\n  %a" "~/org-gtd/org-gtd01.org" "Tasks")
     ("Home" ?h "* TODO %?\n  %i\n  %a" "~/org-gtd/home_gtd1.org" "Tasks")
;;     ("WCC" ?w "* TODO %?\n  %i\n  %a" "~/org-gtd/wcc_gtd01.org" "Tasks")
     ("Appointments" ?a "* Appointment: %?\n%^T\n%i\n  %a" "~/org-gtd/
org-gtd01.org" "Appointments")))
(setq remember-annotation-functions '(org-remember-annotation))
(setq remember-handler-functions '(org-remember-handler))
(eval-after-load 'remember  '(add-hook 'remember-mode-hook
'org-remember-apply-template))
;; (add-hook 'remember-mode-hook 'org-remember-apply-template)  ;; Same
error with this uncommented
(global-set-key (kbd "C-c r") 'remember)

(require 'org)
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(global-set-key (kbd "C-c a") 'org-agenda)
(setq org-todo-keywords '("TODO" "STARTED" "WAITING" "DONE"))
(setq org-agenda-include-diary t)
(setq org-agenda-include-all-todo t)

[-- Attachment #1.2: Type: text/html, Size: 2998 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

             reply	other threads:[~2008-09-10 18:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-10 18:26 JBash [this message]
2008-09-10 19:23 ` remember integration problem with 6.06 Heinz R. Hopfgartner
2008-09-10 19:44 ` Dan Griswold
2008-09-11 15:05   ` JBash
2010-03-18 10:17     ` Rohan Nicholls
2010-03-19 17:34       ` Carsten Dominik
2010-03-19 21:41         ` Rohan Nicholls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=407c66ac0809101126p8989024r8da5989a182c06b9@mail.gmail.com \
    --to=bashveank@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).