emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 69ba7a20be 24/50: Backport commit 2a8d08360 from Em


From: ELPA Syncer
Subject: [elpa] externals/org 69ba7a20be 24/50: Backport commit 2a8d08360 from Emacs
Date: Tue, 4 Oct 2022 21:58:00 -0400 (EDT)

branch: externals/org
commit 69ba7a20bec22599d47458383d6416db235aec1d
Author: Stefan Kangas <stefan@marxist.se>
Commit: Kyle Meyer <kyle@kyleam.com>

    Backport commit 2a8d08360 from Emacs
    
    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/ol.el (org-store-link): Remove w3 support code and related
    documentation and comments.  (Bug#56435)
    * doc/org-manual.org (Handling Links): Don't mention W3.
    
    Drop support for the dead third-party w3 package
    2a8d083607e7e0fe9358f1f6526dbd8aa928af61
    Stefan Kangas
    Sat Jul 9 17:27:49 2022 +0200
---
 doc/org-manual.org | 2 +-
 lisp/ol.el         | 8 --------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 97a7db4c12..98e078b4b0 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -3352,7 +3352,7 @@ current buffer:
   ~org-link-email-description-format~.  By default, it refers to the
   addressee and the subject.
 
-- /Web browsers: W3, W3M and EWW/ ::
+- /Web browsers: W3M and EWW/ ::
 
   Here the link is the current URL, with the page title as the
   description.
diff --git a/lisp/ol.el b/lisp/ol.el
index f9816a187d..1df59e2458 100644
--- a/lisp/ol.el
+++ b/lisp/ol.el
@@ -1580,14 +1580,6 @@ non-nil."
                              nil nil nil))))
          (org-link-store-props :type "calendar" :date cd)))
 
-       ((eq major-mode 'w3-mode)
-       (setq cpltxt (if (and (buffer-name)
-                             (not (string-match "Untitled" (buffer-name))))
-                        (buffer-name)
-                      (url-view-url t))
-             link (url-view-url t))
-       (org-link-store-props :type "w3" :url (url-view-url t)))
-
        ((eq major-mode 'image-mode)
        (setq cpltxt (concat "file:"
                             (abbreviate-file-name buffer-file-name))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]