emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Lawrence Bottorff <borgauf@gmail.com>
To: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Region-based meta-notes
Date: Tue, 19 Jan 2021 16:05:26 -0600	[thread overview]
Message-ID: <CAFAhFSV95B7ENKbqUD1Lv20UtSZt9e+LuEvCAQHzzdL-D-TzPw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1086 bytes --]

I've got this

* foldl
:PROPERTIES:_

Problematic with ~foldr~ is that it recurses out to its full length
before performing the given function's task. For example, with

#+begin_example
foldr (+) list
#+end_example

~(+)~ behaves strictly, meaning that both arguments to it must be
fully evaluated before ~(+)~ can return a result. Hence, for
...

Problem is I've borrowed (some, most, all of) this from an online source
and I want to credit the source. What would be nice is to be able to select
a region -- however big or small -- and create a log/note/footnote etc.
about the selected region -- in my case, give reference.

Of course I could just tack a footnote at the end of the borrowed stuff,
but then in the case of multiple preceding paragraphs, formulae, etc. it
would be hard to indicate where the particular borrowed parts began --
without resorting to ugly marker kludges.

So yes, simply being able to select regions and make side notes about them
could give you a very fine level of control over metadata in a file. Is
there such a thing in the Emacs/org-mode world?

LB

[-- Attachment #2: Type: text/html, Size: 1271 bytes --]

             reply	other threads:[~2021-01-19 22:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19 22:05 Lawrence Bottorff [this message]
2021-01-19 22:39 ` Region-based meta-notes Juan Manuel Macías
2021-01-20  4:04 ` Ihor Radchenko

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=CAFAhFSV95B7ENKbqUD1Lv20UtSZt9e+LuEvCAQHzzdL-D-TzPw@mail.gmail.com \
    --to=borgauf@gmail.com \
    --cc=emacs-orgmode@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).