Commit graph

2435 commits

Author SHA1 Message Date
Glenn Morris
1e63a7fbf3 (declare-function): Add compatibility stub.
(org-publish-delete-dups): Declare as function.
2008-03-14 02:34:41 +00:00
Carsten Dominik
699b929121 * textmodes/org-publish.el: (org-publish-expand-components):
Remove null projects from the list of components.
	(org-publish-attachment): Bugfix: handle the mandatory argument
	pub-dir.  Removed unused retrieval of the :publishing-directory
	property.
	(org-publish-file): Bugfix: when using a relative directory as the
	publishing directory, convert it to a directory filename.
	(org-publish-project): New alias.
	(org-publish-get-files): Protect against empty p.
	(org-publish-file): Send an error when file is not part of any
	project.
	(org-publish-file): Offer to refresh the list of files in known
	project when the current file is not part of any project.
	(org-publish-before-export-hook)
	(org-publish-after-export-hook): New hooks.
	(org-publish-org-to): Use new hooks and kill buffers.
	(org-publish-file): Remove the code for killing buffers.
	(org-publish-initialize-files-alist): Use interactive.
	(org-publish-file): If the publishing function creates a new
	buffer, kill it after publishing.
	(org-publish-timestamp-filename): Protect ":" in file name path
	under windows.
2008-03-13 09:00:37 +00:00
Carsten Dominik
4b67ea8970 * org-export-latex.el (org-export-as-latex): Revert the change
that killed the LaTeX buffer.
2008-03-13 08:57:53 +00:00
Carsten Dominik
2a57416ff5 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
in the decision tree.
	(org-select-remember-template): Cleaned the code.
	(org-prepare-dblock): Added the extra :content parameter.
	(org-write-agenda): New output type ".ics" files.
	(org-write-agenda): Call `org-icalendar-verify-function', both for
	time stamps and for TODO entries.
	(org-agenda-collect-markers, org-create-marker-find-array)
	(org-check-agenda-marker-table): New functions.
	(org-agenda-marker-table): New variable.
	(org-export-as-html): Revert the change that killed the html
	buffer.  Side effects first need to be studied carefully.
	(org-get-tags-at): Fix the structure of the condition-case
	statement.
	(org-ts-regexp0, org-repeat-re, org-display-custom-time)
	(org-timestamp-change): Fix regulear expressions to swallow the
	extra character for repeat-shift control.
	(org-auto-repeat-maybe): Implement the new repeater mechanisms.
	(org-get-legal-level): Aliased to `org-get-valid-level'.
	(org-dblock-write:clocktable): Added a :link parameter, linking
	headlines to their location in the Org agenda files.
	(org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
	throwing an error when getting tags before headlines.
	(org-timestamp-change, org-modify-ts-extra)
	(org-ts-regexp1): Fix timestamp editing.
	(org-agenda-custom-commands-local-options): New constant.
	(org-agenda-custom-commands): Use
	`org-agenda-custom-commands-local-options' to improve customize
	type.  "htmlize": Removed hack to fix face problem with htmlize,
	it no longer seem necessary.
	(org-follow-link-hook): New hook.
	(org-agenda-custom-commands): Added "Component" as a tag for each
	item in a command serie.
	(org-open-at-point): Run `org-follow-link-hook'.
	(org-agenda-schedule): Bugfix: don't display marker type when it
	is `nil'.
	(org-store-link): org-irc required.
	(org-set-regexps-and-options): Parse the new logging options.
	(org-extract-log-state-settings): New function.
	(org-todo): Handle the new ways of recording state change stuff.
	(org-local-logging): New function.
	(org-columns-open-link): Fixed bug with opening link in column
	view.
	(org-local-logging): New function
	(org-todo): Make sure that LOGGING properties are honoured.
	(org-todo-keywords): Improve docstring.
	(org-startup-options): Cleanup startup options.
	(org-set-regexps-and-options): Process the "!" markers.
	(org-todo): Respect the new logging stuff.
	(org-log-note-how): New variable.
	(org-add-log-maybe): New parameter HOW that defines how logging
	should be done and also overrides PURPOSE.  Add a docstring.
	(org-add-log-note): Check if we really need to ask for a note.
	(org-get-current-options): Digest the new keyword.
	(org-agenda-reset-markers): Renamed from
	`org-agenda-maybe-reset-markers'.  FORCE argument removed.
	(org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
	function, without force argument.
	(org-buffer-property-keys): Bind local variables s and p.
	(org-make-tags-matcher): Allow "" to match an empty or
	non-existent property value.
	(org-export-as-html): Join unsorted lists when they directly
	follow each other.  Such lists may be created by headlines that
	are converted to lists.
	(org-nofm-to-completion): New function.
	(org-export-as-html): Use :html-extension instead of
	org-export-html-extension.
	(org-store-link): Support for links from `rmail-summary-mode'.
	(org-columns-new, org-complete, org-set-property): Set the
	`include-columns' argument in the call to
	`org-buffer-property-keys'.
	(org-buffer-property-keys): New argument `include-columns', to
	include properties expected by any of the COLUMS formats in the
	current buffer.
	(org-cleaned-string-for-export): Get rid of drawers first, so that
	they will be removed also in the text before the first headline.
	(org-clock-report): Show the clocktable when found.
	(org-refile): Fix positioning bug when `org-reverse-note-order' is
	nil.
	(org-version): With prefix argument, insert `org-version' at
	point.
	(org-agenda-goto): Recenter the window after finding the target
	location, to make sure the correct position will be displayed.
	(org-agenda-get-deadlines): Don't scale priority with the warning
	period.
	(org-insert-heading): Don't break line in the middle of the line.
	(org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
	be 0.
	(org-update-checkbox-count): Revamped to deal with hierarchical
	beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
	(org-remove-timestamp-with-keyword): New function.
	(org-schedule, org-deadline): Use
	`org-remove-timestamp-with-keyword' to make sure all such time
	stamps are removed.
	(org-mode): Support for `align'.
	(org-agenda-get-deadlines): Make sure priorities increase as the
	due date approaches and is passed.
	(org-remember-apply-template): Fixed problem with tags that
	contain "_" or "@".
	(org-make-link-regexps): Improve the regular expression for plain
	links.
	(org-agenda-get-closed): List each clocking entry.
	(org-set-tags): Only tabify before tags if indent-tabs-mode is t.
	(org-special-ctrl-k): New option.
	(org-kill-line): New function.
	(org-archive-all-done): Fixed incorrect number of stars in regexp.
	(org-refile-get-location): New function.
	(org-refile-goto-last-stored): New function.
	(org-global-tags-completion-table): Add the value of org-tag-alist
	in each buffer, to make sure that also unused tags will be
	available for completion.
	(org-columns-edit-value)
	(org-columns-next-allowed-value): Only update if not in agenda.
	(org-clocktable-steps): New function.
	(org-dblock-write:clocktable): Call `org-clocktable-steps'.
	(org-archive-subtree): Add the outline tree context as a property.
	(org-closest-date): New optional argument `prefer'.
	(org-goto-auto-isearch): New option.
	(org-goto-map, org-get-location): Implement auto-isearch.
	(org-goto-local-auto-isearch-map): New variable.
	(org-goto-local-search-forward-headings)
	(org-goto-local-auto-isearch): New functions
2008-03-13 08:56:04 +00:00
Carsten Dominik
0fc0f17869 New file 2008-03-13 08:53:48 +00:00
Stefan Monnier
ede8c7f013 (sgml-font-lock-syntactic-keywords): Mark " outside of tags as punctuation. 2008-03-12 03:15:13 +00:00
Miles Bader
56388398e7 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1095
2008-03-10 00:49:47 +00:00
Glenn Morris
97dcf67358 (list-diary-entries-hook): Declare for compiler.
(org-get-entries-from-diary): Require diary-lib.
2008-03-08 03:37:24 +00:00
Glenn Morris
100a41414a (org-agenda-sunrise-sunset): Require solar.
(calendar-longitude, calendar-latitude, calendar-location-name):
Declare for compiler.
2008-03-07 04:20:41 +00:00
Juanma Barranquero
0f538927ab (org-export-html-style): Doc fix.
(org-get-legal-level): New obsolete alias.
(org-get-valid-level): Rename from `org-get-legal-level'.
(org-promote, org-demote, org-archive-subtree, org-remember-handler,
org-refile, org-put-clock-overlay): Use it.
2008-03-06 15:03:48 +00:00
Glenn Morris
3405b0dfde (tex-mode): Suppress warning about multiple definitions when compiling. 2008-03-05 03:57:43 +00:00
Glenn Morris
56b654bb5d (tex-cmd-bibtex-args): Add :version and :group. 2008-03-04 03:48:53 +00:00
Stefan Monnier
68a2af7af0 (latex-mode): Remove % from paragraph-separate so that M-q can fill comments.
(tex-executable-exists-p, tex-compile): Extend with special syntax for
commands implemented in elisp.
(tex-compile-commands): Add an entry to use doc-view for pdf files.
(tex-format-cmd): New function.
(tex-compile): Use it to let the user specify default arguments.
(tex-cmd-bibtex-args): New var.
(tex-cmd-doc-view): New function.
2008-03-03 13:55:41 +00:00
Dan Nicolaescu
8e7883692a * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
* textmodes/bibtex-style.el (bibtex-style-indent-basic):
* progmodes/verilog-mode.el (verilog-mode):
* net/socks.el (socks):
* vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
2008-03-01 19:16:02 +00:00
Miles Bader
51fb064bc7 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090
2008-03-01 01:28:31 +00:00
Stefan Monnier
dacce83104 (fill-comment-paragraph): Don't try to do comment-paragraph filling
if the commark doesn't match comment-start-skip.
2008-02-28 22:29:03 +00:00
Glenn Morris
74c52de17f (Info-goto-node): Remove declaration.
(org-info): Use info rather than Info-goto-node.
2008-02-28 03:49:35 +00:00
Glenn Morris
a2e43f129b (reftex-show-commentary): Don't require finder.
(reftex-info): Don't require info.  Use info rather than Info-goto-node.
2008-02-28 03:45:53 +00:00
Roland Winkler
c48f463bdb (bibtex-format-entry): Handle error message refering to a missing
required field with the OPT prefix.  Make unwindform more robust.
2008-02-25 19:57:38 +00:00
Roland Winkler
5fe5075b03 * textmodes/bibtex.el: Remove support for hideshow minor mode as
it duplicates the bibtex support in progmodes/hideshow.el.
* progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
entry that do not start at the beginning of a line.
2008-02-25 19:49:23 +00:00
Miles Bader
b03f96dc5a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Chong Yidong
6c83ba5cac (bibtex-convert-alien): Fix sit-for ags. 2008-02-23 20:28:58 +00:00
Glenn Morris
5693f325af (spell-buffer, spell-word): Suppress compiler warnings about
spell-region.
2008-02-22 03:57:29 +00:00
Glenn Morris
a8a4617aa3 (spell-buffer, spell-word, spell-region)
(spell-string): Make obsolete, in favor of ispell.
2008-02-21 09:01:37 +00:00
Roland Winkler
48c4d6a236 (bibtex-convert-alien): Do not use optional args in calls of sit-for. 2008-02-20 17:45:52 +00:00
Bastien Guerry
a70f5385f7 Reverted previous erroneous change. 2008-02-17 23:31:06 +00:00
Bastien Guerry
1757718397 2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de> (tiny change)
* msdog-xtra.texi (MS-DOS): Docstring fix.
2008-02-17 23:18:45 +00:00
Roland Winkler
7af32e665c (bibtex-search-entry): Rename from bibtex-find-entry.
Add outoload cookie.
(bibtex-find-entry): Alias for bibtex-search-entry.
(bibtex-search-crossref): Rename from bibtex-find-crossref.
(bibtex-find-crossref): Alias for bibtex-search-crossref.
(bibtex-clean-entry): atomic-change-group removed.
(bibtex-format-entry): Use atomic-change-group.  Use
unwind-protect to locate buffer location where error occured.
Make error messages more specific.
(bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
2008-02-17 21:02:29 +00:00
Stefan Monnier
c273429337 (sgml-mode): Fix comment syntax. 2008-02-14 02:42:45 +00:00
Chong Yidong
bebb740e11 (org-publish-timestamp-filename): Replace colon characters in filename too. 2008-02-14 01:00:23 +00:00
Juanma Barranquero
64ef5f3924 *** empty log message *** 2008-02-05 12:25:49 +00:00
Miles Bader
d235ca2ff8 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
2008-01-30 07:57:28 +00:00
Dan Nicolaescu
a445370f16 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
* message.el (message-beginning-of-line): Use featurep instead of bound
tests in order to resolve conditionals at compile time.

* textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
(reftex-toc-restore-region):
* textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
(reftex-index-phrases-apply-to-region):
* textmodes/ispell.el (ispell-word):
* progmodes/vhdl-mode.el (vhdl-keep-region-active):
* progmodes/pascal.el (pascal-mark-defun):
* progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
(f90-fill-region):
* emulation/tpu-edt.el (tpu-set-mark):
* emulation/crisp.el (crisp-region-active):
* winner.el (winner-active-region):
* ansi-color.el (ansi-color-set-extent-face): Use featurep instead
of bound tests in order to resolve conditionals at compile time.
2008-01-24 15:14:52 +00:00
Glenn Morris
f2c8de7493 (org-export-latex-cleaned-string): Fix declaration. 2008-01-23 05:46:13 +00:00
Glenn Morris
a1e8139657 (org-entry-properties): Let-bind `clocksum'. 2008-01-21 04:47:10 +00:00
Juanma Barranquero
a0d892d475 (org-unmodified, org-cycle-emulate-tab, org-descriptive-links,
org-link-file-path-type, org-remember-use-refile-when-interactive,
org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders,
org-export-ascii-bullets, org-agenda-deadline-faces, turn-on-orgstruct++,
orgtbl-to-texinfo, org-mhe-get-header, org-batch-agenda, org-batch-agenda-csv,
org-fix-agenda-info, org-kill-note-or-show-branches): Fix typos in docstrings.
2008-01-21 00:44:43 +00:00
Miles Bader
fcd094c7fc Add arch tagline 2008-01-19 03:13:35 +00:00
Glenn Morris
3b98658e61 Remove copyright from author with assignment, merge years into FSF
years.
2008-01-18 17:32:25 +00:00
Carsten Dominik
db9c3fb18e (org-export-latex-cleaned-string): Fixed.
(org-export-latex-special-chars): Convert "..." in \ldots and skip
	tables
        (org-export-latex-fontify-headline): Changed parameter name
        (org-export-as-latex): Handle export of subtrees
	(org-export-latex-make-header): New argument TITLE
	(org-export-latex-content): New argument EXCLUDE-LIST
	(org-list-parse-list): New name for org-export-latex-parse-list
        (org-export-latex-make-header): New name for
	org-export-latex-make-preamble
	(org-list-to-generic): New name of org-export-list-to-generic
	(org-list-to-latex): New name of org-export-list-to-latex
	(org-list-item-begin, org-list-end, org-list-insert-radio-list)
	(org-list-send-list, org-list-to-texinfo)
	(org-list-to-html): New functions
        (org-export-latex-tables-column-borders)
	(org-export-latex-default-class, org-export-latex-classes)
	(org-export-latex-classes-sectioning)
	(org-list-radio-list-templates): New options
        (org-export-latex-header): New variable
	(org-latex-entities): New constant
        (org-export-latex-default-sectioning, org-export-latex-preamble)
	(org-export-latex-prepare-text-option)
	(org-export-latex-get-sectioning): Removed
2008-01-18 15:17:35 +00:00
Carsten Dominik
36ad15539d New file 2008-01-18 15:14:45 +00:00
Carsten Dominik
514a6ce6e4 (org-publish-current-project): Fix bug
with forcing publication.
2008-01-18 15:11:17 +00:00
Carsten Dominik
8c6fb58bdf (org-entry-properties): Include the CLOCKSUM special
property.
	(org-columns-edit-value): Do not allow to edit the special
	CLOCKSUM property.
	(org-flag-drawer): Use the original value of `outline-regexp'.
	(org-remember-handler): Add invisible-ok flag to call to
	`org-end-of-subtree'
	(org-agenda-highlight-todo): Respect
	`org-agenda-todo-keyword-format'.
	(org-agenda-todo-keyword-format): New option.
	(org-infile-export-plist): No restriction while searching for
	options.
	(org-remember-handler): Remove comments at the end of the buffer.
	(org-remember-use-refile-when-interactive): New option.
	(org-table-sort-lines): Make sure sorting works on link
	descritions only, and ignores the link.
	(org-sort-entries-or-items): Make sure the end of the subtree is
	included.
	(org-refile-use-outline-path): New allowed values `file' and
	`full-file-path'.
	(org-get-refile-targets): Respect new values for
	`org-refile-use-outline-path'.
	(org-agenda-get-restriction-and-command): DEL goes back to initial
	list.
	(org-export-as-xoxo): Restore point when done.
	(org-open-file): Allow multiple %s in command.
	(org-clock-in-switch-to-state): New option.
	(org-first-list-item-p): New function.
	(org-last-remember-storage-locations): New variable.
	(org-get-refile-targets): Interpret the new maxlevel setting.
	(org-refile-targets): New option `:maxlevel'.
	(org-copy-subtree): Include empty lines before but not after
	subtree.
	(org-back-over-empty-lines, org-skip-whitespace): New functions.
	(org-move-item-down, org-move-item-up): Include empty lines before
	but not after item.
	(org-first-sibling-p): New function.
	(org-remember-apply-template): Defaults, completions and history
	for template prompts.  Also, interpret new `%!' escape.
	(org-context-choices): New constant.
	(org-bound-and-true-p): New macro.
	(org-imenu-depth): New option.
	(org-imenu-markers): New variable.
	(org-imenu-new-marker, org-imenu-get-tree)
	(org-speedbar-set-agenda-restriction): New functions.
	(org-agenda-set-restriction-lock)
	(org-agenda-remove-restriction-lock, org-agenda-maybe-redo): New
	functions.
	(org-agenda-restriction-lock): New face.
	(org-agenda-restriction-lock-overlay)
	(org-speedbar-restriction-lock-overlay): New variables.
	(org-open-at-point): Removed obsolete way to do redirection in
	shell links.
	(org-imenu-and-speedbar): New customization group.
	(org-entry-properties): Return keyword-less time strings.
	(org-clock-heading-function): New option.
	(org-clock-in): Use `org-clock-heading-function'.
	(org-calendar-holiday): Try to use `calendar-check-holidays'
	instead of the obsolete `check-calendar-holidays'.
	(org-export-html-special-string-regexps): New constant.
	(org-massive-special-regexp): New variable.
	(org-compute-latex-and-specials-regexp)
	(org-do-latex-and-special-faces): New functions.
	(org-latex-and-export-specials): New face.
	(org-highlight-latex-fragments-and-specials): New option.
	(org-link-escape-chars): Use characters instead of strings.
	(org-link-escape-chars-browser, org-link-escape)
	(org-link-unescape): Use characters instead of strings.
	(org-export-html-convert-sub-super, org-html-do-expand): Check for
	protected text.
	(org-emphasis-alist): Additional `verbatim' flag.
	(org-set-emph-re): Handle the verbatim flag and compute
	`org-verbatim-re'.
	(org-cleaned-string-for-export): Protect verbatim elements.
	(org-verbatim-re): New variable.
	(org-hide-emphasis-markers): New option.
	(org-additional-option-like-keywords): Add new keywords.
	(org-get-entry): Renamed from `org-get-cleaned-entry'.
	(org-icalendar-cleanup-string): New function for quoting icalendar
	text.
	(org-agenda-skip-scheduled-if-done): New option.
	(org-agenda-get-scheduled, org-agenda-get-blocks): Use
	`org-agenda-skip-scheduled-if-done'.
	(org-prepare-agenda-buffers): Allow buffers as arguments.
	(org-entry-properties): Add CATEGORY as a special property.
	(org-use-property-inheritance): Allow a list of properties as a
	value.
	(org-eval-in-calendar): No longer update the prompt.
	(org-read-date-popup-calendar): Renamed from
	`org-popup-calendar-for-date-prompt'.
	(org-read-date-display-live): New variable.
	(org-read-date-display): New function.
	(org-read-date-analyze): New function.
	(org-remember-apply-template): Define `remember-finalize' if it is
	not yet defined.
	(org-remember-insinuate): New function.
	(org-read-date-prefer-future): New option.
	(org-read-date): Respect the setting of
	`org-read-date-prefer-future'.  Use `org-read-date-analyze'.
	(org-set-font-lock-defaults): Use `org-archive-tag' instead of a
	hardcoded string.
	(org-remember-apply-template): Use `remember-finalize' instead of
	`remember-buffer'.
	(org-columns-compute, org-column-number-to-string)
	(org-columns-uncompile-format, org-columns-compile-format)
	(org-columns-compile-format): Handle printf format specifier.
	(org-columns-new, org-column-number-to-string)
	(org-columns-uncompile-format, org-columns-compile-format):
	Support for new currency summary type.
	(org-tree-to-indirect-buffer): Do not kill old buffer when
	`org-indirect-buffer-display' is `new-frame'.
	(org-indirect-buffer-display): Document that `new-frame' leads to
	indiret buffer proliferation.
	(org-agenda-list): Use `org-extend-today-until'.
	(org-extend-today-until): New option.
	(org-format-org-table-html): Use lower-case for <col> tag.
	(org-agenda-execute): New command.
	(org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
	(org-select-remember-template): New function.
	(org-remember-apply-template): Use `org-select-remember-template'.
	(org-go-to-remember-target): New function.
2008-01-18 15:11:02 +00:00
Glenn Morris
c616830f5e (elmo-msgdb-overview-get-entity, wl-summary-buffer-msgdb): Declare as funtions. 2008-01-11 04:55:32 +00:00
Eric S. Raymond
6e69aa4d01 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
constant with a computation on sgml-specials rather than a literal
list.  Without this change the syntax table is generated
incorrectly, and the mode will think it's in a comment following
any instance of the string "--".
2008-01-09 16:21:29 +00:00
Glenn Morris
dcb8ac09ea Add 2008 to copyright years. 2008-01-09 04:31:51 +00:00
Roland Winkler
65e1047888 (bibtex-initialize): New autoloaded command. Rename from function
bibtex-files-expand. New optional arg select.
(bibtex-flash-head): Allow blink-matching-delay being zero.
(bibtex-clean-entry): Use atomic-change-group.
(bibtex-format-entry): Check presence of required fields only after
formatting of fields. Use member-ignore-case. Do not use
bibtex-parse-entry. Do not use booktitle field to set a missing
title.
(bibtex-autofill-entry): Do not call undo-boundary.
(bibtex-lessp): Handle crossref keys that point to another bibtex
file.
(bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
Parse keys if necessary.
2008-01-09 01:37:50 +00:00
Miles Bader
430d2ee291 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
2008-01-09 01:21:15 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
df17e41e8d Ralf Angeli <angeli at caeruleus.net>
(reftex-make-separate-toc-frame): Simplify selection of frame focusing
function.
2008-01-08 05:06:48 +00:00
Michael Olson
043989e335 Remember: If region is visible, use it as initial text. 2008-01-08 01:33:08 +00:00