1. Links that target specific text in a file, do not work properly: - [[file:~/emacs/org-4.27/org.el::defcustom%20org%20after%20todo%20state%20change%20hook%20nil][file:~/emacs/org-4.27/org.el::defcustom org after todo state change hook nil]] - [[file:~/emacs/org-4.27/org.el::defvar%20org%20todo%20line%20regexp%20nil][file:~/emacs/org-4.27/org.el::defvar org todo line regexp nil]]
The above were made with "C-c l" (org-store-link). When opening with C-c C-o, I expect it to locate point near the search text, but it doesn't. If the file is not being visited currently, it simply locates point at the beginning of the file. If the file is being visited, it doesn't move point. Am I missing something? 2. Remember support doesn't work properly. After hitting C-c C-c, the little "place your text in the outline tree" help comes up, and I can move the cursor a little, but I don't see ANY tree or text from the outline, just a blank window behind the help text. I'm using CVS emacs and configuring org like this: ---------------------------- (add-to-list 'load-path "/home/dto/emacs/org-4.27") (load "org") (load "remember") (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) (define-key global-map "\C-cr" 'remember) (setq org-log-done t) (setq org-fontify-emphasized-text t) (setq org-fontify-done-headline t) (setq org-agenda-include-all-todo nil) (setq org-directory "~/org") (setq org-default-notes-file "~/org/Remember.org") (setq org-export-html-style "<link rel=stylesheet href=\"../e/freeshell2.css\" type=\"text/css\">") (setq org-export-with-section-numbers nil) (setq org-export-with-toc nil) (setq org-reverse-note-order t) ;; note at beginning of file by default. (setq org-adapt-indentation nil) (setq remember-annotation-functions '(org-remember-annotation)) (setq remember-handler-functions '(org-remember-handler)) (add-hook 'remember-mode-hook 'org-remember-apply-template) ;; widen category field a little (setq org-agenda-prefix-format " %-15:c%?-12t% s") -- Dave O'Toole [EMAIL PROTECTED] _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode