From 00d5a9cdd24f9e997c8263209af3cf4ca8eb8a3b Mon Sep 17 00:00:00 2001 From: Niklas Fasching Date: Tue, 8 Jan 2019 23:49:28 +0100 Subject: [PATCH] Update misc.org update list of fixed goorgeous issues --- org/testdata/misc.html | 97 +++++++++++++++++++++--------------- org/testdata/misc.org | 3 ++ org/testdata/misc.pretty_org | 3 ++ 3 files changed, 62 insertions(+), 41 deletions(-) diff --git a/org/testdata/misc.html b/org/testdata/misc.html index 9ed0eba..0b08598 100644 --- a/org/testdata/misc.html +++ b/org/testdata/misc.html @@ -6,55 +6,59 @@
  • #29: Support verse block
  • -
  • #31: Support #+INCLUDE +
  • #30: Support #+SETUPFILE
  • -
  • #33: Wrong output when mixing html with Org mode +
  • #31: Support #+INCLUDE
  • -
  • #46: Support for symbols like ndash and mdash +
  • #33: Wrong output when mixing html with Org mode
  • -
  • #47: Consecutive code wrapped text gets joined +
  • #41: Support Table Of Contents
  • -
  • #50: LineBreaks in lists are preserved +
  • #46: Support for symbols like ndash and mdash
  • -
  • #68: Quote block with inline markup +
  • #47: Consecutive code wrapped text gets joined
  • -
  • #72: Support for #+ATTR_HTML +
  • #50: LineBreaks in lists are preserved
  • -
  • #75: Not parsing nested lists correctly +
  • #68: Quote block with inline markup
  • -
  • #77: Recognize code— as code plus dash +
  • #72: Support for #+ATTR_HTML
  • -
  • #78: Emphasis at beginning of line +
  • #75: Not parsing nested lists correctly
  • -
  • #82: Crash on empty headline +
  • #77: Recognize code— as code plus dash +
  • +
  • #78: Emphasis at beginning of line +
  • +
  • #82: Crash on empty headline
  • -
  • #84: Paragraphs that are not followed by an empty line are not parsed correctly +
  • #84: Paragraphs that are not followed by an empty line are not parsed correctly
  • -
  • #86: Multiple hyphens not converted to dashes +
  • #86: Multiple hyphens not converted to dashes
  • -
  • #87: Markup in footnotes is rendered literally +
  • #87: Markup in footnotes is rendered literally
  • -
  • issues (wrongly) filed with hugo +
  • issues (wrongly) filed with hugo
  • -
  • Footnotes +
  • Footnotes
  • @@ -85,6 +89,13 @@ crazy ain't it?

    DONE +#30: Support #+SETUPFILE +

    +

    +see ./headlines.org +

    +

    +DONE #31: Support #+INCLUDE

    @@ -175,7 +186,7 @@ deploy: -

    +

    DONE #33: Wrong output when mixing html with Org mode

    @@ -193,7 +204,11 @@ deploy: -

    +

    +DONE +#41: Support Table Of Contents +

    +

    DONE #46: Support for symbols like ndash and mdash

    @@ -224,7 +239,7 @@ note that —— is replaced with 2 mdashes and …. becomes ellipsis+. and so o

    -

    +

    DONE #47: Consecutive code wrapped text gets joined

    @@ -233,7 +248,7 @@ either this or that foo. either this or that foo.

    -

    +

    DONE #50: LineBreaks in lists are preserved

    @@ -268,7 +283,7 @@ foo

    -

    +

    DONE #68: Quote block with inline markup

    @@ -277,12 +292,12 @@ foo this is markup!

    -

    +

    DONE #72: Support for #+ATTR_HTML

    Go is fine though. -

    +

    DONE #75: Not parsing nested lists correctly

    @@ -300,11 +315,11 @@ sub bullet -

    +

    DONE #77: Recognize code— as code plus dash

    -

    +

    DONE #78: Emphasis at beginning of line

    @@ -315,33 +330,33 @@ sub bullet Text italics

    -

    +

    DONE #82: Crash on empty headline

    -

    +

    just a space as title…

    -

    +

    DONE #84: Paragraphs that are not followed by an empty line are not parsed correctly

    -

    +

    Foo

    Foo paragraph.

    -

    +

    Bar

    Bar paragraph

    -

    +

    DONE #86: Multiple hyphens not converted to dashes

    @@ -387,17 +402,17 @@ src/example/export blocks should not be converted! -

    +

    DONE #87: Markup in footnotes is rendered literally

    footnotes can contain markup - and other elements and stuff 2

    -

    +

    issues (wrongly) filed with hugo

    -

    +

    #3874 exporting images in org mode

    @@ -406,7 +421,7 @@ Hello, I'm writing hugo blogs using org-mode.

    When inserting an image link like /home/amos/Pictures/Screenshots/img-2017-09-11-165647.png, hugo doesn't export the image.

    -

    +

    #4006 source code blocks in org not rendered correctly

    @@ -419,7 +434,7 @@ When inserting an image link like +

    Footnotes

    diff --git a/org/testdata/misc.org b/org/testdata/misc.org index b45069f..4eb582a 100644 --- a/org/testdata/misc.org +++ b/org/testdata/misc.org @@ -12,6 +12,8 @@ verse or even a *totally* /custom/ kind of block crazy ain't it? #+END_CUSTOM +*** DONE [[https://github.com/chaseadamsio/goorgeous/issues/30][#30]]: Support #+SETUPFILE +see =./headlines.org= *** DONE [[https://github.com/chaseadamsio/goorgeous/issues/31][#31]]: Support #+INCLUDE Note that only src/example/export block inclusion is supported for now. There's quite a lot more to include (see the [[https://orgmode.org/manual/Include-files.html][org manual for include files]]) but I @@ -30,6 +32,7 @@ for now files can be included as: | *foo* | foo | | *bar* | bar | #+HTML:
    +*** DONE [[https://github.com/chaseadamsio/goorgeous/issues/41][#41]]: Support Table Of Contents *** DONE [[https://github.com/chaseadamsio/goorgeous/issues/46][#46]]: Support for symbols like ndash and mdash - ndash -- - mdash --- diff --git a/org/testdata/misc.pretty_org b/org/testdata/misc.pretty_org index 421d3a9..3183c22 100644 --- a/org/testdata/misc.pretty_org +++ b/org/testdata/misc.pretty_org @@ -12,6 +12,8 @@ verse or even a *totally* /custom/ kind of block crazy ain't it? #+END_CUSTOM +*** DONE [[https://github.com/chaseadamsio/goorgeous/issues/30][#30]]: Support #+SETUPFILE +see =./headlines.org= *** DONE [[https://github.com/chaseadamsio/goorgeous/issues/31][#31]]: Support #+INCLUDE Note that only src/example/export block inclusion is supported for now. There's quite a lot more to include (see the [[https://orgmode.org/manual/Include-files.html][org manual for include files]]) but I @@ -30,6 +32,7 @@ for now files can be included as: | *foo* | foo | | *bar* | bar | #+HTML:
    +*** DONE [[https://github.com/chaseadamsio/goorgeous/issues/41][#41]]: Support Table Of Contents *** DONE [[https://github.com/chaseadamsio/goorgeous/issues/46][#46]]: Support for symbols like ndash and mdash - ndash -- - mdash ---