Skip to content

Commit

Permalink
Remove the ZERO WIDTH SPACE char 0x200b that snuck in by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Oct 12, 2017
1 parent c7b7434 commit daed39f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/content/doc/org-meta-data-to-hugo-front-matter.md
Expand Up @@ -18,7 +18,7 @@ set.

| Hugo front-matter (TOML) | Org | Org description |
|------------------------------------|------------------------------------|---------------------------------------------------------------------------|
| `title = "foo"` | `* foo` | Subtree heading |
| `title = "foo"` | `* foo` | Subtree heading |
| `date = 2017-09-11T14:32:00-04:00` | `CLOSED: [2017-09-11 Mon 14:32]` | Auto-inserted `CLOSED` subtree property when switch to Org **DONE** state |
| `date = 2017-07-24` | `:EXPORT_DATE: 2017-07-24` | Subtree property |
| `lastmod = <current date>` | `:EXPORT_HUGO_AUTO_SET_LASTMOD: t` | Subtree property |
Expand All @@ -41,7 +41,7 @@ set.

| Hugo front-matter (TOML) | Org |
|----------------------------------|--------------------------------------|
| `title = "foo"` | `#+TITLE: foo` |
| `title = "foo"` | `#+TITLE: foo` |
| `date = 2017-07-24` | `#+DATE: 2017-07-24` |
| `lastmod = <current date>` | `#+HUGO_AUTO_SET_LASTMOD: t` |
| `tags = ["abc", "def"]` | `#+HUGO_TAGS: abc def` |
Expand Down
4 changes: 2 additions & 2 deletions doc/ox-hugo-manual.org
Expand Up @@ -718,7 +718,7 @@ set.
|------------------------------------+------------------------------------+-------------------------------------------------------------------------|
| Hugo front-matter (TOML) | Org | Org description |
|------------------------------------+------------------------------------+-------------------------------------------------------------------------|
| =title = "foo"= | =* foo= | Subtree heading |
| =title = "foo"= | =* foo= | Subtree heading |
| =date = 2017-09-11T14:32:00-04:00= | =CLOSED: [2017-09-11 Mon 14:32]= | Auto-inserted =CLOSED= subtree property when switch to Org *DONE* state |
| =date = 2017-07-24= | =:EXPORT_DATE: 2017-07-24= | Subtree property |
| =lastmod = <current date>= | =:EXPORT_HUGO_AUTO_SET_LASTMOD: t= | Subtree property |
Expand All @@ -737,7 +737,7 @@ set.
|----------------------------------+--------------------------------------|
| Hugo front-matter (TOML) | Org |
|----------------------------------+--------------------------------------|
| =title = "foo"= | =#+TITLE: foo= |
| =title = "foo"= | =#+TITLE: foo= |
| =date = 2017-07-24= | =#+DATE: 2017-07-24= |
| =lastmod = <current date>= | =#+HUGO_AUTO_SET_LASTMOD: t= |
| =tags = ["abc", "def"]= | =#+HUGO_TAGS: abc def= |
Expand Down

0 comments on commit daed39f

Please sign in to comment.