From: Ihor Radchenko <yantar92@posteo.net>
To: rms@gnu.org, Bastien <bzg@gnu.org>
Cc: Hanno Perrey <hanno@hoowl.se>,
emacs-devel@gnu.org, emacs-orgmode@gnu.org
Subject: [DISCUSSION] org-capture.el vs remember.el (was: [ELPA] New package: jami-bot and org-jami-bot)
Date: Sat, 30 Dec 2023 12:43:49 +0000 [thread overview]
Message-ID: <878r5bc12y.fsf@localhost> (raw)
In-Reply-To: <E1rJPu5-0006ML-UM@fencepost.gnu.org>
Recent emacs-devel discussion brought up some concerns about org-capture
being very specific to Org mode and not integrated with the rest of
Emacs.
However, org-capture was once built on top of the built-in remember.el
before it was refactored into independent code by Carsten:
https://list.orgmode.org/orgmode/C46F10DC-DE51-43D4-AFFE-F71E440D1E1F@gmail.com/
The refactoring de-coupled what used to be org-remember.el into
completely rewritten org-capture.el that added important features that
could not be implemented within remember.el framework:
1. org-capture arranges writing the text to remember directly into the
target location where it is to be stored. This addressed an important
problem of remember.el - remember.el always uses temporary buffer for
user input and does not save it until remember-finalize is executed
explicitly. A number of users sometimes forgot to call
remember-finalize, leading to annoying data losses.
2. remember.el only allows a single text input at a time. org-capture
makes it possible for users to write multiple notes in parallel.
I am wondering if it would be possible to have the above two key
features supported by remember.el. Then, org-capture.el could go back to
re-using remember.el infrastructure and thus reduce code duplication.
Richard Stallman <rms@gnu.org> writes:
> > org-jami-bot builds upon jami-bot and extends it with Org mode capture
> > functionality for text messages and images.
>
> This feature will be useful. I am not concretely sure what "capture
> functionality" includes, but if it provides higher-level communication
> between Emacs and Jami, that is a good thing.
>
> At the same time, it seems to be implemented in a way that imposes an
> evitable restriction -- requiring use of Org mode.
>
> Dependence of various features on Org mode causes problems in two ways:
>
> * It makes those features hard to use for those that don't use Org mode.
>
> * It adds the need to learn Org mode to the need to learn Emacs itself.
>
> Therefore, new features which make sense indepdently of Org mode
> should be usable without Org mode.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
next prev parent reply other threads:[~2023-12-30 12:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <875y0i7e43.fsf@hoowl.se>
[not found] ` <E1rJPu5-0006ML-UM@fencepost.gnu.org>
2023-12-30 12:15 ` [DISCUSSION] Possible inclusion of org-capture.el into Emacs core (was: [ELPA] New package: jami-bot and org-jami-bot) Ihor Radchenko
2023-12-30 17:43 ` Stefan Kangas
2024-01-01 3:34 ` Richard Stallman
2024-01-01 3:59 ` Richard Stallman
2024-01-01 14:05 ` Ihor Radchenko
2024-07-13 15:37 ` [DISCUSSION] Possible inclusion of org-capture.el into Emacs core Max Nikulin
2023-12-30 12:43 ` Ihor Radchenko [this message]
2023-12-30 17:20 ` [DISCUSSION] org-capture.el vs remember.el (was: [ELPA] New package: jami-bot and org-jami-bot) Stefan Kangas
2023-12-30 19:16 ` João Távora
2023-12-30 19:19 ` João Távora
2023-12-31 18:05 ` Adam Porter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878r5bc12y.fsf@localhost \
--to=yantar92@posteo.net \
--cc=bzg@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=emacs-orgmode@gnu.org \
--cc=hanno@hoowl.se \
--cc=rms@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).