emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Vikas Rawal <vikaslists@agrarianresearch.org>
To: emacs-orgmode@gnu.org
Subject: Re: [new exporter] Captions for tables made by source blocks
Date: Thu, 7 Mar 2013 19:11:22 +0530	[thread overview]
Message-ID: <20130307134122.GA16750@panahar> (raw)
In-Reply-To: <87k3pjcrex.fsf@gmail.com>

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

> 
> Could you provide an ECM?
> 


See the attached dummy file.

Vikas

[-- Attachment #2: japan-temp.org --]
[-- Type: text/plain, Size: 2043 bytes --]

#+STARTUP: hidestars
#+TITLE: Title of the paper
#+DATE: 
#+AUTHOR: name of author
#+COLUMNS: %25ITEM %TAGS %PRIORITY %T
#+property: exports results
#+property: session fbi
#+OPTIONS: H:2 toc:nil num:1
#+LaTeX_CLASS: article
* Introduction

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.


* Levels and variation in farm business incomes
** Annual income from crop production

+ For a large majority of cultivating households in all the villages,
  crop production provided only meagre incomes. Table [[crop-median]] shows median
  incomes from crop production in each village. The Table shows that
  the median annual income was only Rs. 1290 per household in
  Mahatwar, a village where agriculture was primarily rainfed. Even in
  Ananthavaram, where Xx of the gross cropped area was irrigated,
  annual income was only Rs. 2654 per household. In Warwat Khanderao,
  a cotton-growing village in Vidarbha region, median income from crop
  production was only Rs. 14755 per household. In Nimshirgaon, where
  sugarcane was the most important crop, the median income from crop
  production was only Rs. 9991 per household.

#+CAPTION:  Median and ninth decile annual income from crop production, by village (2005-06 prices)
#+NAME: crop-median
#+BEGIN_SRC R :results value :colnames yes :hline yes
  c(1:5)->a
  data.frame(name=paste("a",a),id=a,id2=a^2)->b
  b
  #+END_SRC


#+CAPTION: Median and ninth decile annual income from crop production, by village (2005-06 prices)
#+RESULTS: crop-median
| name | id | id2 |
|------+----+-----|
| a 1  |  1 |   1 |
| a 2  |  2 |   4 |
| a 3  |  3 |   9 |
| a 4  |  4 |  16 |
| a 5  |  5 |  25 |






  reply	other threads:[~2013-03-07 13:41 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-06  9:55 [new exporter] Captions for tables made by source blocks Vikas Rawal
2013-03-06 10:05 ` Nicolas Goaziou
2013-03-06 10:54   ` Vikas Rawal
2013-03-06 12:28     ` Nicolas Goaziou
2013-03-06 23:46       ` Vikas Rawal
2013-03-07  0:03         ` Andreas Leha
2013-03-07  1:52       ` Mike McLean
2013-03-07  8:20         ` Nicolas Goaziou
2013-03-07 12:27           ` Vikas Rawal
2013-03-07 12:42             ` Nicolas Goaziou
2013-03-07 13:41               ` Vikas Rawal [this message]
2013-03-07 15:02                 ` Eric S Fraga
2013-03-07 14:43               ` Vikas Rawal
2013-03-07 17:33                 ` Nicolas Goaziou
2013-03-07 23:38                   ` Vikas Rawal
2013-03-08  0:00                   ` Vikas Rawal
2013-03-07 16:44           ` Achim Gratz
2013-03-07 20:48             ` Nicolas Goaziou
2013-03-07 21:41               ` Achim Gratz
2013-03-08  8:21                 ` Sebastien Vauban

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=20130307134122.GA16750@panahar \
    --to=vikaslists@agrarianresearch.org \
    --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).