emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] HTML --> Org-mode?


From: Willem Rein Oudshoorn
Subject: Re: [O] HTML --> Org-mode?
Date: Tue, 27 Jan 2015 19:59:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin)

Matt Price <address@hidden> writes:

> Thank you Willem,
>
> This looks very helpful.
>
> I am trying the code out in a scratch buffer and I am unable to gnerate org
> syntax, e.g. with this test string:
>
> (h-2-o-insert-org-source-for-html  "<p><a
> href=\"http://example.org/\";>hello</a>
> <span style=\"font-style:italic;\">world<br/> foo</span></p>" )
>
> Am I doing something wrong?  Thanks,

I added the <a href...> conversion, so that part should work now.
However, I am not sure I want to do the <span style=...> thing.
It seems that this requires some CSS parsing to do the right thing.

Also in this example, the italics would span multiple lines, for which I
think the only way to represent this in org is by enclosing each line in
a pair of '/'.

However, is there a specific use case where you need the conversion from
the <span style='...'> to be precise?   (At the moment it will still
output the content of the <span> but it will not be formatted.

If there is a specific use case, I could maybe make it work for that.

Personally, I use it to edit text fields in salesforce.
For which I do not care too much if the round trip yields perfect
results.


Wim Oudshoorn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]