emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@gnu.org>
To: John Kitchin <jkitchin@andrew.cmu.edu>
Cc: org-mode-email <emacs-orgmode@gnu.org>,
	Ihor Radchenko <yantar92@gmail.com>
Subject: Re: get the body of a heading up to the next subheading
Date: Fri, 22 May 2020 16:41:17 +0200	[thread overview]
Message-ID: <877dx4av76.fsf@gnu.org> (raw)
In-Reply-To: <CAJ51ETpWMo6VrWrxg9MTiR9oyFKMCBALUEXKOJWHY4QQcKbLZw@mail.gmail.com> (John Kitchin's message of "Wed, 13 May 2020 10:49:41 -0400")

Hi John,

John Kitchin <jkitchin@andrew.cmu.edu> writes:

> Here is a new version that might fail some other way!
>
> (defun canvas-org-get-heading-body ()
>   "Return the body of the current heading up to the next heading."
>   (interactive)
>   (save-excursion
>     (unless (org-at-heading-p)
>       (org-previous-visible-heading 1))
>     (org-end-of-meta-data)
>     (buffer-substring (point)
>      (progn (org-next-visible-heading 1) (point)))))

Maybe this is useful enough to end up in
https://orgmode.org/worg/org-hacks.html ?

We obviously need to make this page more readable and useful,
but new contents is always welcome.

Thanks,

-- 
 Bastien


  reply	other threads:[~2020-05-22 14:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-11 23:04 get the body of a heading up to the next subheading John Kitchin
2020-05-12  1:03 ` briangpowell .
2020-05-12  5:11 ` Ihor Radchenko
2020-05-13 14:15   ` John Kitchin
2020-05-13 14:38     ` Ihor Radchenko
2020-05-13 14:49       ` John Kitchin
2020-05-22 14:41         ` Bastien [this message]
2020-05-13 16:08     ` Eric Abrahamsen
2020-05-13 16:41       ` 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=877dx4av76.fsf@gnu.org \
    --to=bzg@gnu.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=jkitchin@andrew.cmu.edu \
    --cc=yantar92@gmail.com \
    /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).