aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (org-follow-gnus-link): Make sure the dedicatedCarsten Dominik2006-08-231-0/+1
| | | | gnus frame is selected.
* (org-clock-special-range, org-clock-update-time-maybe):Carsten Dominik2006-08-151-271/+306
| | | | | | | | | | | | | | | | | | | | | | | | | | New functions. (org-stamp-time-of-day-regexp): Allow weekday to be of word chars, not only a-z. (org-agenda-get-blocks): Allow multiple blocks per headline. (org-timestamp-change): Call `org-clock-update-time-maybe'. (org-export-html-title-format) (org-export-html-toplevel-hlevel): New options. (org-export-language-setup): Added support for Czech. (org-mode, org-insert-todo-heading, org-find-visible) (org-find-invisible, org-invisible-p, org-invisible-p2) (org-back-to-heading, org-on-heading-p, org-up-heading-all) (org-show-subtree, org-show-entry, org-make-options-regexp): Removed compatibility support for old outline-mode. (org-check-occur-regexp): Funtion removed. (org-on-heading-p, org-back-to-heading): Made defalias. (org-set-local): New defsubst. (org-set-regexps-and-options, org-mode) (org-set-font-lock-defaults, org-edit-agenda-file-list) (org-timeline, org-agenda-list, org-todo-list, org-tags-view) (org-remember-apply-template, org-table-edit-field) (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii) (org-set-autofill-regexps): Use `org-set-local'. (org-table-eval-formula): Fixed bug with parsing of display flags.
* Fix formatting/indentation.Romain Francoise2006-08-111-5/+5
|
* (dns-mode): Use before-save-hook.Stefan Monnier2006-08-111-4/+6
|
* * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.Romain Francoise2006-08-101-0/+29
| | | | | | | | | (dns-mode-soa-auto-increment-serial): New user option. (dns-mode-soa-maybe-increment-serial): New function. (dns-mode): Add the latter to `write-contents-functions'. * obsolete/zone-mode.el: Move to obsolete/ from net/. Delete autoload cookies.
* (ispell-word): If we replace the word, move point to the end.Richard M. Stallman2006-07-261-2/+8
| | | | Insert before deleting.
* Add move-beginning-of-line and move-end-of-line to Point Motion Only Group.Eli Zaretskii2006-07-221-2/+4
|
* (po-find-charset): Doc fix.Eli Zaretskii2006-07-211-1/+1
|
* * textmodes/texinfmt.el: Finally remember to set texinfmt-versionRobert J. Chassell2006-07-111-1/+1
| | | | to new date and version number.
* (fill-region-as-paragraph): Refine last change.Stefan Monnier2006-07-091-3/+6
|
* (fill-delete-prefix): Don't ignore excessively long prefixes.Stefan Monnier2006-07-071-17/+21
| | | | | | (fill-region-as-paragraph): Don't round up to a whole line. (fill-comment-paragraph): Don't include the code-before-the-comment when calling fill-region-as-paragraph.
* * textmodes/texinfmt.el (texinfo-format-separate-node):Robert J. Chassell2006-07-071-4/+13
| | | | | | Insert a string before point, which fits documentation, not after. (texinfo-multitable-item): In a multitable row, insert any additional needed @tabs and spaces.
* (org-agenda-get-todos): Skip subtree also if entry isCarsten Dominik2006-07-071-8/+15
| | | | | | skipped because it has been scheduled. (org-prepare-agenda-buffers): Don't mark buffers as modified when changing `:org-archived' and `:org-comment' properties.
* (org-set-tags): Keep single space after stars.Carsten Dominik2006-07-031-0/+2
|
* (org-mode): Removed no invalid settings for calc embeddedCarsten Dominik2006-07-031-26/+42
| | | | | | | | mode. (org-mode-p): New defsubst. (org-save-all-org-buffers): New function. (org-first-headline-recenter): Enclose outline-regexp in group delimiters.
* (org-prepare-agenda-buffers): Use `invisible-OK' argumentCarsten Dominik2006-06-291-32/+68
| | | | | | | | | | | | | | | | | for `org-end-of-subtree'. (org-export-cleanup-toc-line): Renamed from `org-html-cleanup-toc-line'. (org-beginning-of-item): Fixed bug in regular expression for white line. (org-export-as-html): Enforce space after bullet in plain list items. (org-set-autofill-regexps): Require space after plain list bullet for paragraph-start. (org-ts-regexp3): New constant. (org-at-timestamp-p): New optional argument ALSO-INACTIVE. (org-timestamp-up-day, org-timestamp-down-day) (org-timestamp-change): Work with inactive timestamps. (org-ts-regexp1): Don't allow brackets in time stamps.
* (org-context): New contexts :item-bullet,Carsten Dominik2006-06-281-48/+113
| | | | | | | | | | | :latex-fragment, :latex-preview. (org-overlays-at, org-overlay-start, org-overlay-end): New compatibility functions. (org-inside-LaTeX-fragment-p): More accurate matching, using the exact regexp that will be used during export. (org-latex-regexps): New variable. (org-cdlatex-mode): Improved advice for `texmathp'. (turn-on-org-cdlatex): New function.
* (org-cdlatex-mode-map)Carsten Dominik2006-06-231-289/+892
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (org-cdlatex-texmathp-advice-is-done): New variables. (org-cdlatex-mode): New minor mode. (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions. (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands. (org-export-with-archived-trees): New option. (org-open-file): Removed the call to `convert-standard-filename'. (org-archive-tag, org-agenda-skip-archived-trees) (org-cycle-open-archived-trees) (org-sparse-tree-open-archived-trees): New options. (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees) (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New functions. (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands. (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'. (org-mode-map): Add binding for `org-toggle-archive-tag'. (org-timeline, org-agenda-list, org-todo-list, org-tags-view): Call `org-prepare-agenda-buffers'. (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'. (org-file-apps, org-file-apps-defaults-gnu) (org-file-apps-defaults-macosx) (org-file-apps-defaults-windowsnt): Handle remote files by forcing them to be opened in Emacs.
* Require noutline, also on XEmacs.Carsten Dominik2006-06-191-194/+500
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (org-end-of-subtree): Return point. (org-dblock-start-re, org-dblock-end-re): New constants. (org-create-dblock, org-prepare-dblock, org-map-dblocks) (org-dblock-update, org-update-dblock, org-beginning-of-dblock) (org-update-all-dblocks, org-find-dblock): New functions. (org-collect-clock-time-entries): New function. (org-html-handle-time-stamps): Never export CLOCK timeranges. (org-fixup-indentation): Modified to deadl correctly with lines starting with TAB. Only one argument DIFF now. (org-demote, org-promote): Call `org-fixup-indentation' with just one argument, DIFF. (org-mode): Don't mark buffer as modified when aligning tables. (org-clock-sum): Don't makr buffer modified when adding time sum properties. (org-export-as-html): Added support for a link validation function. (org-archive-all-done): New function. (org-archive-subtree): New prefix argument. When set, archive all done subtrees in this buffer. (org-remove-clock-overlays) (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'. (org-inhibit-highlight-removal): New variable, for dyn amic scoping. (org-put-clock-overlay): Don't swallow last headline character when displaying overlay. (org-store-link): Link to `image-mode' with just the file name.
* 2006-06-18 Ralf Angeli <angeli@caeruleus.net>Romain Francoise2006-06-181-1/+1
| | | | | | * textmodes/tex-mode.el (tex-font-lock-match-suscript): Remove superfluous part of regexp for brace matching which is handled by `scan-lists' call.
* Including `pages-directory-address-mode' results in the messageRobert J. Chassell2006-06-111-1/+3
| | | | "Buffer in which pages were found is deleted"
* (org-agenda-mode-map): Add bindings for clockingCarsten Dominik2006-06-101-148/+515
| | | | | | | | | | | | | | | | | | | | | | functions. (org-agenda-clock-in, org-check-running-clock) (org-clock-out-if-current, org-remove-clock-overlays) (org-put-clock-overlay): New functions. (org-clock-marker, org-clock-file-total-minutes) (org-clock-overlays): New variables (org-clock-display, org-clock-sum, org-clock-cancel) (org-clock-out, org-clock-in): New commands. (org-export): New function. (org-emph-re): New constant. (org-set-emph-re, org-do-emphasis-faces): New functions. (org-emphasis-regexp-components, org-emphasis-alist): New options. (org-set-font-lock-defaults): Call `org-do-emphasis-faces'. (org-export-html-convert-emphasize): Use the configurable emphasis. (org-cleaned-string-for-export): Make multiline emphasis visible to the exporter. New optional argument PARAMETERS. (org-export-as-html): Specify :emph-multiline parameter to `org-cleaned-string-for-export'.
* (ispell-kill-ispell): If ispell has beenKim F. Storm2006-06-091-10/+2
| | | | | | | launched asynchronously, delete its process instead of being cool. (ispell-async-processp): Check for `delete-process' existence instead of `kill-process' one for consistency. Submitted by: Michaël Cadilhac <michael.cadilhac@lrde.org>
* (org-archive-subtree): Use end-of-subtree as insertionCarsten Dominik2006-06-061-154/+239
| | | | | | | | | | | | | | | | | | | | point and control the number of empty lines. (org-paste-subtree): Limit the number of empty lines at the end of the inserted tree. (org-agenda): Use buffer name of current file for narrowing. (org-export-as-xml): Command removed. (org-export-xml-type): Option removed. (org-mode-map): Call `org-export-as-xoxo' directly. (org-get-indentation): New optional argument LINE. (org-fix-indentation, org-remove-tabs): New functions. (org-export-as-ascii, org-ascii-level-start): Determine and apply correct indentation for headlines that are converted it items. (org-skip-comments): Remove table lines that contain narrowing cookies but no other non-empty fields. (org-set-tags): Allow groups of mutually exclusive tags. (org-cmp-time): Sort 24:21 before items without time. (org-get-time-of-day): Fixed the interpretation of 12pm and 12am. (org-open-at-point): Require double colon also for numbers.
* 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>Kim F. Storm2006-05-311-8/+8
| | | | Convert all HTML tags to lower case for XHTML compatibility.
* * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): NewReiner Steib2006-05-302-1/+13
| | | | | | functions. * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
* (org-agenda-highlight-todo): Make sure regexpCarsten Dominik2006-05-301-114/+355
| | | | | | | | | | | | | | | | | | | | | | does only match in the right place. (org-upcoming-deadline): New face. (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'. (org-export-ascii-underline): Renamed and made an option (was constant `org-ascii-underline'). (org-export-ascii-bullets): New option. (org-export-as-html): Many changes to emit valid XHTML. (org-par-open): New variable. (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions. (org-html-do-expand, org-section-number): Fixedcase in `replace-match'. (org-timeline): Pass `org-timeline-show-empty-dates' to `org-get-all-dates'. Interpret empty dates returned by `org-get-all-dates'. (org-get-all-dates): New argument EMPTY. Add dates without entries to the list, mark large ranges of empty dates. (org-point-in-group, org-context): New functions.
* (bibtex-autokey-name-case-convert-function)Stefan Monnier2006-05-291-14/+34
| | | | | | | | | (bibtex-sort-entry-class): Add safe-local-variable predicate. (bibtex-sort-entry-class-alist): Don't set the global value. (bibtex-init-sort-entry-class-alist): New fun. (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute bibtex-init-sort-entry-class-alist from the buffer-local value (if any) of bibtex-init-sort-entry-class.
* (org-next-item, org-previous-item): Emit more compactCarsten Dominik2006-05-261-85/+47
| | | | | | | | | | | | error message. (org-tags-view): Refresh category table in each file. (org-table-justify-field-maybe): Removed superfluous arguments to `format'. (org-export-as-html): Insert "<p>" before postamble. (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
* (po-find-charset): Pay attention to the caseKenichi Handa2006-05-261-5/+14
| | | | | FILENAME is a cons (NAME . BUFFER). (po-find-file-coding-system-guts): Likewise.
* (org-open-at-point): Use renamed variableCarsten Dominik2006-05-241-585/+1600
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `org-confirm-shell-link-function'. (org-confirm-shell-link-function): Renamed from `org-confirm-shell-links'. (org-export-directory): New function. (org-export-as-ascii, org-export-as-html, org-export-as-xoxo) (org-export-icalendar): Use `org-export-directory'. (org-indent-item): Keep cursor position. (org-link-file-path-type): New option. (org-export-as-html): Fixed bug with plain lists starting in column 0. (org-export-as-html): Removed deadline formatting, this happens now already in `org-html-handle-time-stamps'. (org-export-html-style): Deadline class removed. (org-insert-labeled-timestamps-at-point): New option. (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead of `hide-sublevels 1', in case the first headline is not level 1. (org-overview, org-content): New fuction. (org-cycle-global-status, org-cycle-subtree-status): Make these variables buffer-local. (org-global-cycle): New command. (org-shifttab): Use `org-global-cycle'. (org-insert-heading, org-insert-item): Go to end of new headline/item after creating it. (org-export-visible): Renames from `org-export-copy-visible'. Now creates a temporary org-file and applies an exporting command to it. (org-table-eval-formula): Support for lisp forms. (org-agenda-todo-ignore-scheduled): New option. (org-agenda-get-todos): Use new option `org-agenda-todo-ignore-scheduled'. (org-export-html-inline-images): New value `maybe'. (org-export-as-html): Inlining of images dependent on link description. (org-archive-subtree): Check for end-of-buffer before trying `kill-line'. (org-agenda-follow-mode): New option. (org-export-with-tags, org-export-with-timestamps): New options. (org-html-handle-time-stamps): New function. (org-keyword-time-regexp): New variable. (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'. (org-agenda-todo-list-sublevels): New option. (org-html-level-start): When TITLE is nil, just close all levels. (org-parse-key-lines, org-parse-export-options): Functions removed, replaced by `org-infile-export-plist'. (org-combine-plists, org-infile-export-plist) (org-default-export-plist): New functions. (org-export-html-preamble, org-export-html-postamble) (org-export-html-auto-preamble, org-export-html-auto-postamble): New variables. (org-export-publishing-directory): New option. (org-export-as-html, org-export-as-ascii): Use the new property lists for settings. (org-export-copy-visible, org-export-as-xoxo): Respect `org-export-publishing-directory'. (org-link-search, org-store-link, org-file-apps): Support for links to BibTeX database entries.. (org-get-current-options, org-set-regexps-and-options): Implement logging as a startup option. (org-store-link): Make sure context string is never empty (org-insert-link): Use relative path when possible. (org-at-item-checklet-p): New function. (org-shifttab, org-shiftmetaleft, org-shiftmetaright) (org-shiftmetaup, org-shiftmetadown, org-metaleft) (org-metaright, org-metaup, org-metadown, org-shiftup) (org-shiftdown, org-shiftright, org-shiftleft) (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return): Dispatch using `call-interactively'. (org-call-with-arg): New defsubst. (org-tag-alist, org-use-fast-tag-selection): New options. (org-complete): Use `org-tag-alist'. (org-fast-tag-insert, org-fast-tag-selection): New functions. (org-next-item, org-previous-item): New commands. (org-beginning-of-item, org-end-of-item): Added (interactive) to make command. (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
* (bibtex-format-entry, bibtex-clean-entry):Stefan Monnier2006-05-221-2/+4
| | | | Signal more user-friendly error messages.
* (bibtex-maintain-sorted-entries): Quote safe-local-variable predicate.Reiner Steib2006-05-221-1/+1
|
* (sgml-transformation): Make this the alias for the following variable.Roland Winkler2006-05-211-20/+24
| | | | | (sgml-transformation-function): Make this the real name. (sgml-tag-alist): Mark as risky.
* (flyspell-generic-check-word-p): Make this the alias for theRoland Winkler2006-05-211-14/+17
| | | | | following variable. (flyspell-generic-check-word-predicate): Make this the real name.
* (ispell-format-word): Make this the alias for the following variable.Roland Winkler2006-05-211-6/+9
| | | | | (ispell-format-word-function): Make this the real name. (ispell-message-text-end): Mark as risky.
* (artist-text-renderer): Make this the alias for the following variable.Roland Winkler2006-05-211-7/+10
| | | | (artist-text-renderer-function): Make this the real name.
* (bibtex-maintain-sorted-entries): Mark as safe.Roland Winkler2006-05-211-3/+6
|
* (org-read-date, org-goto-calendar, org-agenda-goto-calendar): BindCarsten Dominik2006-05-111-0/+3
| | | | `view-calendar-holidays-initially' to nil.
* (ispell-buffer-local-dict): Add a `no-reload' argument to avoid the call toEli Zaretskii2006-05-051-13/+17
| | | | | | | | | | `ispell-internal-change-dictionary' when not needed. (ispell-change-dictionary): Use this argument and call `ispell-internal-change-dictionary' after the possible change to `ispell-local-dictionary'. (ispell-internal-change-dictionary): Check for a change in personal dictionary use too. Cosmetic changes from Agustín Martín <agustin.martin@hispalinux.es>.
* (sentence-end-without-space): Fix safety predicate.Stefan Monnier2006-04-291-13/+13
| | | | | (sentence-end-double-space, sentence-end-without-period) (paragraph-ignore-fill-prefix): Tighten the safety predicate.
* (colon-double-space): Tighten the safety predicate.Stefan Monnier2006-04-291-1/+1
|
* (reftex-guess-label-type): Tighten the safety predicate.Stefan Monnier2006-04-291-1/+1
|
* (bibtex-url): New optional arg no-browse. Return the URL or nil ifRoland Winkler2006-04-261-4/+7
| | | | none can be generated.
* (bibtex-user-optional-fields): Mark as risky.Roland Winkler2006-04-261-0/+1
|
* (reftex-vref-is-default, reftex-fref-is-default, reftex-guess-label-type):Stefan Monnier2006-04-261-3/+3
| | | | Tighten up a bit the safety predicate.
* (sentence-end-double-space, sentence-end-without-period)Stefan Monnier2006-04-261-5/+5
| | | | | (sentence-end-without-space, page-delimiter, paragraph-ignore-fill-prefix): Tighten up a bit the safety predicate.
* (colon-double-space): Tighten up a bit the safety predicate.Stefan Monnier2006-04-261-1/+1
|
* (bibtex-find-entry): Don't demand matching case for @Article, etc.J.D. Smith2006-04-241-1/+1
|
* (org-export-as-xoxo): Fix call to `indent-region'.Carsten Dominik2006-04-211-1/+1
|