Server IP : 111.118.215.189 / Your IP : 18.117.158.174 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/org/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:07:58 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/org/org-remember.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\300\303!\210\304\305\306\307\310\311\312\301&\210\313\314\315\316\312\305\317\320&\210\313\321\322\323\312\305\317\324&\210\313\325\326\327\312\305\317\330&\210\313\331\306\332\312\305\333\334\317\335& \210\313\336\315\337\312\305\317\320&\210\313\340\306\341\312\305\317\342&\207" [require org org-compat org-datetree custom-declare-group org-remember nil "Options concerning interaction with remember.el." :tag "Org Remember" :group custom-declare-variable org-remember-store-without-prompt t "Non-nil means \\<org-remember-mode-map>\\[org-remember-finalize] stores the remember note without further prompts.\nIt then uses the file and headline specified by the template or (if the\ntemplate does not specify them) by the variables `org-default-notes-file'\nand `org-remember-default-headline'. To force prompting anyway, use\n\\[universal-argument] \\[org-remember-finalize] to file the note.\n\nWhen this variable is nil, \\[org-remember-finalize] gives you the prompts, and\n\\[universal-argument] \\[org-remember-finalize] triggers the fast track." :type boolean org-remember-interactive-interface 'refile "The interface to be used for interactive filing of remember notes.\nThis is only used when the interactive mode for selecting a filing\nlocation is used (see the variable `org-remember-store-without-prompt').\nAllowed values are:\noutline The interface shows an outline of the relevant file\n and the correct heading is found by moving through\n the outline or by searching with incremental search.\noutline-path-completion Headlines in the current buffer are offered via\n completion.\nrefile Use the refile interface, and offer headlines,\n possibly from different buffers." (choice (const :tag "Refile" refile) (const :tag "Outline" outline) (const :tag "Outline-path-completion" outline-path-completion)) org-remember-default-headline #1="" "The headline that should be the default location in the notes file.\nWhen filing remember notes, the cursor will start at that position.\nYou can set this on a per-template basis with the variable\n`org-remember-templates'." string org-remember-templates "Templates for the creation of remember buffers.\nWhen nil, just let remember make the buffer.\nWhen non-nil, this is a list of (up to) 6-element lists. In each entry,\nthe first element is the name of the template, which should be a single\nshort word. The second element is a character, a unique key to select\nthis template. The third element is the template.\n\nThe fourth element is optional and can specify a destination file for\nremember items created with this template. The default file is given\nby `org-default-notes-file'. If the file name is not an absolute path,\nit will be interpreted relative to `org-directory'.\n\nAn optional fifth element can specify the headline in that file that should\nbe offered first when the user is asked to file the entry. The default\nheadline is given in the variable `org-remember-default-headline'. When\nthis element is `top' or `bottom', the note will be placed as a level-1\nentry at the beginning or end of the file, respectively.\n\nAn optional sixth element specifies the contexts in which the template\nwill be offered to the user. This element can be a list of major modes\nor a function, and the template will only be offered if `org-remember'\nis called from a mode in the list, or if the function returns t.\nTemplates that specify t or nil for the context will always be added\nto the list of selectable templates.\n\nThe template specifies the structure of the remember buffer. It should have\na first line starting with a star, to act as the org-mode headline.\nFurthermore, the following %-escapes will be replaced with content:\n\n %^{PROMPT} prompt the user for a string and replace this sequence with it.\n A default value and a completion table can be specified like this:\n %^{prompt|default|completion2|completion3|...}\n The arrow keys access a prompt-specific history.\n %a annotation, normally the link created with `org-store-link'\n %A like %a, but prompt for the description part\n %i initial content, copied from the active region. If %i is\n indented, the entire inserted text will be indented as well.\n %t time stamp, date only\n %T time stamp with date and time\n %u, %U like the above, but inactive time stamps\n %^t like %t, but prompt for date. Similarly %^T, %^u, %^U.\n You may define a prompt like %^{Please specify birthday}t\n %n user name (taken from `user-full-name')\n %c current kill ring head\n %x content of the X clipboard\n %:keyword specific information for certain link types, see below\n %^C interactive selection of which kill or clip to use\n %^L like %^C, but insert as link\n %k title of the currently clocked task\n %K link to the currently clocked task\n %^g prompt for tags, completing tags in the target file\n %^G prompt for tags, completing all tags in all agenda files\n %^{PROP}p Prompt the user for a value for property PROP\n %[PATHNAME] insert the contents of the file given by PATHNAME\n %(SEXP) evaluate elisp `(SEXP)' and replace with the result\n %! store this note immediately after completing the template \\<org-remember-mode-map>\n (skipping the \\[org-remember-finalize] that normally triggers storing)\n %& jump to target location immediately after storing note\n %? after completing the template, position cursor here.\n\nApart from these general escapes, you can access information specific to the\nlink type that is created. For example, calling `remember' in emails or gnus\nwill record the author and the subject of the message, which you can access\nwith %:fromname and %:subject, respectively. Here is a complete list of what\nis recorded for each link type.\n\nLink type | Available information\n-------------------+------------------------------------------------------\nbbdb | %:type %:name %:company\nvm, wl, mh, rmail | %:type %:subject %:message-id\n | %:from %:fromname %:fromaddress\n | %:to %:toname %:toaddress\n | %:fromto (either \"to NAME\" or \"from NAME\")\ngnus | %:group, for messages also all email fields and\n | %:org-date (the Date: header in Org format)\nw3, w3m | %:type %:url\ninfo | %:type %:file %:node\ncalendar | %:type %:date" :get #[(var) "\301\302\303!\"\207" [var mapcar #[(x) "@;\204\n \301BG\302U\203 \303\304\"\207G\305U\203\"