From mboxrd@z Thu Jan 1 00:00:00 1970 From: "T. V. Raman" Subject: 4.77: org-export-region-as-html produces strange output Date: Sun, 17 Jun 2007 11:32:23 -0700 Message-ID: <18037.32311.537407.150796@gargle.gargle.HOWL> Reply-To: raman@users.sf.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzzY1-0004me-ID for emacs-orgmode@gnu.org; Sun, 17 Jun 2007 14:32:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzzY1-0004mO-58 for emacs-orgmode@gnu.org; Sun, 17 Jun 2007 14:32:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzzY0-0004mL-U5 for emacs-orgmode@gnu.org; Sun, 17 Jun 2007 14:32:24 -0400 Received: from alnrmhc13.comcast.net ([206.18.177.53]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HzzY0-0003JL-Iu for emacs-orgmode@gnu.org; Sun, 17 Jun 2007 14:32:24 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode See attached org input and resulting HTML. Things that look buggy: The example uses a section header, a bulleted list and a table. See list of problems below: 0) The table becomes part of the final bullet. 1) The table has a strange element inside it. 2) Given that I invoked org-export-region-as-html with a prefix arg, it would be a good idea not to generate section numbers -- or at least make the generation of such section numbers customizable by the user. Otherwise, cutting and pasting the generated html markup requires handfixing of the section numbers * Introduction - First bullet. - Second bullet. |------+-------| | Name | Email |

1 Introduction

  • First bullet.
  • Second bullet.
    NameEmail
-- Best Regards, --raman Email: raman@users.sf.net WWW: http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk: tv.raman.tv@gmail.com PGP: http://emacspeak.sf.net/raman/raman-almaden.asc Google: tv+raman IRC: irc://irc.freenode.net/#emacs From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: 4.77: org-export-region-as-html produces strange output Date: Mon, 18 Jun 2007 08:55:10 +0200 Message-ID: <5d47c7cb1cf1e032c8743ae884de61e1@science.uva.nl> References: <18037.32311.537407.150796@gargle.gargle.HOWL> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0CQe-0003SI-HN for emacs-orgmode@gnu.org; Mon, 18 Jun 2007 04:17:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0CQb-0003PF-VA for emacs-orgmode@gnu.org; Mon, 18 Jun 2007 04:17:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0CQb-0003P0-Pp for emacs-orgmode@gnu.org; Mon, 18 Jun 2007 04:17:37 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0CQb-0003T2-7N for emacs-orgmode@gnu.org; Mon, 18 Jun 2007 04:17:37 -0400 In-Reply-To: <18037.32311.537407.150796@gargle.gargle.HOWL> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: raman@users.sf.net Cc: emacs-orgmode Hi Raman, On Jun 17, 2007, at 20:32, T. V. Raman wrote: > > > See attached org input and resulting HTML. > > Things that look buggy: > > The example uses a section header, a bulleted list and a table. > > See list of problems below: > > 0) The table becomes part of the final bullet. I'd say this is on purpose. Same is true for
 stuff,
these are just insertions, their indentation does not change
the structure.

> 1)  The table has a strange  element inside it.

What is strange about it?

> 2)  Given that I invoked org-export-region-as-html with a prefix
> arg, it would be a good idea not to generate section numbers --

Good point, I will turn that off.
There is a similar problems with ID of headings, these should
maybe also turned because using cut-and-paste, you might get multiple
id's like sec-1.

Thanks.

- Carsten

From mboxrd@z Thu Jan  1 00:00:00 1970
From: "T. V. Raman" 
Subject: Re: 4.77: org-export-region-as-html produces strange output
Date: Mon, 18 Jun 2007 06:10:12 -0700
Message-ID: <18038.33844.88361.534630@gargle.gargle.HOWL>
References: <18037.32311.537407.150796@gargle.gargle.HOWL>
	<5d47c7cb1cf1e032c8743ae884de61e1@science.uva.nl>
Reply-To: raman@users.sf.net
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Return-path: 
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
	id 1I0Gzm-0004Kv-JW
	for emacs-orgmode@gnu.org; Mon, 18 Jun 2007 09:10:14 -0400
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
	id 1I0Gzl-0004KO-Uw
	for emacs-orgmode@gnu.org; Mon, 18 Jun 2007 09:10:14 -0400
Received: from [199.232.76.173] (helo=monty-python.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1I0Gzl-0004KL-OB
	for emacs-orgmode@gnu.org; Mon, 18 Jun 2007 09:10:13 -0400
Received: from rwcrmhc11.comcast.net ([204.127.192.81])
	by monty-python.gnu.org with esmtp (Exim 4.60)
	(envelope-from ) id 1I0Gzl-0003gr-CB
	for emacs-orgmode@gnu.org; Mon, 18 Jun 2007 09:10:13 -0400
In-Reply-To: <5d47c7cb1cf1e032c8743ae884de61e1@science.uva.nl>
List-Id: "General discussions about Org-mode." 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
To: dominik@science.uva.nl
Cc: raman@users.sf.net, emacs-orgmode@gnu.org


What is strange about 

A)   I dont know what that element means or why it is there.
B)   It's also missing its closing tag.



>>>>> "Carsten" == Carsten Dominik  writes:
    Carsten> Hi Raman, On Jun 17, 2007, at 20:32, T. V. Raman
    Carsten> wrote:
    Carsten> 
    >> 
>
> See attached org input and resulting HTML.
    >> 
    >> Things that look buggy:
    >> 
    >> The example uses a section header, a bulleted list and a
    >> table.
    >> 
    >> See list of problems below:
    >> 
    >> 0) The table becomes part of the final bullet.
    Carsten> 
    Carsten> I'd say this is on purpose.  Same is true for 
    Carsten> stuff, these are just insertions, their indentation
    Carsten> does not change the structure.
    Carsten> 
    >> 1) The table has a strange  element inside it.
    Carsten> 
    Carsten> What is strange about it?
    Carsten> 
    >> 2) Given that I invoked org-export-region-as-html with a
    >> prefix arg, it would be a good idea not to generate
    >> section numbers --
    Carsten> 
    Carsten> Good point, I will turn that off.  There is a
    Carsten> similar problems with ID of headings, these should
    Carsten> maybe also turned because using cut-and-paste, you
    Carsten> might get multiple id's like sec-1.
    Carsten> 
    Carsten> Thanks.
    Carsten> 
    Carsten> - Carsten

-- 
Best Regards,
--raman

      
Email:  raman@users.sf.net
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: tv.raman.tv@gmail.com
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:    irc://irc.freenode.net/#emacs

From mboxrd@z Thu Jan  1 00:00:00 1970
From: Carsten Dominik 
Subject: Re: 4.77: org-export-region-as-html produces strange output
Date: Mon, 18 Jun 2007 16:19:19 +0200
Message-ID: <38dd7228afe9d90cd96dd67043ed464a@science.uva.nl>
References: <18037.32311.537407.150796@gargle.gargle.HOWL>
	<5d47c7cb1cf1e032c8743ae884de61e1@science.uva.nl>
	<18038.33844.88361.534630@gargle.gargle.HOWL>
Mime-Version: 1.0 (Apple Message framework v624)
Content-Type: text/plain; charset=US-ASCII; format=flowed
Content-Transfer-Encoding: 7bit
Return-path: 
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
	id 1I0I4g-0004Nl-SJ
	for emacs-orgmode@gnu.org; Mon, 18 Jun 2007 10:19:22 -0400
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
	id 1I0I4f-0004My-Ii
	for emacs-orgmode@gnu.org; Mon, 18 Jun 2007 10:19:22 -0400
Received: from [199.232.76.173] (helo=monty-python.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1I0I4f-0004Mv-EM
	for emacs-orgmode@gnu.org; Mon, 18 Jun 2007 10:19:21 -0400
Received: from korteweg.uva.nl ([146.50.98.70])
	by monty-python.gnu.org with esmtp (Exim 4.60)
	(envelope-from ) id 1I0I4f-0006JR-3W
	for emacs-orgmode@gnu.org; Mon, 18 Jun 2007 10:19:21 -0400
In-Reply-To: <18038.33844.88361.534630@gargle.gargle.HOWL>
List-Id: "General discussions about Org-mode." 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
To: raman@users.sf.net
Cc: emacs-orgmode@gnu.org


On Jun 18, 2007, at 15:10, T. V. Raman wrote:

>
> What is strange about 
>
> A)   I dont know what that element means or why it is there.

It is a way to specify attributes for an entire column -  I am
using it to set the alignment - even though usually the
table renderers ignore it.

> B)   It's also missing its closing tag.

I thought it did not need one, but indeed, in XHTML it does,
as opposed to HTML.  Will fix that, thanks.

- Carsten