Re: [O] Documentation Bug ?

2019-03-27 Thread Nicolas Goaziou
Hello,

David Masterson  writes:

> Simple documentation bug -- not sure how to submit a patch, so I'm
> hoping someone else can take care of it.
>
> In section 10 "Agenda Views" of the manual, it says that "Seven
> different view types are provided", but it only lists six.  Someone
> should change seven to six.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



Re: [O] [Documentation Bug?] Markdown export

2018-04-20 Thread Loris Bennett
Nicolas Goaziou  writes:

> Hello,
>
> "Loris Bennett"  writes:
>
>> On the page
>>
>>   https://orgmode.org/manual/Markdown-export.html
>>
>> the second line reads:
>>
>>   Since md is built on top of the HTML back-end, any Org constructs not
>>   supported by Markdown, such as tables, the underlying html back-end
>>   (see HTML export) converts them.
>>
>> My guess is that this should be
>>
>>   Since md is built on top of the HTML back-end, any Org constructs not
>>   supported by Markdown, such as tables, are converted by the underlying
>>   html back-end (see HTML export).
>
> I reworded the paragrpah. Thank you. The new introduction is:
>
> The Markdown export back-end, "md", converts an Org file to Markdown
> format, as defined at http://daringfireball.net/projects/markdown/.
>
> Since it is built on top of the HTML back-end (see [[*HTML Export]]), it
> converts every Org construct not defined in Markdown syntax, such as
> tables, to HTML.

Thank you.  The meaning is now perfectly clear.

Cheers,

Loris

-- 
This signature is currently under construction.




Re: [O] [Documentation Bug?] Markdown export

2018-04-20 Thread Nicolas Goaziou
Hello,

"Loris Bennett"  writes:

> On the page
>
>   https://orgmode.org/manual/Markdown-export.html
>
> the second line reads:
>
>   Since md is built on top of the HTML back-end, any Org constructs not
>   supported by Markdown, such as tables, the underlying html back-end
>   (see HTML export) converts them.
>
> My guess is that this should be
>
>   Since md is built on top of the HTML back-end, any Org constructs not
>   supported by Markdown, such as tables, are converted by the underlying
>   html back-end (see HTML export).

I reworded the paragrpah. Thank you. The new introduction is:

The Markdown export back-end, "md", converts an Org file to Markdown
format, as defined at http://daringfireball.net/projects/markdown/.

Since it is built on top of the HTML back-end (see [[*HTML Export]]), it
converts every Org construct not defined in Markdown syntax, such as
tables, to HTML.


Regards,

-- 
Nicolas Goaziou



Re: [O] [Documentation Bug?] Markdown export

2018-04-19 Thread John Kitchin
Org tables get exported as an html table.

John

---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu


On Thu, Apr 19, 2018 at 12:47 AM, Loris Bennett 
wrote:

> Hi,
>
> On the page
>
>   https://orgmode.org/manual/Markdown-export.html
>
> the second line reads:
>
>   Since md is built on top of the HTML back-end, any Org constructs not
>   supported by Markdown, such as tables, the underlying html back-end
>   (see HTML export) converts them.
>
> My guess is that this should be
>
>   Since md is built on top of the HTML back-end, any Org constructs not
>   supported by Markdown, such as tables, are converted by the underlying
>   html back-end (see HTML export).
>
> However, I still don't understand what it means, so maybe my guess is
> incorrect.
>
> In any case, what will an Org table be converted to in the MD output?
>
> Cheers,
>
> Loris
>
> --
> Dr. Loris Bennett (Mr.)
> ZEDAT, Freie Universität Berlin Email loris.benn...@fu-berlin.de
>
>
>


Re: [O] documentation bug

2012-09-18 Thread Bastien
Hi Tyler,

Tyler Smith tyler.sm...@mail.mcgill.ca writes:

 I'm using org-mode 7.8.03, which shipped with Emacs 24.0.94.1. The
 documentation for exporting html includes the following:

 12.5.1 HTML export commands
 ---

 `C-c C-e h (`org-export-as-html')'
  Export as HTML file.  [...] If there is an active region(1), only
 the region will be
  exported.

 However, I think this is incorrect. 

You're right there was a problem here, fixed now.

On top of this, pressing 1 after C-c C-e will now highlight 
the subtree to be exported.

Thanks,

-- 
 Bastien



Re: [O] documentation bug

2012-09-13 Thread Giovanni Ridolfi
Da: Tyler Smith tyler.sm...@mail.mcgill.ca

Inviato: Giovedì 13 Settembre 2012 16:50

 I'm using org-mode 7.8.03, which shipped with Emacs 24.0.94.1. 

 `C-c C-e h     (`org-export-as-html')'
     Export as HTML file.  [...] If there is an active region(1), only
   the region will be      exported.
 However, I think this is incorrect. 
 If there is an active region, org-export will turn on subtree-p. This results 
 in unexpected
 behaviour. For example, if an active region is marked that contains
 two subtrees, 

This is a corner case. With your org version you are expected to export a well 
organized document:
- A headline and its subtrees
- or a subtree, 

not two subtrees.

But, here, Org-mode version 7.9.1 (2eb1456bfd
the new exporter handles this case well and exports the two subtrees.

Please upgrade Org and use the new exporter as suggested in the release notes:

http://orgmode.org/Changes.html

cheers,

Giovanni