all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [BUG] org-toggle-time-stamp-overlays does not work in #+DATE line
@ 2014-07-31  3:07 Matt Lundin
  0 siblings, 0 replies; only message in thread
From: Matt Lundin @ 2014-07-31  3:07 UTC (permalink / raw)
  To: Org Mode

Steps to replicate.

1. Evaluate the following:

(setq org-time-stamp-custom-formats '("<%B %e, %Y>" . "<%B %e, %Y>"))

2. Use the following sample org file. 

--8<---------------cut here---------------start------------->8---
#+DATE: [2014-07-30 Wed 22:05]

* Headline
  [2014-07-30 Wed 22:05]
--8<---------------cut here---------------end--------------->8---

3. M-x org-toggle-time-stamp-overlays

The buffer should look like this:

--8<---------------cut here---------------start------------->8---
#+DATE: [2014-07-30 Wed]

* Headline
  [2014-07-30 Wed]
--8<---------------cut here---------------end--------------->8---

4. M-x org-toggle-time-stamp-overlays

The buffer now looks like this:

--8<---------------cut here---------------start------------->8---
#+DATE: [2014-07-30 Wed 22:05]

* Headline
  [2014-07-30 Wed 22:05]
--8<---------------cut here---------------end--------------->8---

...thus preventing any easy editing of the timestamp in the #+DATE
line.

Best,
Matt

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-31  3:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-31  3:07 [BUG] org-toggle-time-stamp-overlays does not work in #+DATE line Matt Lundin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.