emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: emacs-orgmode@gnu.org
Subject: Re: Heading vs Headline
Date: Sat, 03 May 2014 16:04:30 -0400	[thread overview]
Message-ID: <87fvkqr5m9.fsf@kmlap.domain.org> (raw)
In-Reply-To: <86eh0dlhh2.fsf@somewhere.org> (Sebastien Vauban's message of "Thu, 01 May 2014 16:08:09 +0200")

Sebastien Vauban wrote:
[...]
> Particularly in the Org Beamer documentation, headlines seems the most
> used term while there is a tag "ignoreheading"...

Function names in org.el tend to use "heading".

#+begin_src sh
  grep defun org.el | grep heading | wc -l
#+end_src

#+RESULTS:
: 28

#+begin_src sh
  grep defun org.el | grep headline | wc -l
#+end_src

#+RESULTS:
: 3

> I have the impression that both terms (heading and headline) are
> synonyms. Though, is this true, or is there some subtle nuance?

I think Org uses them interchangeably. One of the three functions above
that use "headline" is `org-find-exact-headline-in-buffer', and the
function immediately below it is `org-find-exact-heading-in-directory'.

--
Kyle

  parent reply	other threads:[~2014-05-03 20:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-01 14:08 Heading vs Headline Sebastien Vauban
2014-05-03 11:04 ` Eric Abrahamsen
2014-05-03 20:04 ` Kyle Meyer [this message]
2014-05-06  9:48 ` Bastien

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=87fvkqr5m9.fsf@kmlap.domain.org \
    --to=kyle@kyleam.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).