summaryrefslogtreecommitdiff
path: root/lisp/org
Commit message (Collapse)AuthorAgeFilesLines
...
* ; Normalize GPLv3 license statements in new filesStefan Kangas2022-12-091-3/+3
|
* ; Fix typosStefan Kangas2022-12-081-1/+1
|
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-2/+2
|
* Fix compilation of Org 9.6 on MS-WindowsEli Zaretskii2022-12-011-2/+5
| | | | | | * lisp/org/org-clock.el (org-x11idle-exists-p): Don't try to invoke "command x11idle" on MS-Windows and MS-DOS. This fixes a hang during byte-compilation of Org.
* Fix types in various defcustom declarationsMattias Engdegård2022-12-013-4/+4
| | | | | | | | | | * lisp/org/ob-clojure.el (ob-clojure-babashka-command, ob-clojure-nbb-command): Account for the possibility of nil (commands absent). * lisp/org/org.el (org-safe-remote-resources): * lisp/org/ox-md.el (org-md-toplevel-hlevel): * lisp/progmodes/project.el (project-vc-extra-root-markers): Fix incorrect or invalid types.
* ; Fix typosStefan Kangas2022-11-3014-63/+63
|
* Org regexp style fixesMattias Engdegård2022-11-302-2/+3
| | | | | | | * lisp/org/org-element.el (org-element--get-node-properties): Escape literal `+`. * lisp/org/org-persist.el (org-persist-load:index): Replace line-start with string-start when the latter is meant.
* Update to Org 9.6-3-ga4d38eKyle Meyer2022-11-29127-7779/+17983
|
* ; Fix typos (misspelled symbols)Stefan Kangas2022-11-218-13/+10
|
* ; Fix typosStefan Kangas2022-11-201-2/+2
|
* ; Fix typosStefan Kangas2022-11-182-7/+7
|
* ; Fix typos (duplicate words)Stefan Kangas2022-11-171-4/+4
|
* ; * lisp/*.el: Fix typos in docstringsJuanma Barranquero2022-11-172-2/+2
| | | | | | | | | | * lisp/gnus/nnrss.el (nnrss-use-local, nnrss-fetch, nnrss-find-el): * lisp/leim/quail/japanese.el ("japanese"): * lisp/org/ol.el (org-link-search-must-match-exact-headline): * lisp/org/org-faces.el (org-column): * lisp/progmodes/eglot.el (eglot--stay-out-of-p) (eglot-workspace-configuration, eglot--read-execute-code-action): * lisp/vc/vc.el (vc-clone): Fix typos in docstrings.
* ; Fix typosStefan Kangas2022-11-111-4/+4
|
* Remove redundant library installation instructionsStefan Kangas2022-11-112-3/+0
| | | | | | | | | | | | | | | * lisp/apropos.el: * lisp/mail/feedmail.el: * lisp/mail/mail-hist.el: * lisp/org/org-ctags.el: * lisp/org/org-protocol.el: * lisp/progmodes/ebnf2ps.el: * lisp/progmodes/mixal-mode.el: * lisp/progmodes/perl-mode.el: * lisp/savehist.el: * lisp/textmodes/table.el: * lisp/vc/smerge-mode.el: Remove redundant installation instructions for packages bundled with Emacs.
* ; Fix several symbol name typosStefan Kangas2022-10-262-2/+2
|
* ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-154-4/+4
|
* org.el: Improve bindings of `inhibit-*` varsStefan Monnier2022-10-071-8/+4
| | | | | | | | | | | Remove binding of `inhibit-point-motion-hooks` (it's t by default anyway and it's obsolete) and don't "manually" bind `inhibit-modification-hooks`. * lisp/org/org.el (org-unfontify-region): Use `with-silent-modifications`. (org-display-inline-remove-overlay): Remove ineffective binding of `inhibit-modification-hooks` around code which doesn't modify the buffer anyway.
* Revert "Decrease use of the word "Emacsen" in docs"Stefan Kangas2022-10-012-3/+3
| | | | | | This reverts commit 55f46cc77cb9d72fbabadb63d8aeab45c5e005e2. Ref. https://lists.gnu.org/r/emacs-devel/2022-10/msg00016.html
* Decrease use of the word "Emacsen" in docsStefan Kangas2022-10-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | "Emacsen" is either a less clear way of saying "old versions of Emacs", or an implicit reference to XEmacs. We recommend against using it in the FAQ. So use the more clear wording instead. * doc/misc/gnus.texi (Oort Gnus): * doc/misc/widget.texi (Basic Types, toggle): * lisp/cedet/semantic/bovine/c.el (semantic-c-skip-conditional-section): * lisp/cedet/semantic/wisent/comp.el (wisent-compile-grammar): * lisp/desktop.el (desktop-save): * lisp/erc/erc-compat.el: * lisp/erc/erc-log.el: * lisp/gnus/gnus-util.el (gnus-replace-in-string): * lisp/mail/footnote.el: * lisp/net/tramp-archive.el: * lisp/net/tramp-smb.el: * lisp/net/tramp-uu.el: * lisp/net/tramp.el: (with-tramp-locked-connection): * lisp/org/ol-eww.el: * lisp/org/org-compat.el: (org-define-error): * lisp/shadowfile.el: * lisp/winner.el: Don't use the word "Emacsen".
* Add a new command vc-pull-and-pushLars Ingebrigtsen2022-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/vc/vc-svn.el (vc-exec-after): * lisp/vc/vc-hg.el (vc-exec-after): * lisp/vc/vc-git.el (vc-exec-after): * lisp/vc/vc-cvs.el (vc-exec-after): * lisp/vc/vc-bzr.el (vc-exec-after): * lisp/org/org-macro.el (vc-exec-after): * lisp/obsolete/vc-mtn.el (vc-exec-after): * lisp/obsolete/vc-arch.el (vc-exec-after): Update declaration. * lisp/vc/vc-dispatcher.el (vc--process-sentinel): Allow running code only on success. (vc-exec-after): Ditto. (vc--inhibit-change-window-start): New variable. (vc-do-async-command): Use it to allow chaining commands without moving window point. Return the process instead of the buffer, since the process may have exited already, and then we can't get at the process. * lisp/vc/vc-git.el (vc-git--pushpull): Return the process object. (vc-git-pull-and-push): New function. * lisp/vc/vc.el (vc-pull-and-push): New command (bug#51964).
* Merge from origin/emacs-28Stefan Kangas2022-09-211-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | 478b786d5a ; * doc/lispref/windows.texi (Window Hooks): Fix a typo (b... 5085351645 * lisp/text-modes/tex-mode.el (tex-mode): Fix AUCTeX regre... ee6f8598ca Add vc-annotate-switches to manual 616dcf27e5 ; Fix typos in Lisp symbols 5405852541 Remove mention of non-existent `annotate-switches' 191505b8a3 Mention that src/macuvs.h sometimes needs committing 10373c4b68 ; More comment fixes in font.h (bug#57935) c2595b8dcc ; * src/font.h (struct font_driver): Comment fix. 97b928ce09 MacOS ld warning from native compilation (bug#57849)
| * ; Fix typos in Lisp symbolsStefan Kangas2022-09-201-1/+1
| |
* | Merge from origin/emacs-28Stefan Kangas2022-09-052-3/+3
|\| | | | | | | | | 5713c730f2 Update to Org 9.5.5 aad38d6010 * lisp/emacs-lisp/comp.el (comp-run-async-workers): Fail m...
| * Update to Org 9.5.5Kyle Meyer2022-09-032-3/+3
| |
* | Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-2319-178/+198
| | | | | | | | | | | | | | * lisp/subr.el (point-at-eol, point-at-bol): Make XEmacs compat aliases obsolete in favor of `pos-bol'/'line-beginning-position' or 'pos-eol'/'line-end-position'. Update callers. Ref: https://lists.gnu.org/r/emacs-devel/2022-08/msg00853.html
* | Fix some no-X build warningsLars Ingebrigtsen2022-08-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/cus-edit.el (fringe-bitmap-p): Autoload. * lisp/image.el (clear-image-cache): Declare. * lisp/mouse.el (dnd-begin-file-dram): Autoload. * lisp/thumbs.el (image-supported-file-p): Declare (bug#57342). * lisp/mail/rmailmm.el (rmail-mime-set-bulk-data): * lisp/emacs-lisp/icons.el (icons--create): Avoid warnings on no-X builds.
* | Merge from origin/emacs-28Stefan Kangas2022-08-223-8/+13
|\| | | | | | | | | | | | | 582ea6a1e9 Update to Org 9.5.4-19-g4dff42 7a3ae3cb62 ; * lisp/find-file.el (ff-other-file-alist): Fix typo. c3087b59f0 ; * lisp/find-file.el (ff-other-file-alist): Another doc f... 1e1263b00b * lisp/find-file.el (ff-other-file-alist): Doc fix. (Bug#...
| * Update to Org 9.5.4-19-g4dff42Kyle Meyer2022-08-213-8/+13
| |
* | Make many seldom-used generalized variables obsoleteLars Ingebrigtsen2022-08-211-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The vast majority of these are unused in-tree, and many of them perform actions that aren't obvious when reading the code. * lisp/server.el (server-ensure-safe-dir): Prefer with-file-modes over letf-ing default-file-modes. (server-start): Ditto. * lisp/winner.el (winner-set-conf): Don't use generalized variable window-height. * lisp/emacs-lisp/gv.el: Make most little-used generalized variables obsolete. * lisp/org/oc-basic.el (org-cite-basic--set-keymap): Adjust buffer-substring generalized variable usage.
* | ; * lisp/org/org.el: Delete unnecessary declarations.Stefan Kangas2022-08-141-5/+0
| |
* | Make compat alias image-refresh obsoleteStefan Kangas2022-08-092-3/+3
| | | | | | | | | | * lisp/image.el (image-refresh): Make compat alias obsolete. Update callers.
* | * lisp/org/org.el: Fix load of compiled or compressed org-loaddefsPeder O. Klingenberg2022-08-041-2/+2
| | | | | | | | | | * lisp/org/org.el (eq): Fix load of compiled or compressed org-loaddefs (bug#56982).
* | ; * lisp/org/ob-lilypond.el: Add FIXME.Stefan Kangas2022-08-041-0/+1
| |
* | Fix up some prefix registration problems in doc stringsLars Ingebrigtsen2022-08-041-6/+6
| | | | | | | | | | | | | | | | * lisp/uniquify.el (uniquify-buffer-name-style): * lisp/org/ob-core.el (org-src-sha): * lisp/emacs-lisp/cl-macs.el (cl--optimize): * lisp/battery.el (battery-update-functions): Avoid triggering the `register-definition-prefixes' in doc strings (bug#56968).
* | Fix quoting of #' in some doc stringsLars Ingebrigtsen2022-08-031-1/+1
| | | | | | | | | | | | | | * lisp/org/ox.el (org-export-to-file): * lisp/eshell/esh-arg.el (eshell-concat): * lisp/emacs-lisp/edebug.el (edebug-read-special): * lisp/dired-aux.el (dired-split): Fix quoting of #' in doc strings.
* | Fix org.el byte-compile warning in org-loaddefs.elLars Ingebrigtsen2022-07-311-0/+1
| | | | | | | | | | * lisp/org/org.el (org-dynamic-block-define): Autoload because it's referred to in org-loaddefs.el.
* | Doc fixes: don't mention EFSStefan Kangas2022-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | * doc/misc/ede.texi (ede-project): * doc/misc/gnus.texi (Directory Groups, Various Various): * lisp/cedet/ede/base.el (ede-project): * lisp/gnus/mml.el (mml-attach-external): * lisp/org/org.el (org-file-apps): * lisp/url/url-file.el (url-file-find-possibly-compressed-file): Doc fixes; don't mention XEmacs specific library EFS.
* | string-equal-ignore-case: new functionSam Steingold2022-07-264-20/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/cedet/semantic/complete.el (semantic-collector-calculate-completions): Use `string-prefix-p' instead of explicit `compare-strings'. * lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Add `string-equal-ignore-case'. * lisp/emacs-lisp/cl-extra.el (cl-equalp): Use `string-equal-ignore-case'. * lisp/emacs-lisp/shadow.el (load-path-shadows-find): Likewise. * lisp/emacs-lisp/shortdoc.el (string): Add `string-equal-ignore-case'. * lisp/files.el (file-truename): Use `string-equal-ignore-case'. (file-relative-name): Likewise. * lisp/gnus/gnus-art.el (article-hide-boring-headers): Use `string-equal-ignore-case' instead of `gnus-string-equal'. * lisp/gnus/gnus-util.el (gnus-string-equal): Remove, use `string-equal-ignore-case' instead. * lisp/international/mule-cmds.el (describe-language-environment): Use `string-equal-ignore-case'. (locale-charset-match-p): Likewise. * lisp/man.el (Man-softhyphen-to-minus): Use `string-prefix-p'. * lisp/minibuffer.el (completion--string-equal-p): Remove, use `string-equal-ignore-case' instead. (completion--twq-all): Use `string-equal-ignore-case'. (completion--do-completion): Likewise. * lisp/net/browse-url.el (browse-url-default-windows-browser): Use `string-prefix-p' instead of explicit `compare-strings'. * lisp/org/ob-core.el (org-babel-results-keyword): Use `string-equal-ignore-case' instead of explicit `compare-strings'. (org-babel-insert-result): Likewise. * lisp/org/org-compat.el (string-equal-ignore-case): Define unless defined already. (org-mode-flyspell-verify): Use `string-equal-ignore-case'. * lisp/org/org-lint.el (org-lint-duplicate-custom-id): Likewise. * lisp/org/ox.el (org-export-resolve-radio-link): Use `string-equal-ignore-case' and `string-clean-whitespace'. * lisp/progmodes/flymake-proc.el (flymake-proc--check-patch-master-file-buffer): Use `string-prefix-p' instead of explicit `compare-strings'. * lisp/progmodes/idlwave.el (idlwave-class-or-superclass-with-tag): Use `string-equal-ignore-case' instead of explicit `compare-strings'. * lisp/subr.el (member-ignore-case): Use `string-equal-ignore-case'. (string-equal-ignore-case): Compare strings ignoring case. * lisp/textmodes/bibtex.el (bibtex-string=): Remove. (bibtex-format-entry, bibtex-font-lock-url, bibtex-autofill-entry) (bibtex-print-help-message, bibtex-validate, bibtex-validate-globally) (bibtex-clean-entry, bibtex-completion-at-point-function, (bibtex-url): Use `string-equal-ignore-case' instead of `bibtex-string='. * lisp/textmodes/sgml-mode.el (sgml-get-context): Use `string-equal-ignore-case' instead of explicit `compare-strings'. (sgml-calculate-indent): Likewise * test/lisp/subr-tests.el (string-comparison-test): Add tests for `string-equal-ignore-case'.
* | Merge from origin/emacs-28Stefan Kangas2022-07-2510-21/+39
|\| | | | | | | ba70d0f77c Update to Org 9.5.4-17-g6e991f
| * Update to Org 9.5.4-17-g6e991fKyle Meyer2022-07-2418-36/+54
| |
* | ; * lisp/org/ol.el (org-link--decode-compound): `lsh` -> `ash`Mattias Engdegård2022-07-201-1/+1
| |
* | Merge from origin/emacs-28Stefan Kangas2022-07-171-1/+1
|\| | | | | | | | | f5218385c0 Fix obsoletion of nntp-authinfo-file 10b6919870 ; Fix typos
| * ; Fix typosStefan Kangas2022-07-161-1/+1
| |
* | ; Fix typos: prefer American spellingStefan Kangas2022-07-141-3/+3
| |
* | Merge from origin/emacs-28Stefan Kangas2022-07-141-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | 5e47ec9511 ; * lisp/url/url-http.el (url-http-parse-headers): Fix typo. ba0871bef1 ; Fix typos: prefer American spelling e3e7f31faa Adapt Tramp doc # Conflicts: # etc/NEWS # etc/themes/modus-themes.el # lisp/emacs-lisp/byte-opt.el # test/lisp/so-long-tests/spelling-tests.el
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-131-2/+2
| |
* | Drop support for the dead third-party w3 packageStefan Kangas2022-07-091-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The w3 package was removed from GNU ELPA in 2020 as it doesn't run on a recent Emacs, and development had stopped over a decade before that. If anyone wants to revive the w3 package, they should look this all over, but it doesn't make sense for us to maintain this support code. Ref: https://debbugs.gnu.org/25395 * lisp/net/browse-url.el (browse-url-w3): Make obsolete. (browse-url--browser-defcustom-type) (browse-url-default-browser): * lisp/ffap.el (ffap-url-at-point, ffap-file-at-point): * lisp/net/newst-plainview.el (newsticker--buffer-do-insert-text): * lisp/net/newst-reader.el (newsticker-html-renderer) (newsticker-show-news): * lisp/net/newst-treeview.el (newsticker--treeview-render-text): * lisp/org/ol.el (org-store-link): * lisp/url/url.el (url-retrieve): Remove w3 support code and related documentation and comments. (Bug#56435) * test/lisp/net/browse-url-tests.el (browse-url-tests-browser-kind): Adjust test for above changes. * etc/TODO: Remove TODO to install W3. * doc/misc/org.org (Handling Links): Don't mention W3. * lisp/msb.el (msb--few-menus, msb--very-many-menus): Check for eww-mode instead of w3-mode.
* | ; Fix typos.Stefan Kangas2022-07-023-3/+3
| |
* | Merge from origin/emacs-28Stefan Kangas2022-06-272-2/+9
|\| | | | | | | | | | | 48bda83d35 Update to Org 9.5.4-3-g6dc785 c66b90a534 Mention Solaris 10 'make clean' and 'make check' ade34cf821 Mention further crashes on Solaris 10