[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/gnorb 4b5a5a1 389/449: Gnorb: Tweak manual a bit
From: |
Stefan Monnier |
Subject: |
[elpa] externals/gnorb 4b5a5a1 389/449: Gnorb: Tweak manual a bit |
Date: |
Fri, 27 Nov 2020 23:16:17 -0500 (EST) |
branch: externals/gnorb
commit 4b5a5a1db0fc81ec2c428844406793fd775d888c
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Gnorb: Tweak manual a bit
* packages/gnorb/gnorb.org: Move the "Likely Workflow" section higher,
people probably want to read that first.
* packages/gnorb/README.org: Mention the manual in the README.
---
README.org | 2 +-
gnorb.info | 175 +++++++++++++++++++++++++++++++------------------------------
gnorb.org | 101 ++++++++++++++++++-----------------
gnorb.texi | 111 ++++++++++++++++++++-------------------
4 files changed, 199 insertions(+), 190 deletions(-)
diff --git a/README.org b/README.org
index 1ee55a6..f52340a 100644
--- a/README.org
+++ b/README.org
@@ -11,7 +11,7 @@ Probably the most interesting thing Gnorb does is tracking
correspondences between Gnus email messages and Org headings. Rather
than "turning your inbox into a TODO list", as some software puts it,
Gnorb (kind of) does the opposite: turning your TODO headings into
-mini mailboxes.
+mini mailboxes. See the Info manual for details.
*Note for previous users*: If you were using Gnorb from Github before
it shifted to the Elpa repository, the email tracking mechanism has
diff --git a/gnorb.info b/gnorb.info
index 0d848db..f409266 100644
--- a/gnorb.info
+++ b/gnorb.info
@@ -30,6 +30,7 @@ Gnorb Manual
Email Tracking
+* Likely Workflow::
* Tracking Setup::
* Beginning and Continuing the Tracking Process::
* Trigger Actions::
@@ -37,7 +38,6 @@ Email Tracking
* Hinting in Gnus::
* Message Attachments::
* Registry Usage::
-* Likely Workflow::
Misc BBDB
@@ -135,6 +135,7 @@ agenda rather than in Gnus.
* Menu:
+* Likely Workflow::
* Tracking Setup::
* Beginning and Continuing the Tracking Process::
* Trigger Actions::
@@ -142,12 +143,66 @@ agenda rather than in Gnus.
* Hinting in Gnus::
* Message Attachments::
* Registry Usage::
-* Likely Workflow::
-File: gnorb.info, Node: Tracking Setup, Next: Beginning and Continuing the
Tracking Process, Up: Email Tracking
+File: gnorb.info, Node: Likely Workflow, Next: Tracking Setup, Up: Email
Tracking
+
+4.1 Likely Workflow
+===================
+
+First of all, here’s a hypothetical workflow to show you how tracking
+works.
+
+ Say you receive an email from Jimmy, who wants to rent a room in your
+house. “I’ll respond to this later,” you think.
+
+ You capture an Org TODO from the email, writing a headline “Jimmy
+renting a room”, and give it a REPLY keyword. Gnorb quietly records the
+correspondence between the email and the TODO, using the Gnus registry.
+
+ The next day, looking at your Agenda, you see the TODO and decide to
+respond to the email. You hit “C-c t” on the heading, and Gnorb finds
+Jimmy’s email and starts a reply to it.
+
+ You tell Jimmy the room’s available in March, and send the message.
+Gnorb takes you back to the heading, and asks you to trigger an action
+on it. You choose “todo state”, and change the heading keyword to WAIT.
+
+ Two days later, Jimmy replies to your message, saying that March is
+perfect. When you open his response, Gnorb politely reminds you that
+the message is relevant to an existing TODO. You hit “C-c t” on the
+message, and are again taken to the TODO and asked to trigger an action.
+Again you choose “todo state”, and change the heading keyword back to
+REPLY.
+
+ You get another email, from Samantha, warning you not to rent the
+room to Jimmy. She even attaches a picture of a room in her house, as
+it looked after Jimmy had stayed there for six months. It’s bad. You
+hit “C-c t” on her message, and pick the “Jimmy renting a room” heading.
+This time, you choose “take note” as the trigger action, and make a
+brief note about how bad that room looked. Gnorb asks if you’d like to
+attach the picture to the Org heading. You decide you will.
+
+ Now it’s time to write to Jimmy and say something noncommittal.
+Hitting “C-c t” on the heading would respond to Samantha’s email, the
+most recent of the associated messages, which isn’t what you want.
+Instead you hit “C-c v” on the heading, which opens up a Gnus *Summary*
+buffer containing all four messages: Jimmy’s first, your response, his
+response to that, and Samantha’s message. You pick Jimmy’s second
+email, and reply to it normally. Gnorb asks if you’d like to send the
+picture of the room as an attachment. You would not. When you send the
+reply Gnorb tracks that as well, and does the “trigger an action” trick
+again.
+
+ In this way Gnorb helps you manage an entire conversation, possibly
+with multiple threads and multiple participants. Mostly all you need to
+do is hit “C-c t” on newly-received messages, and “C-c t” on the heading
+when it’s time to compose a new reply.
-4.1 Tracking Setup
+
+File: gnorb.info, Node: Tracking Setup, Next: Beginning and Continuing the
Tracking Process, Prev: Likely Workflow, Up: Email Tracking
+
+4.2 Tracking Setup
==================
Email tracking requires the following steps:
@@ -172,7 +227,7 @@ Email tracking requires the following steps:
File: gnorb.info, Node: Beginning and Continuing the Tracking Process, Next:
Trigger Actions, Prev: Tracking Setup, Up: Email Tracking
-4.2 Beginning and Continuing the Tracking Process
+4.3 Beginning and Continuing the Tracking Process
=================================================
Email tracking starts in one of three ways:
@@ -233,7 +288,7 @@ conversation going.
template specified by the ‘gnorb-gnus-new-todo-capture-key’ option.
If you call this function with a single prefix arg, you’ll be
- prompted to choose an existing Org heading instead. After the the
+ prompted to choose an existing Org heading instead. After the
message is sent, you’ll be taken to that heading and prompted to
trigger an action on it.
@@ -255,7 +310,7 @@ heading.
File: gnorb.info, Node: Trigger Actions, Next: Viewing Things, Prev:
Beginning and Continuing the Tracking Process, Up: Email Tracking
-4.3 Trigger Actions
+4.4 Trigger Actions
===================
After receiving or sending a message in a tracked conversation, you’ll
@@ -280,7 +335,7 @@ docstring of ‘gnorb-org-trigger-actions’.
File: gnorb.info, Node: Viewing Things, Next: Hinting in Gnus, Prev:
Trigger Actions, Up: Email Tracking
-4.4 Viewing Things
+4.5 Viewing Things
==================
Keeping track of a conversation is one thing, but it’s very useful to be
@@ -316,7 +371,7 @@ linked messages. This is dog-slow at the moment; it will
get faster.
File: gnorb.info, Node: Hinting in Gnus, Next: Message Attachments, Prev:
Viewing Things, Up: Email Tracking
-4.5 Hinting in Gnus
+4.6 Hinting in Gnus
===================
When you receive new mails that might be relevant to existing Org TODOs,
@@ -338,7 +393,7 @@ that may be relevant.
File: gnorb.info, Node: Message Attachments, Next: Registry Usage, Prev:
Hinting in Gnus, Up: Email Tracking
-4.6 Message Attachments
+4.7 Message Attachments
=======================
Gnorb simplifies the handling of attachments that you receive in emails.
@@ -365,9 +420,9 @@ attach the files in the heading’s org-attach directory to
the outgoing
message.
-File: gnorb.info, Node: Registry Usage, Next: Likely Workflow, Prev:
Message Attachments, Up: Email Tracking
+File: gnorb.info, Node: Registry Usage, Prev: Message Attachments, Up:
Email Tracking
-4.7 Registry Usage
+4.8 Registry Usage
==================
You can see how many associations you’ve got stored in the registry by
@@ -377,58 +432,6 @@ for ‘gnorb-flush-dead-associations’, to help Gnorb clean
up after
itself.
-File: gnorb.info, Node: Likely Workflow, Prev: Registry Usage, Up: Email
Tracking
-
-4.8 Likely Workflow
-===================
-
-You receive an email from Jimmy, who wants to rent a room in your house.
-“I’ll respond to this later,” you think.
-
- You capture an Org TODO from the email, call it “Jimmy renting a
-room”, and give it a REPLY keyword. Gnorb quietly records the
-correspondence between the email and the TODO, using the Gnus registry.
-
- The next day, looking at your Agenda, you see the TODO and decide to
-respond to the email. You hit “C-c t” on the heading, and Gnorb finds
-Jimmy’s email and starts a reply to it.
-
- You tell Jimmy the room’s available in March, and send the message.
-Gnorb takes you back to the heading, and asks you to trigger an action
-on it. You choose “todo state”, and change the heading keyword to WAIT.
-
- Two days later, Jimmy replies to your message, saying that March is
-perfect. When you open his response, Gnorb politely reminds you that
-the message is relevant to an existing TODO. You hit “C-c t” on the
-message, and are again taken to the TODO and asked to trigger an action.
-Again you choose “todo state”, and change the heading keyword back to
-REPLY.
-
- You get another email, from Samantha, warning you not to rent the
-room to Jimmy. She even attaches a picture of a room in her house, as
-it looked after Jimmy had stayed there for six months. It’s bad. You
-hit “C-c t” on her message, and pick the “Jimmy renting a room” heading.
-This time, you choose “take note” as the trigger action, and make a
-brief note about how bad that room looked. Gnorb asks if you’d like to
-attach the picture to the Org heading. You decide you will.
-
- Now it’s time to write to Jimmy and say something noncommittal.
-Hitting “C-c t” on the heading would respond to Samantha’s email, the
-most recent of the associated messages, which isn’t what you want.
-Instead you hit “C-c v” on the heading, which opens up a Gnus *Summary*
-buffer containing all four messages: Jimmy’s first, your response, his
-response to that, and Samantha’s message. You pick Jimmy’s second
-email, and reply to it normally. Gnorb asks if you’d like to send the
-picture of the room as an attachment. You would not. When you send the
-reply Gnorb tracks that as well, and does the “trigger an action” trick
-again.
-
- In this way Gnorb helps you manage an entire conversation, possibly
-with multiple threads and multiple participants. Mostly all you need to
-do is hit “C-c t” on newly-received messages, and “C-c t” on the heading
-when it’s time to compose a new reply.
-
-
File: gnorb.info, Node: Restoring Window Layout, Next: Recent Mails From
BBDB Contacts, Prev: Email Tracking, Up: Top
5 Restoring Window Layout
@@ -760,28 +763,28 @@ Node: Introduction989
Node: Installation2314
Node: Setup2692
Node: Email Tracking3145
-Node: Tracking Setup4349
-Node: Beginning and Continuing the Tracking Process5605
-Node: Trigger Actions9801
-Node: Viewing Things10875
-Node: Hinting in Gnus12645
-Node: Message Attachments13710
-Node: Registry Usage14949
-Node: Likely Workflow15400
-Node: Restoring Window Layout18071
-Node: Recent Mails From BBDB Contacts18468
-Node: BBDB posting styles19464
-Node: BBDB Org tagging20380
-Node: Misc BBDB21126
-Node: Searching for messages from BBDB contacts21339
-Node: Citing BBDB contacts21785
-Node: User Options22106
-Node: Misc Org23629
-Node: Inserting BBDB links23804
-Node: User Options 124060
-Node: Misc Gnus26774
-Node: User Options 226936
-Node: Default Keybindings30078
+Node: Likely Workflow4349
+Node: Tracking Setup7119
+Node: Beginning and Continuing the Tracking Process8399
+Node: Trigger Actions12591
+Node: Viewing Things13665
+Node: Hinting in Gnus15435
+Node: Message Attachments16500
+Node: Registry Usage17739
+Node: Restoring Window Layout18166
+Node: Recent Mails From BBDB Contacts18563
+Node: BBDB posting styles19559
+Node: BBDB Org tagging20475
+Node: Misc BBDB21221
+Node: Searching for messages from BBDB contacts21434
+Node: Citing BBDB contacts21880
+Node: User Options22201
+Node: Misc Org23724
+Node: Inserting BBDB links23899
+Node: User Options 124155
+Node: Misc Gnus26869
+Node: User Options 227031
+Node: Default Keybindings30173
End Tag Table
diff --git a/gnorb.org b/gnorb.org
index 1d77eae..f47dce5 100644
--- a/gnorb.org
+++ b/gnorb.org
@@ -64,6 +64,57 @@ you might take notes on how everything's progressing.
In general, the goal is to keep track of whole conversations, reduce
friction when moving between Gnus and Org, and keep you in the Org
agenda rather than in Gnus.
+** Likely Workflow
+First of all, here's a hypothetical workflow to show you how tracking
+works.
+
+Say you receive an email from Jimmy, who wants to rent a room in your
+house. "I'll respond to this later," you think.
+
+You capture an Org TODO from the email, writing a headline "Jimmy
+renting a room", and give it a REPLY keyword. Gnorb quietly records
+the correspondence between the email and the TODO, using the Gnus
+registry.
+
+The next day, looking at your Agenda, you see the TODO and decide to
+respond to the email. You hit "C-c t" on the heading, and Gnorb finds
+Jimmy's email and starts a reply to it.
+
+You tell Jimmy the room's available in March, and send the message.
+Gnorb takes you back to the heading, and asks you to trigger an action
+on it. You choose "todo state", and change the heading keyword to
+WAIT.
+
+Two days later, Jimmy replies to your message, saying that March is
+perfect. When you open his response, Gnorb politely reminds you that
+the message is relevant to an existing TODO. You hit "C-c t" on the
+message, and are again taken to the TODO and asked to trigger an
+action. Again you choose "todo state", and change the heading keyword
+back to REPLY.
+
+You get another email, from Samantha, warning you not to rent the room
+to Jimmy. She even attaches a picture of a room in her house, as it
+looked after Jimmy had stayed there for six months. It's bad. You hit
+"C-c t" on her message, and pick the "Jimmy renting a room" heading.
+This time, you choose "take note" as the trigger action, and make a
+brief note about how bad that room looked. Gnorb asks if you'd like to
+attach the picture to the Org heading. You decide you will.
+
+Now it's time to write to Jimmy and say something noncommittal.
+Hitting "C-c t" on the heading would respond to Samantha's email, the
+most recent of the associated messages, which isn't what you want.
+Instead you hit "C-c v" on the heading, which opens up a Gnus
+*Summary* buffer containing all four messages: Jimmy's first, your
+response, his response to that, and Samantha's message. You pick
+Jimmy's second email, and reply to it normally. Gnorb asks if you'd
+like to send the picture of the room as an attachment. You would not.
+When you send the reply Gnorb tracks that as well, and does the
+"trigger an action" trick again.
+
+In this way Gnorb helps you manage an entire conversation, possibly
+with multiple threads and multiple participants. Mostly all you need
+to do is hit "C-c t" on newly-received messages, and "C-c t" on the
+heading when it's time to compose a new reply.
** Tracking Setup
Email tracking requires the following steps:
@@ -144,7 +195,7 @@ Some more detail on the various functions:
template specified by the `gnorb-gnus-new-todo-capture-key' option.
If you call this function with a single prefix arg, you'll be
- prompted to choose an existing Org heading instead. After the the
+ prompted to choose an existing Org heading instead. After the
message is sent, you'll be taken to that heading and prompted to
trigger an action on it.
@@ -267,54 +318,6 @@ calling `gnorb-report-tracking-usage'. This will pop up a
buffer
showing how much of the registry you're using, and offering
keybindings for `gnorb-flush-dead-associations', to help Gnorb clean
up after itself.
-** Likely Workflow
-You receive an email from Jimmy, who wants to rent a room in your
-house. "I'll respond to this later," you think.
-
-You capture an Org TODO from the email, call it "Jimmy renting a
-room", and give it a REPLY keyword. Gnorb quietly records the
-correspondence between the email and the TODO, using the Gnus
-registry.
-
-The next day, looking at your Agenda, you see the TODO and decide to
-respond to the email. You hit "C-c t" on the heading, and Gnorb finds
-Jimmy's email and starts a reply to it.
-
-You tell Jimmy the room's available in March, and send the message.
-Gnorb takes you back to the heading, and asks you to trigger an action
-on it. You choose "todo state", and change the heading keyword to
-WAIT.
-
-Two days later, Jimmy replies to your message, saying that March is
-perfect. When you open his response, Gnorb politely reminds you that
-the message is relevant to an existing TODO. You hit "C-c t" on the
-message, and are again taken to the TODO and asked to trigger an
-action. Again you choose "todo state", and change the heading keyword
-back to REPLY.
-
-You get another email, from Samantha, warning you not to rent the room
-to Jimmy. She even attaches a picture of a room in her house, as it
-looked after Jimmy had stayed there for six months. It's bad. You hit
-"C-c t" on her message, and pick the "Jimmy renting a room" heading.
-This time, you choose "take note" as the trigger action, and make a
-brief note about how bad that room looked. Gnorb asks if you'd like to
-attach the picture to the Org heading. You decide you will.
-
-Now it's time to write to Jimmy and say something noncommittal.
-Hitting "C-c t" on the heading would respond to Samantha's email, the
-most recent of the associated messages, which isn't what you want.
-Instead you hit "C-c v" on the heading, which opens up a Gnus
-*Summary* buffer containing all four messages: Jimmy's first, your
-response, his response to that, and Samantha's message. You pick
-Jimmy's second email, and reply to it normally. Gnorb asks if you'd
-like to send the picture of the room as an attachment. You would not.
-When you send the reply Gnorb tracks that as well, and does the
-"trigger an action" trick again.
-
-In this way Gnorb helps you manage an entire conversation, possibly
-with multiple threads and multiple participants. Mostly all you need
-to do is hit "C-c t" on newly-received messages, and "C-c t" on the
-heading when it's time to compose a new reply.
* Restoring Window Layout
Many Gnorb functions alter the window layout and value of point. In
most of these cases, you can restore the previous layout using the
diff --git a/gnorb.texi b/gnorb.texi
index 6c6485c..2e0eb76 100644
--- a/gnorb.texi
+++ b/gnorb.texi
@@ -42,6 +42,7 @@
Email Tracking
+* Likely Workflow::
* Tracking Setup::
* Beginning and Continuing the Tracking Process::
* Trigger Actions::
@@ -49,7 +50,6 @@ Email Tracking
* Hinting in Gnus::
* Message Attachments::
* Registry Usage::
-* Likely Workflow::
Misc BBDB
@@ -136,6 +136,7 @@ friction when moving between Gnus and Org, and keep you in
the Org
agenda rather than in Gnus.
@menu
+* Likely Workflow::
* Tracking Setup::
* Beginning and Continuing the Tracking Process::
* Trigger Actions::
@@ -143,9 +144,62 @@ agenda rather than in Gnus.
* Hinting in Gnus::
* Message Attachments::
* Registry Usage::
-* Likely Workflow::
@end menu
+@node Likely Workflow
+@section Likely Workflow
+
+First of all, here's a hypothetical workflow to show you how tracking
+works.
+
+Say you receive an email from Jimmy, who wants to rent a room in your
+house. ``I'll respond to this later,'' you think.
+
+You capture an Org TODO from the email, writing a headline ``Jimmy
+renting a room'', and give it a REPLY keyword. Gnorb quietly records
+the correspondence between the email and the TODO, using the Gnus
+registry.
+
+The next day, looking at your Agenda, you see the TODO and decide to
+respond to the email. You hit ``C-c t'' on the heading, and Gnorb finds
+Jimmy's email and starts a reply to it.
+
+You tell Jimmy the room's available in March, and send the message.
+Gnorb takes you back to the heading, and asks you to trigger an action
+on it. You choose ``todo state'', and change the heading keyword to
+WAIT.
+
+Two days later, Jimmy replies to your message, saying that March is
+perfect. When you open his response, Gnorb politely reminds you that
+the message is relevant to an existing TODO. You hit ``C-c t'' on the
+message, and are again taken to the TODO and asked to trigger an
+action. Again you choose ``todo state'', and change the heading keyword
+back to REPLY.
+
+You get another email, from Samantha, warning you not to rent the room
+to Jimmy. She even attaches a picture of a room in her house, as it
+looked after Jimmy had stayed there for six months. It's bad. You hit
+``C-c t'' on her message, and pick the ``Jimmy renting a room'' heading.
+This time, you choose ``take note'' as the trigger action, and make a
+brief note about how bad that room looked. Gnorb asks if you'd like to
+attach the picture to the Org heading. You decide you will.
+
+Now it's time to write to Jimmy and say something noncommittal.
+Hitting ``C-c t'' on the heading would respond to Samantha's email, the
+most recent of the associated messages, which isn't what you want.
+Instead you hit ``C-c v'' on the heading, which opens up a Gnus
+*Summary* buffer containing all four messages: Jimmy's first, your
+response, his response to that, and Samantha's message. You pick
+Jimmy's second email, and reply to it normally. Gnorb asks if you'd
+like to send the picture of the room as an attachment. You would not.
+When you send the reply Gnorb tracks that as well, and does the
+``trigger an action'' trick again.
+
+In this way Gnorb helps you manage an entire conversation, possibly
+with multiple threads and multiple participants. Mostly all you need
+to do is hit ``C-c t'' on newly-received messages, and ``C-c t'' on the
+heading when it's time to compose a new reply.
+
@node Tracking Setup
@section Tracking Setup
@@ -250,7 +304,7 @@ The new heading will be created as a capture heading, using
the
template specified by the `gnorb-gnus-new-todo-capture-key' option.
If you call this function with a single prefix arg, you'll be
-prompted to choose an existing Org heading instead. After the the
+prompted to choose an existing Org heading instead. After the
message is sent, you'll be taken to that heading and prompted to
trigger an action on it.
@@ -387,57 +441,6 @@ showing how much of the registry you're using, and offering
keybindings for `gnorb-flush-dead-associations', to help Gnorb clean
up after itself.
-@node Likely Workflow
-@section Likely Workflow
-
-You receive an email from Jimmy, who wants to rent a room in your
-house. ``I'll respond to this later,'' you think.
-
-You capture an Org TODO from the email, call it ``Jimmy renting a
-room'', and give it a REPLY keyword. Gnorb quietly records the
-correspondence between the email and the TODO, using the Gnus
-registry.
-
-The next day, looking at your Agenda, you see the TODO and decide to
-respond to the email. You hit ``C-c t'' on the heading, and Gnorb finds
-Jimmy's email and starts a reply to it.
-
-You tell Jimmy the room's available in March, and send the message.
-Gnorb takes you back to the heading, and asks you to trigger an action
-on it. You choose ``todo state'', and change the heading keyword to
-WAIT.
-
-Two days later, Jimmy replies to your message, saying that March is
-perfect. When you open his response, Gnorb politely reminds you that
-the message is relevant to an existing TODO. You hit ``C-c t'' on the
-message, and are again taken to the TODO and asked to trigger an
-action. Again you choose ``todo state'', and change the heading keyword
-back to REPLY.
-
-You get another email, from Samantha, warning you not to rent the room
-to Jimmy. She even attaches a picture of a room in her house, as it
-looked after Jimmy had stayed there for six months. It's bad. You hit
-``C-c t'' on her message, and pick the ``Jimmy renting a room'' heading.
-This time, you choose ``take note'' as the trigger action, and make a
-brief note about how bad that room looked. Gnorb asks if you'd like to
-attach the picture to the Org heading. You decide you will.
-
-Now it's time to write to Jimmy and say something noncommittal.
-Hitting ``C-c t'' on the heading would respond to Samantha's email, the
-most recent of the associated messages, which isn't what you want.
-Instead you hit ``C-c v'' on the heading, which opens up a Gnus
-*Summary* buffer containing all four messages: Jimmy's first, your
-response, his response to that, and Samantha's message. You pick
-Jimmy's second email, and reply to it normally. Gnorb asks if you'd
-like to send the picture of the room as an attachment. You would not.
-When you send the reply Gnorb tracks that as well, and does the
-``trigger an action'' trick again.
-
-In this way Gnorb helps you manage an entire conversation, possibly
-with multiple threads and multiple participants. Mostly all you need
-to do is hit ``C-c t'' on newly-received messages, and ``C-c t'' on the
-heading when it's time to compose a new reply.
-
@node Restoring Window Layout
@chapter Restoring Window Layout
- [elpa] externals/gnorb 15b35dc 269/449: Don't store a link to message we're replying to, (continued)
- [elpa] externals/gnorb 15b35dc 269/449: Don't store a link to message we're replying to, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 67ce358 270/449: Version 1.0.1, plus docs and NEWS, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 806775c 272/449: Wrap save-excursion around more of gnorb-org-view, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 982aee9 271/449: Adjust requires and autoloads, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb a55b0c0 273/449: Make gnorb-ids precious earlier in registry setup, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 3877b2d 275/449: Still didn't have incoming-do-todo logic right, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 94f6897 279/449: Don't use with-eval-after-load, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 3801ad7 280/449: Check both gnus version and emacs version., Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 8c333ee 281/449: Merge pull request #20 from totherme/master, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 8e705ea3 380/449: Sneakily add basic EBDB support to Gnorb, bump to 1.3.0, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 4b5a5a1 389/449: Gnorb: Tweak manual a bit,
Stefan Monnier <=
- [elpa] externals/gnorb 5672545 396/449: Gnorb: Typo, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 14ac82a 418/449: [gnorb] Use unwind-protect around the trigger process, bump to 1.5.4, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 471883d 394/449: Gnorb: Only add one registry-related hook to the Org capture process, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb babfa5c 393/449: Fix to after capture function, bump to 1.3.4, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb a6916b6 402/449: Allow gnorb-msg-id-request-head to accept a "group" argument, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb a1c8f0e 417/449: [gnorb] Small gnorb-org bugs, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 034f10a 434/449: [gnorb] Use characterp, not numberp, for testing register key, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb e1dae56 430/449: [gnorb] Only output summary-line info if registry exists, bump, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb c3279d2 284/449: Fix tracking messages from virtual groups, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 41c6778 286/449: nngnorb should be a virtual server, Stefan Monnier, 2020/11/27