• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/textmodes/

Lines Matching defs:notes

1 ;;;; org.el --- Outline-based notes management and organize
30 ;; Org-mode is a mode for keeping notes, maintaining ToDo lists, and doing
43 ;; printing and sharing of notes, an Org-mode file can be exported as a
103 "Outline-based notes management and organizer."
1220 (defcustom org-default-notes-file "~/.notes"
1221 "Default target for storing notes.
1232 "The headline that should be the default location in the notes file.
1233 When filing remember notes, the cursor will start at that position.
1246 The default file is given by `org-default-notes-file'. An optional third
1302 "Non-nil means, store new notes at the beginning of a file or entry.
1303 When nil, new notes will be filed to the end of a file or entry."
1391 (set :tag "on, with notes, detailed control" :greedy t :value (done)
1400 "Headings for notes added when clocking out or closing TODO items.
3484 "Outline-based notes management and organizer, alias
3495 For printing and sharing of notes, an Org-mode file (or a part of it)
10045 ;; General match including network address and notes
10442 org-default-notes-file))
10462 (abbreviate-file-name (or file org-default-notes-file))
10488 (org-set-local 'org-default-notes-file file))
10537 of `org-default-notes-file' is used.
10573 (file (if fastp org-default-notes-file (org-get-org-file)))
10603 (setq reversed (org-notes-order-reversed-p))
10660 (let ((default (or org-default-notes-file remember-data-file)))
10665 (defun org-notes-order-reversed-p ()
10666 "Check if the current file should receive notes in reversed order."