emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Allen S. Rout" <asr@ufl.edu>
To: emacs-orgmode@gnu.org
Subject: Minimal example... Is this intended ?
Date: Wed, 29 Feb 2012 16:08:47 -0500	[thread overview]
Message-ID: <jim450$8ci$1@dough.gmane.org> (raw)

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

I've attached 'minimal.org',  which demonstrates (for me) an odd 
behavior in current git head (I encountered this just after doing a git 
pull).

There are two ls listings in this file, one after the 'foo' block, and 
prefixed by a results: tag.   The other is before the block, and not so 
prefixed.

The trailing, prefixed block was generated when I had no space after the 
string 'foo' in the NAME: line.   If I add one space, then the results 
block which comes before is generated.

I can't think this is a deliberate feature;  can anyone else duplicate 
these results?

- Allen S. Rout

[-- Attachment #2: minimal.org --]
[-- Type: text/plain, Size: 2721 bytes --]



| total      | 324 |     |     |        |            |       |                   |
| -rw-rw-r-- |   1 | asr | asr |   1323 | 2012-02-15 | 15:40 | db-data           |
| -rw-r--r-- |   1 | asr | asr |   1632 | 2011-05-31 | 14:06 | dbsizing          |
| -rw-r--r-- |   1 | asr | asr |   3235 | 2011-05-31 | 14:05 | dbsizing~         |
| -rw-rw-r-- |   1 | asr | asr |     50 | 2012-02-15 | 16:22 | dsmerror.log      |
| -rw-rw-r-- |   1 | asr | asr |    157 | 2012-02-15 | 15:40 | Makefile          |
| -rw-rw-r-- |   1 | asr | asr |      3 | 2012-02-15 | 15:40 | Makefile~         |
| -rw-rw-r-- |   1 | asr | asr |   1393 | 2012-02-29 | 16:01 | minimal.org       |
| -rw-rw-r-- |   1 | asr | asr |   1224 | 2012-02-29 | 15:53 | minimal.org~      |
| -rw-r--r-- |   1 | asr | asr |   7929 | 2012-02-29 | 15:53 | notes.org         |
| -rw-r--r-- |   1 | asr | asr |   6057 | 2012-02-29 | 15:21 | notes.org~        |
| -rw-r--r-- |   1 | asr | asr | 148474 | 2012-02-29 | 15:23 | notes.pdf         |
| -rw-r--r-- |   1 | asr | asr |   6488 | 2012-02-29 | 15:23 | notes.tex         |
| -rw-r--r-- |   1 | asr | asr |   6599 | 2012-02-29 | 15:18 | notes.tex~        |
| -rw-r--r-- |   1 | asr | asr | 106646 | 2011-11-02 | 13:46 | some_filename.png |
| drwxr-xr-x |   2 | asr | asr |   4096 | 2011-11-07 | 14:57 | upgrade-docs      |
#+NAME: foo 
#+BEGIN_SRC sh 
ls -l 
#+END_SRC

#+RESULTS: foo
| total      | 324 |     |     |        |            |       |                   |
| -rw-rw-r-- |   1 | asr | asr |   1323 | 2012-02-15 | 15:40 | db-data           |
| -rw-r--r-- |   1 | asr | asr |   1632 | 2011-05-31 | 14:06 | dbsizing          |
| -rw-r--r-- |   1 | asr | asr |   3235 | 2011-05-31 | 14:05 | dbsizing~         |
| -rw-rw-r-- |   1 | asr | asr |     50 | 2012-02-15 | 16:22 | dsmerror.log      |
| -rw-rw-r-- |   1 | asr | asr |    157 | 2012-02-15 | 15:40 | Makefile          |
| -rw-rw-r-- |   1 | asr | asr |      3 | 2012-02-15 | 15:40 | Makefile~         |
| -rw-rw-r-- |   1 | asr | asr |     48 | 2012-02-29 | 15:55 | minimal.org       |
| -rw-rw-r-- |   1 | asr | asr |   1224 | 2012-02-29 | 15:53 | minimal.org~      |
| -rw-r--r-- |   1 | asr | asr |   7929 | 2012-02-29 | 15:53 | notes.org         |
| -rw-r--r-- |   1 | asr | asr |   6057 | 2012-02-29 | 15:21 | notes.org~        |
| -rw-r--r-- |   1 | asr | asr | 148474 | 2012-02-29 | 15:23 | notes.pdf         |
| -rw-r--r-- |   1 | asr | asr |   6488 | 2012-02-29 | 15:23 | notes.tex         |
| -rw-r--r-- |   1 | asr | asr |   6599 | 2012-02-29 | 15:18 | notes.tex~        |
| -rw-r--r-- |   1 | asr | asr | 106646 | 2011-11-02 | 13:46 | some_filename.png |
| drwxr-xr-x |   2 | asr | asr |   4096 | 2011-11-07 | 14:57 | upgrade-docs      |


             reply	other threads:[~2012-02-29 21:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-29 21:08 Allen S. Rout [this message]
2012-03-01 20:16 ` Minimal example... Is this intended ? Eric Schulte

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='jim450$8ci$1@dough.gmane.org' \
    --to=asr@ufl.edu \
    --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).