[Orgmode] Suggestions on Org-table export-html
Hi, When I use the org-table to export-html, I have two suggestions to make the CSS more flexiable (it already done a great job!) The first one is for flexiable CSS: The current code in html is: It'll be flexiable to add another attribute class="org-table", so that in the CSS file, we can treat these tables specifically. In this way, we'll be able to write in the CSS file like: table.org-table th { background-color: #ECF1FF; } without affect the generic web table. The second one is for cleaner view on the html table: Currently, every row is start with , it'll be nice to have alternate row with class="alt": ... ... Then, in the CSS file, we can use: table tr { background: #e6e6e6;} table tr.alt {background: #f1f1f1;} The output html table will looks better then. Thanks! Xin ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Suggestions on Org-table export-html
Hi Xin, Xin Shi <[EMAIL PROTECTED]> writes: > When I use the org-table to export-html, I have two suggestions to > make the CSS more flexiable (it already done a great job!) > [...] It looks like I'll be doing the HTML exporter for the new engine so I've jotted down your points. Thanks, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Suggestions on Org-table export-html
Hi Phil, Hah, I hope this won't consume you too much time :) Thank you! Xin Phil Jackson <[EMAIL PROTECTED]> writes: > Hi Xin, > > Xin Shi <[EMAIL PROTECTED]> writes: > >> When I use the org-table to export-html, I have two suggestions to >> make the CSS more flexiable (it already done a great job!) >> > > [...] > > It looks like I'll be doing the HTML exporter for the new engine so I've > jotted down your points. > > Thanks, > Phil > -- > Phil Jackson > http://www.shellarchive.co.uk ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Re: CATEGORY in different levels
Hello to all I have been away for two weeks, therefore my late answer. Thanks for your suggestions. It's working quite well now. Greetings Sven pgpXxDnyG0xyY.pgp Description: PGP signature ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] using org for meeting agendas and minutes?
Hi Adam, On Feb 17, 2008, at 6:24 PM, Adam Spiers wrote: On Sat, Feb 16, 2008 at 04:44:55PM +, Pete Phillips wrote: Hi Adam Did you get anywhere with the ideas of taking minutes etc ? I didn't have much feedback yet, but I did actually produce some minutes in HTML using org. However I found it quite a struggle due to one or two things, e.g. ** This is some subtopic of the main agenda/minutes structure which has some initial explanatory text taking more than one line. The text fill functions won't work nicely, and the first line will be treated as a heading, even though I don't want the subtopic to have any heading. *** Likewise the problem exists in this sub-subtopic where again I don't want any heading. ACTION but I couldn't change the above to nested list items, because then I couldn't have them contain TODO items such as this action. Is there any way to have heading-less subtopics in org, where multiple lines in the source document are treated as part of one paragraph, can be re-filled to a given line wrap, and formatted accordingly during export? I have been re-reading this message and thought about the following: I guess you know that there is a limited number of outline levels that are exported as structural headings. Any deeper levels are exported as lists: * This is a main section ** And this a subsection * But these five stars will become a list item * ACTION So here we have a list item as an action One problem is that I am enforcing a line break after the first line upon export of these headline-to-list-converted items. However, I did this such a long time ago that I don't really remember why I did that. So we could remove this convention, or make it configurable, either with a variable, or with a special cookie, like "~" or "@" at the line end. That would not yet solve the problem with M-q for filling paragraphs. Fixing that gets into conflict with tags and stuff like that. However, this concerns only the Org-mode representation of the item, not the distributed HTML version. While this still does not address what Bastien has wanted for a long time (a way to inline a task), it seems to me that it does go some way to fix the issue you describe. - Carsten ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode