emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to write a org babel hook, which can manupulate result
@ 2014-03-26 13:17 Feng Shu
  2014-03-26 13:32 ` Daimrod
  0 siblings, 1 reply; 6+ messages in thread
From: Feng Shu @ 2014-03-26 13:17 UTC (permalink / raw)
  To: orgmode

Hi:

I want to write a hook to menupulate org babel output,
The problem is: How can I get two points info: [pointA] and [pointB]
in my hook function?

#+begin_src R :results output raw drawer
tbl <- data.frame(a=c(1,2,3),b=c(3,2,1))
print(ascii(tbl),type="org")
#+END_SRC

#+RESULTS:
:RESULTS:
[pointA]
|   |    a |    b |
|---+------+------|
| 1 | 1.00 | 3.00 |
| 2 | 2.00 | 2.00 |
| 3 | 3.00 | 1.00 |
[pointB]
:END:



-- 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-03-27  4:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-26 13:17 How to write a org babel hook, which can manupulate result Feng Shu
2014-03-26 13:32 ` Daimrod
2014-03-26 15:32   ` Feng Shu
2014-03-27  0:06   ` Feng Shu
2014-03-27  2:44     ` Daimrod
2014-03-27  4:31       ` Feng Shu

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).