all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David O'Toole <dto@gnu.org>
To: emacs-orgmode@gnu.org
Subject: org-mode issues i'm having
Date: Fri, 28 Apr 2006 11:02:07 -0400	[thread overview]
Message-ID: <m3r73hg2vk.fsf@gnu.org> (raw)


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
dto@gnu.org

             reply	other threads:[~2006-04-28 15:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-28 15:02 David O'Toole [this message]
2006-05-06 10:20 ` org-mode issues i'm having Carsten Dominik

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

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

  git send-email \
    --in-reply-to=m3r73hg2vk.fsf@gnu.org \
    --to=dto@gnu.org \
    --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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.