all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: emacs-org list <emacs-orgmode@gnu.org>
Subject: BUG: Org subtree immediately following a #+RESULTS: line gets deleted [org master]
Date: Mon, 27 Nov 2017 21:28:19 +0000	[thread overview]
Message-ID: <CAFyQvY0RkOogBm0XkyBYP+5_u4msXUhjT9BWitFu=amDoau5Sw@mail.gmail.com> (raw)

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

Hello,

I believe this has to do with the recent change to #+RESULTS removal
without blank line [1]

Here's a MWE:

=====
#+TITLE: The disappearing act

* Heading 1
#+BEGIN_SRC emacs-lisp
(message "Hello")
#+END_SRC

#+RESULTS:
* Heading 2
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque et
quam metus. Etiam in iaculis mi, sit amet pretium magna. Donec ut dui
mi. Maecenas pharetra sapien nunc, ut mollis enim aliquam quis. Nam at
ultricies metus. Nulla tempor augue in vestibulum tristique. Phasellus
volutpat pharetra metus quis suscipit. Morbi maximus sem dolor, id
accumsan ipsum commodo non.
* Heading 3
=====

With point on the code block, do C-c C-c, allow running of that elisp
snippet, and the * Heading 2 subtree will get wiped out! (git just saved me
from losing data from that Org file).

After C-c C-c, you will get:

=====
#+TITLE: The disappearing act

* Heading 1
#+BEGIN_SRC emacs-lisp
(message "Hello")
#+END_SRC

#+RESULTS:
: Hello
* Heading 3
=====

My Org version: Org mode version 9.1.3 (release_9.1.3-187-g5cd7eb @
/home/kmodi/usr_local/apps/6/emacs/emacs-26/share/emacs/site-lisp/org/)


[1]:
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=1d8126385cf979cfaade0e6a82040884bd6af56b
-- 

Kaushal Modi

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

             reply	other threads:[~2017-11-27 21:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-27 21:28 Kaushal Modi [this message]
2017-11-27 22:35 ` BUG: Org subtree immediately following a #+RESULTS: line gets deleted [org master] Nicolas Goaziou
2017-11-27 23:04   ` Kaushal Modi

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFyQvY0RkOogBm0XkyBYP+5_u4msXUhjT9BWitFu=amDoau5Sw@mail.gmail.com' \
    --to=kaushal.modi@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 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.