emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Export question
@ 2010-05-25  3:09 Robert Goldman
  2010-05-25 11:52 ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Goldman @ 2010-05-25  3:09 UTC (permalink / raw)
  To: Org Mode

I have the org-generic-export working better, but I'm having one
remaining problem:

I have been using org-export-preprocess-string to make it possible to
handle emphasis (previously o-g-e couldn't handle emphasis because it
did the translation line-by-line).

org-export-preprocess-string has fixed the problem of emphasis that
crosses line boundaries, so that I can handle fontification.

But now I have a problem of o-e-p-s smashing together more than one list
item into a single line, if those list items are on adjacent lines, like

+ foo
+ bar

question:  is this just something we should never do?  Should list items
always have line skips in the middle?  Or am I misusing o-e-p-s?

thanks!

Hope to have a pretty substantial org-generic-export patch available
Real Soon Now.

r

^ permalink raw reply	[flat|nested] 6+ messages in thread
* export question
@ 2013-09-01 16:49 Manfred Lotz
  2013-09-01 18:50 ` Suvayu Ali
  0 siblings, 1 reply; 6+ messages in thread
From: Manfred Lotz @ 2013-09-01 16:49 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,
I have an org file which looks like this:

* My list
** item1
   - p1 :: something
   - p2 :: 23232
   ...
   - p14 :: bla
** item2
   - p1 :: another valu 
   - p2 :: 21
   ...
   - p14 :: more bla
...
** itemn
   - p1 :: hm
   - p2 :: 3842
   ...
   - p14 :: more more bla


... in the p list means there are also p3 till p13
... in the item list indicates there are n items actually.


Now I want to export the file to an ascii buffer/file where show the
content as a table. I want to omit certain p lines.

So I would like to have something like this where I would like to
show only certain columns.



 val     p1         p14           
----------------------------------
 item 1  something  bla           
 item n  hm         more more bla 



How do I achieve this? I see basically two possibilities like follows:

1. write my own special exporter 

2. write an external program which does it


I guess 1. makes much sense. In this case I like to know if there is a
tutorial showing how to do my own exporter or where to find specific
documentation how to do this?

Perhaps there is something very simple I do not even think of?

Any hints appreciated.



-- 
Thanks a lot in advance,
Manfred

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

end of thread, other threads:[~2013-09-02 20:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-25  3:09 Export question Robert Goldman
2010-05-25 11:52 ` Carsten Dominik
2010-05-30 20:40   ` Robert Goldman
  -- strict thread matches above, loose matches on Subject: below --
2013-09-01 16:49 export question Manfred Lotz
2013-09-01 18:50 ` Suvayu Ali
2013-09-02 19:34   ` Manfred Lotz

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