* table export-as-html from a simple list
@ 2013-10-29 2:53 ishi soichi
2013-10-29 18:18 ` Rick Frankel
0 siblings, 1 reply; 3+ messages in thread
From: ishi soichi @ 2013-10-29 2:53 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 436 bytes --]
Emacs 24.3
org-mode 7.8.11
I am trying to export org file into html, and the result html needs to show
a table rather than a list.
I understand that
|-----+-----|
| | |
| | |
....
would export itself into a table. But this form of contents is not easy to
read and edit, though it might be my personal preference.
I prefer,
* ....
-
-
style.
Is there anyway to export the org list into an html table?
soichi
[-- Attachment #2: Type: text/html, Size: 730 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: table export-as-html from a simple list
2013-10-29 2:53 table export-as-html from a simple list ishi soichi
@ 2013-10-29 18:18 ` Rick Frankel
2013-10-30 1:54 ` ishi soichi
0 siblings, 1 reply; 3+ messages in thread
From: Rick Frankel @ 2013-10-29 18:18 UTC (permalink / raw)
To: emacs-orgmode
On 2013-10-28 22:53, ishi soichi wrote:
> Emacs 24.3
> org-mode 7.8.11
>
> I am trying to export org file into html, and the result html needs to
> show a table rather than a list.
>
> I understand that
>
> |-----+-----|
> | | |
> | | |
> ....
>
> would export itself into a table. But this form of contents is not
> easy to read and edit, though it might be my personal preference.
> I prefer,
>
> * ....
> -
> -
>
> style.
>
> Is there anyway to export the org list into an html table?
Short answer, no. You could play around with the css display:
attribute (table, table-row, table-cell), but a table is inherently
2-d and a list 1-d.
rick
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: table export-as-html from a simple list
2013-10-29 18:18 ` Rick Frankel
@ 2013-10-30 1:54 ` ishi soichi
0 siblings, 0 replies; 3+ messages in thread
From: ishi soichi @ 2013-10-30 1:54 UTC (permalink / raw)
To: Rick Frankel; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 798 bytes --]
thanks for your answer. it was helpful.
2013/10/30 Rick Frankel <rick@rickster.com>
> On 2013-10-28 22:53, ishi soichi wrote:
>
>> Emacs 24.3
>> org-mode 7.8.11
>>
>> I am trying to export org file into html, and the result html needs to
>> show a table rather than a list.
>>
>> I understand that
>>
>> |-----+-----|
>> | | |
>> | | |
>> ....
>>
>> would export itself into a table. But this form of contents is not
>> easy to read and edit, though it might be my personal preference.
>> I prefer,
>>
>> * ....
>> -
>> -
>>
>> style.
>>
>> Is there anyway to export the org list into an html table?
>>
>
> Short answer, no. You could play around with the css display:
> attribute (table, table-row, table-cell), but a table is inherently
> 2-d and a list 1-d.
>
> rick
>
>
[-- Attachment #2: Type: text/html, Size: 1398 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-30 1:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-29 2:53 table export-as-html from a simple list ishi soichi
2013-10-29 18:18 ` Rick Frankel
2013-10-30 1:54 ` ishi soichi
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).