Browse Source

Merge branch 'bugfix'

Bastien 4 years ago
parent
commit
e64d5bcc61
3 changed files with 37 additions and 25 deletions
  1. 19 23
      CONTRIBUTE
  2. 1 1
      doc/org-manual.org
  3. 17 1
      etc/ORG-NEWS

+ 19 - 23
CONTRIBUTE

@@ -5,32 +5,30 @@ development.
 
 
 * Org maintenance
 * Org maintenance
 
 
-Org maintenance is explained on Worg: see [[https://orgmode.org/worg/org-maintenance.html][org-maintenance]].
+Org maintenance is detailed on Worg: see [[https://orgmode.org/worg/org-maintenance.html][org-maintenance]].
 
 
 * Main contribution rules
 * Main contribution rules
 
 
-1. The master git repository is hosted publicly at [[https://orgmode.org][orgmode.org]].
+1. The master git repository is hosted publicly on [[https://savannah.gnu.org][savannah.gnu.org]].
 
 
-   Anyone can get a clone of the current repository like this:
+   : git clone https://git.savannah.gnu.org/git/emacs/org-mode.git
 
 
-   : git clone https://code.orgmode.org/bzg/org-mode.git
+   This is sufficient to start hacking and to produce patches that can
+   easily and consistently be applied to the main repository.
 
 
-   Having a clone is sufficient to start hacking and to produce
-   patches that can easily and consistently be applied to the main
-   repository.
-
-2. People who are interested in participating to the Org mode
-   development can do so by sending patches to the mailing list:
+2. People who want to participate to the Org mode development can send
+   patches to this address:
 
 
    : emacs-orgmode@gnu.org
    : emacs-orgmode@gnu.org
 
 
-3. An interested developer can also request push access to the
-   repository by sending an email to the maintainer to request an
-   account on code.orgmode.org.
-
-   After you have been added as a user with push privileges:
+3. If you are a regular contributor, you can request push access to
+   the repository by creating an account on [[https://savannah.gnu.org/account/register.php][savannah.gnu.org]] and by
+   [[https://savannah.gnu.org/git/?group=emacs][joining the Emacs group]].
+   
+   After you have been added as a user with push privileges, you can
+   clone the repository like this:
 
 
-   : git clone git@code.orgmode.org:bzg/org-mode.git
+   : git clone git://git.savannah.gnu.org/emacs/org-mode.git
 
 
    By requesting push access, you acknowledge that you have read and
    By requesting push access, you acknowledge that you have read and
    agreed with the following rules:
    agreed with the following rules:
@@ -42,14 +40,13 @@ Org maintenance is explained on Worg: see [[https://orgmode.org/worg/org-mainten
      applies are:
      applies are:
 
 
      - all *.el files in the lisp directory of the repository
      - all *.el files in the lisp directory of the repository
-     - org.texi, orgcard.tex in the doc directory
-     - the corresponding ChangeLog files
+     - org.texi, orgcard.tex in the doc/ directory
 
 
    - Before making any significant changes, please explain and discuss
    - Before making any significant changes, please explain and discuss
-     them on the mailing list [[mailto:emacs-orgmode@gnu.org][emacs-orgmode@gnu.org]].  
+     them on the mailing list [[mailto:emacs-orgmode@gnu.org][emacs-orgmode@gnu.org]].
 
 
      This does obviously not apply to people who are maintaining their
      This does obviously not apply to people who are maintaining their
-     own contributions to Org mode. Please, just use the new mechanism
+     own contributions to Org mode.  Please just use the new mechanism
      to make sure all changes end up in the right place.
      to make sure all changes end up in the right place.
 
 
      We value a nice tone in our discussions: please check and respect
      We value a nice tone in our discussions: please check and respect
@@ -60,9 +57,8 @@ Org maintenance is explained on Worg: see [[https://orgmode.org/worg/org-mainten
      `CONTRIBUTE' file in the main Emacs repository.
      `CONTRIBUTE' file in the main Emacs repository.
 
 
    - Among other things, Org mode is widely appreciated because of its
    - Among other things, Org mode is widely appreciated because of its
-     simplicity, cleanness and consistency.  We should try hard to
-     preserve this and ask everyone to keep this in mind when
-     proposing changes.
+     simplicity, cleanness and consistency.  We should try to preserve
+     them and ask everyone to keep this in mind when posting changes.
 
 
 See [[https://orgmode.org/worg/org-contribute.html][worg/org-contribute]] for more guidance on how to contribute
 See [[https://orgmode.org/worg/org-contribute.html][worg/org-contribute]] for more guidance on how to contribute
 effectively.
 effectively.

+ 1 - 1
doc/org-manual.org

@@ -112,7 +112,7 @@ You can clone Org's repository and install Org like this:
 
 
 #+begin_example
 #+begin_example
 $ cd ~/src/
 $ cd ~/src/
-$ git clone https://code.orgmode.org/bzg/org-mode.git
+$ git clone https://git.savannah.gnu.org/git/emacs/org-mode.git
 $ cd org-mode/
 $ cd org-mode/
 $ make autoloads
 $ make autoloads
 #+end_example
 #+end_example

+ 17 - 1
etc/ORG-NEWS

@@ -3,8 +3,12 @@ ORG NEWS -- history of user-visible changes.   -*- mode: org; coding: utf-8 -*-
 #+STARTUP: overview
 #+STARTUP: overview
 
 
 #+LINK: doc https://orgmode.org/worg/doc.html#%s
 #+LINK: doc https://orgmode.org/worg/doc.html#%s
+<<<<<<< HEAD
 #+LINK: git https://code.orgmode.org/bzg/org-mode/commit/%s
 #+LINK: git https://code.orgmode.org/bzg/org-mode/commit/%s
 #+LINK: msg https://orgmode.org/list/%s/
 #+LINK: msg https://orgmode.org/list/%s/
+=======
+#+LINK: git https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=%s
+>>>>>>> bugfix
 
 
 Copyright (C) 2012-2021 Free Software Foundation, Inc.
 Copyright (C) 2012-2021 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 See the end of the file for license conditions.
@@ -772,7 +776,7 @@ source buffers are displayed by modifying ~display-buffer-alist~ or
 *** New option ~org-archive-subtree-save-file-p~
 *** New option ~org-archive-subtree-save-file-p~
 
 
 Archiving a subtree used to always save the target archive buffer.
 Archiving a subtree used to always save the target archive buffer.
-Commit [[https://code.orgmode.org/bzg/org-mode/commit/b186d1d7][b186d1d7]] changed this behavior by always not saving the target
+Commit [[git::b186d1d7][b186d1d7]] changed this behavior by always not saving the target
 buffer, because batch archiving from agenda could take too much time.
 buffer, because batch archiving from agenda could take too much time.
 
 
 This new option ~org-archive-subtree-save-file-p~ defaults to the
 This new option ~org-archive-subtree-save-file-p~ defaults to the
@@ -806,7 +810,11 @@ In all Babel libraries, the absence of a ~:results~ header should
 produce the same result than setting ~:results value~, unless there is
 produce the same result than setting ~:results value~, unless there is
 an option to explicitly create an exception.
 an option to explicitly create an exception.
 
 
+<<<<<<< HEAD
 See [[msg:CA+A2iZaziAfMeGpBqL6qGrzrWEVvLvC0DUw++T4gCF3NGuW-DQ@mail.gmail.com][this thread]] for more context.
 See [[msg:CA+A2iZaziAfMeGpBqL6qGrzrWEVvLvC0DUw++T4gCF3NGuW-DQ@mail.gmail.com][this thread]] for more context.
+=======
+See [[https://list.orgmode.org/CA+A2iZaziAfMeGpBqL6qGrzrWEVvLvC0DUw++T4gCF3NGuW-DQ@mail.gmail.com/][this thread]] for more context.
+>>>>>>> bugfix
 
 
 *** New option in ~org-attach-store-link-p~
 *** New option in ~org-attach-store-link-p~
 
 
@@ -5551,7 +5559,11 @@ that Calc formulas can operate on them.
 
 
     The new system has a technically cleaner implementation and more
     The new system has a technically cleaner implementation and more
     possibilities for capturing different types of data.  See
     possibilities for capturing different types of data.  See
+<<<<<<< HEAD
     [[msg:C46F10DC-DE51-43D4-AFFE-F71E440D1E1F@gmail.com][Carsten's announcement]] for more details.
     [[msg:C46F10DC-DE51-43D4-AFFE-F71E440D1E1F@gmail.com][Carsten's announcement]] for more details.
+=======
+    [[https://list.orgmode.org/C46F10DC-DE51-43D4-AFFE-F71E440D1E1F@gmail.com][Carsten's announcement]] for more details.
+>>>>>>> bugfix
 
 
     To switch over to the new system:
     To switch over to the new system:
 
 
@@ -5682,7 +5694,11 @@ that Calc formulas can operate on them.
 
 
 **** Modified link escaping
 **** Modified link escaping
 
 
+<<<<<<< HEAD
      David Maus worked on `org-link-escape'.  See [[msg:87k4gysacq.wl%dmaus@ictsoc.de][his message]]:
      David Maus worked on `org-link-escape'.  See [[msg:87k4gysacq.wl%dmaus@ictsoc.de][his message]]:
+=======
+     David Maus worked on `org-link-escape'.  See [[https://list.orgmode.org/87k4gysacq.wl%dmaus@ictsoc.de][his message]]:
+>>>>>>> bugfix
 
 
      : Percent escaping is used in Org mode to escape certain characters
      : Percent escaping is used in Org mode to escape certain characters
      : in links that would either break the parser (e.g. square brackets
      : in links that would either break the parser (e.g. square brackets