• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/textmodes/

Lines Matching +defs:language +defs:info +defs:alist

186 This is an alist, cars are symbols for lookup, 1st element is the default key,
278 Instead of t, this can also be an alist specifying this option for different
315 Instead of t, this can also be an alist specifying this option for different
346 Instead of t, this can also be an alist specifying this option for different
443 The value is an alist, with `heading' and `plain-list-item' as car,
854 (defvar org-link-abbrev-alist-local nil
855 "buffer-local version of `org-link-abbrev-alist', which see.
857 (make-variable-buffer-local 'org-link-abbrev-alist-local)
859 (defcustom org-link-abbrev-alist nil
872 :type 'alist)
1284 info | %:type %:file %:node
1401 The value is an alist, with the car being a sympol indicating the note
1520 (defcustom org-tag-alist nil
1524 The value of this variable is an alist, the car may be (and should) be a
1541 `org-tag-alist' or through a #+TAGS line in the buffer.
2070 An alist with four entries, for the different agenda types. The keys to the
2199 The variable may also be an alist with export types `:html', `:ascii',
2212 (defcustom org-export-language-setup
2224 Use the variable `org-export-default-language' to set the language,
2229 (string :tag "HTML language tag")
2234 (defcustom org-export-default-language "en"
2235 "The default language of HTML export, as a string.
2236 This should have an association in `org-export-language-setup'."
2672 (defvar org-emphasis-alist) ; defined just below
2676 (when (and (boundp 'org-emphasis-alist)
2678 org-emphasis-alist org-emphasis-regexp-components)
2687 (markers (mapconcat 'car org-emphasis-alist "")))
2729 `org-emphasis-alist') will be allowed as pre/post, aiding
2742 (defcustom org-emphasis-alist
3099 (defsubst org-get-alist-option (option key)
3205 (and links (setq org-link-abbrev-alist-local (nreverse links)))
3217 (org-set-local 'org-tag-alist nil)
3220 (assoc (car e) org-tag-alist))
3221 (push e org-tag-alist))))))
3630 "wl" "mhe" "rmail" "gnus" "shell" "info" "elisp"))
3720 org-emphasis-alist)))
6334 (defun org-table-field-info (arg)
6335 "Show info about the current field, and highlight any reference at point."
6358 ;; FIXME: formula info not correct if special table line
7226 (defun org-table-store-formulas (alist)
7228 (setq alist (sort alist (lambda (a b) (string< (car a) (car b)))))
7242 alist "::")
7246 "Return an alist with the stored formulas directly after current table."
7248 (let (scol eq eq-alist strings string seen)
7259 eq-alist (cons (cons scol eq) eq-alist))
7263 (nreverse eq-alist)))
7267 KEY is \"@\" or \"$\". REPLACE is an alist of numbers to replace.
8397 ;; Make sure we are first in minor-mode-map-alist
8398 (let ((c (assq 'orgtbl-mode minor-mode-map-alist)))
8399 (and c (setq minor-mode-map-alist
8400 (cons c (delq c minor-mode-map-alist)))))
8497 '("\C-c?" org-table-field-info)
8998 "Apply replacements as defined in `org-link-abbrev-alist."
9001 (as (or (assoc key org-link-abbrev-alist-local)
9002 (assoc key org-link-abbrev-alist)))
9023 "Plist with info about the most recently link created with `org-store-link'.")
9046 (setq link (org-make-link "info:"
9051 (org-store-link-props :type "info" :file Info-current-file
9704 ((string= type "info")
9705 (org-follow-info-link path))
10051 (defun org-follow-info-link (name)
10052 "Follow an info file & node link to NAME."
10056 (require 'info)
10345 (command (mailcap-mime-info mime-type)))
10833 (link (append org-link-abbrev-alist-local
10834 org-link-abbrev-alist))
10853 (or org-tag-alist (org-get-buffer-tags)))
10987 (org-add-planning-info nil nil 'closed)
10992 ;; Planning info calls the note-setting command.
10993 (org-add-planning-info 'closed (org-current-time)
11042 (org-add-planning-info nil nil 'closed)
11083 (org-add-planning-info 'deadline nil 'closed))
11090 (org-add-planning-info 'scheduled nil 'closed))
11092 (defun org-add-planning-info (what &optional time &rest remove)
11285 (hierarchy-p (org-get-alist-option org-show-hierarchy-above key))
11286 (following-p (org-get-alist-option org-show-following-heading key))
11287 (siblings-p (org-get-alist-option org-show-siblings key)))
11437 tags tags-list tags-alist (llast 0) rtn level category i txt
11452 (when (setq entry (assoc i tags-alist))
11453 (setq tags-alist (delete entry tags-alist)))
11458 tags-alist
11459 (cons (cons level tags) tags-alist)))
11463 (apply 'append (mapcar 'cdr tags-alist))
11511 (or org-tag-alist
11622 (setq table (or org-tag-alist (org-get-buffer-tags))
11717 list of inherited tags, and TABLE is an alist of tags and corresponding keys,
12542 ;; First line hast scheduling info, move one further
13524 (let ((file-alist (mapcar (lambda (x)
13529 (setq x (assoc ctf file-alist) had x)
13533 (setq file-alist (append (delq x file-alist) (list x)))
13534 (setq file-alist (cons x (delq x file-alist))))
13535 (org-store-new-agenda-file-list (mapcar 'cdr file-alist))
14300 ;; Catch the error if dealing with the new add-to-diary-alist
16298 '((:language . org-export-default-language)
16346 ((string-equal key "LANGUAGE") (setq p (plist-put p :language val)))
16891 (defun org-solidify-link-text (s &optional alist)
16898 (a (assoc rtn alist)))
16992 (language (plist-get opt-plist :language))
17004 (setq lang-words (or (assoc language org-export-language-setup)
17005 (assoc "en" org-export-language-setup)))
17265 (buffer-name) (user-full-name) user-mail-address org-export-default-language
17300 (or org-tag-alist (org-get-buffer-tags)) " ") "")
17440 (language (plist-get opt-plist :language))
17443 (target-alist nil) tg
17463 ;; Get the language-dependent settings
17464 (setq lang-words (or (assoc language org-export-language-setup)
17465 (assoc "en" org-export-language-setup)))
17502 language language (org-html-expand title) (or charset "iso-8859-1")
17572 target-alist))
17679 (org-solidify-link-text path target-alist)
17732 ((member type '("bbdb" "vm" "wl" "mhe" "rmail" "gnus" "shell" "info" "elisp"))
18201 (setq string (replace-match (concat "\\1" (nth 2 (assoc (match-string 3 string) org-emphasis-alist)) "\\4" (nth 3 (assoc (match-string 3 string) org-emphasis-alist)) "\\5") t nil string)))
18659 (define-key org-mode-map "\C-c?" 'org-table-field-info)
19290 ["Info Documentation" org-info t])
19309 (defun org-info (&optional node)
19310 "Read documentation for Org-mode in the info system.
19313 (require 'info)