* questions about html export
@ 2010-06-18 0:30 Daniel Mahler
2010-06-18 1:32 ` Daniel Mahler
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Mahler @ 2010-06-18 0:30 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I have 2 issues with exporting
1. I would like html export to activate plain links
2. I would like to embed source blocks in numbered lists, without
breaking the numbering ie:
1) get ready
#+BEGIN_SRC sh
get_ready
#+END_SRC
2) go
#+BEGIN_SRC sh
go
#+END_SRC
currently the src blocks cause the numbering to reset, so all
items in a sequence like this are numbered 1
thanks
Daniel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: questions about html export
2010-06-18 0:30 questions about html export Daniel Mahler
@ 2010-06-18 1:32 ` Daniel Mahler
2010-06-18 1:54 ` Thomas S. Dye
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Daniel Mahler @ 2010-06-18 1:32 UTC (permalink / raw)
To: emacs-orgmode
On Fri, Jun 18, 2010 at 2:30 AM, Daniel Mahler <dmahler@gmail.com> wrote:
> Hi,
>
> I have 2 issues with exporting
>
> 1. I would like html export to activate plain links
Ignore this, they are activated.
> 2. I would like to embed source blocks in numbered lists, without
> breaking the numbering ie:
>
> 1) get ready
> #+BEGIN_SRC sh
> get_ready
> #+END_SRC
> 2) go
> #+BEGIN_SRC sh
> go
> #+END_SRC
>
> currently the src blocks cause the numbering to reset, so all
> items in a sequence like this are numbered 1
this is still an issue
> thanks
> Daniel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: questions about html export
2010-06-18 1:32 ` Daniel Mahler
@ 2010-06-18 1:54 ` Thomas S. Dye
2010-06-18 2:13 ` Mark Elston
2010-06-18 6:50 ` Carsten Dominik
2 siblings, 0 replies; 5+ messages in thread
From: Thomas S. Dye @ 2010-06-18 1:54 UTC (permalink / raw)
To: Daniel Mahler; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1412 bytes --]
Aloha Daniel,
Good to hear you got the link problem worked out.
I believe your issue with lists was discussed recently on the mailing
list. I didn't follow that discussion closely and don't remember if
it came to a resolution, but in the absence of a response from other
list members more savvy than I am, you might want to look through the
list archives:
http://lists.gnu.org/archive/html/emacs-orgmode/
Apologies for the rather weak reply. I hope the recent list
discussion has what you need.
Tom
On Jun 17, 2010, at 3:32 PM, Daniel Mahler wrote:
> On Fri, Jun 18, 2010 at 2:30 AM, Daniel Mahler <dmahler@gmail.com>
> wrote:
>> Hi,
>>
>> I have 2 issues with exporting
>>
>> 1. I would like html export to activate plain links
>
>
> Ignore this, they are activated.
>
>> 2. I would like to embed source blocks in numbered lists, without
>> breaking the numbering ie:
>>
>> 1) get ready
>> #+BEGIN_SRC sh
>> get_ready
>> #+END_SRC
>> 2) go
>> #+BEGIN_SRC sh
>> go
>> #+END_SRC
>>
>> currently the src blocks cause the numbering to reset, so all
>> items in a sequence like this are numbered 1
>
> this is still an issue
>
>> thanks
>> Daniel
>>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[-- Attachment #1.2: Type: text/html, Size: 2916 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: questions about html export
2010-06-18 1:32 ` Daniel Mahler
2010-06-18 1:54 ` Thomas S. Dye
@ 2010-06-18 2:13 ` Mark Elston
2010-06-18 6:50 ` Carsten Dominik
2 siblings, 0 replies; 5+ messages in thread
From: Mark Elston @ 2010-06-18 2:13 UTC (permalink / raw)
To: emacs-orgmode
Daniel,
I think the thread that Thomas is referring to is the one started
by Nicolas Goaziou regarding exportation to LaTeX. He submitted
a patch but in his email he noted that the exportation to HTML is
still not working correctly for these cases.
However, he provided a clue as to what the problem might be so if
you were so inclined you could start there and look for an answer...
Mark
On 6/17/2010 6:32 PM, Daniel Mahler wrote:
> On Fri, Jun 18, 2010 at 2:30 AM, Daniel Mahler<dmahler@gmail.com> wrote:
>> Hi,
>>
>> I have 2 issues with exporting
>>
>> 1. I would like html export to activate plain links
>
>
> Ignore this, they are activated.
>
>> 2. I would like to embed source blocks in numbered lists, without
>> breaking the numbering ie:
>>
>> 1) get ready
>> #+BEGIN_SRC sh
>> get_ready
>> #+END_SRC
>> 2) go
>> #+BEGIN_SRC sh
>> go
>> #+END_SRC
>>
>> currently the src blocks cause the numbering to reset, so all
>> items in a sequence like this are numbered 1
>
> this is still an issue
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: questions about html export
2010-06-18 1:32 ` Daniel Mahler
2010-06-18 1:54 ` Thomas S. Dye
2010-06-18 2:13 ` Mark Elston
@ 2010-06-18 6:50 ` Carsten Dominik
2 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2010-06-18 6:50 UTC (permalink / raw)
To: Daniel Mahler; +Cc: emacs-orgmode
On Jun 18, 2010, at 3:32 AM, Daniel Mahler wrote:
> On Fri, Jun 18, 2010 at 2:30 AM, Daniel Mahler <dmahler@gmail.com>
> wrote:
>> Hi,
>>
>> I have 2 issues with exporting
>>
>> 1. I would like html export to activate plain links
>
>
> Ignore this, they are activated.
>
>> 2. I would like to embed source blocks in numbered lists, without
>> breaking the numbering ie:
>>
>> 1) get ready
>> #+BEGIN_SRC sh
>> get_ready
>> #+END_SRC
>> 2) go
>> #+BEGIN_SRC sh
>> go
>> #+END_SRC
>>
>> currently the src blocks cause the numbering to reset, so all
>> items in a sequence like this are numbered 1
>
> this is still an issue
Hi Daniel,
this should be fixed now.
Thank you for the bug report.
- Carsten
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-06-18 7:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-18 0:30 questions about html export Daniel Mahler
2010-06-18 1:32 ` Daniel Mahler
2010-06-18 1:54 ` Thomas S. Dye
2010-06-18 2:13 ` Mark Elston
2010-06-18 6:50 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.