diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2019-02-24 10:31:03 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2019-02-24 10:31:03 +0100 |
| commit | ef0ef433bbcee25593c71290b919ebebf522c126 (patch) | |
| tree | 416e82d1d341689e2697853c27bb795c0da4e815 | |
| parent | 9dd9f176d96abc60365369de6d08c26c414ef1f3 (diff) | |
manual: Call ox-texinfo+-update-copyright-years while exporting
| -rw-r--r-- | with-editor.org | 13 | ||||
| -rw-r--r-- | with-editor.texi | 8 |
2 files changed, 11 insertions, 10 deletions
diff --git a/with-editor.org b/with-editor.org index 443a615..ba71b1f 100644 --- a/with-editor.org +++ b/with-editor.org @@ -2,16 +2,17 @@ :PREAMBLE: #+AUTHOR: Jonas Bernoulli #+EMAIL: jonas@bernoul.li -#+DATE: 2015-2018 +#+DATE: 2015-2019 #+LANGUAGE: en #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: With-Editor: (with-editor). #+TEXINFO_DIR_DESC: Using the Emacsclient as $EDITOR -#+SUBTITLE: for version 2.8.0 (v2.8.0-2-g87c96b3+1) -#+BIND: ox-texinfo+-before-export-hook ox-texinfo+-update-version-strings +#+SUBTITLE: for version 2.8.1 (v2.8.1+1) #+TEXINFO_DEFFN: t +#+BIND: ox-texinfo+-before-export-hook ox-texinfo+-update-copyright-years +#+BIND: ox-texinfo+-before-export-hook ox-texinfo+-update-version-strings #+OPTIONS: H:4 num:4 toc:2 The library ~with-editor~ makes it easy to use the Emacsclient as the @@ -30,10 +31,10 @@ additional functionality which makes it useful even for end-users, who don't use Magit or another package which uses it internally. #+TEXINFO: @noindent -This manual is for With-Editor version 2.8.0 (v2.8.0-2-g87c96b3+1). +This manual is for With-Editor version 2.8.1 (v2.8.1+1). #+BEGIN_QUOTE -Copyright (C) 2015-2018 Jonas Bernoulli <jonas@bernoul.li> +Copyright (C) 2015-2019 Jonas Bernoulli <jonas@bernoul.li> You can redistribute this document and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -296,7 +297,7 @@ Emacs and what is the output of ~M-x with-editor-debug RET~. :END: #+BEGIN_QUOTE -Copyright (C) 2015-2018 Jonas Bernoulli <jonas@bernoul.li> +Copyright (C) 2015-2019 Jonas Bernoulli <jonas@bernoul.li> You can redistribute this document and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/with-editor.texi b/with-editor.texi index 8c9462c..ef4a1f7 100644 --- a/with-editor.texi +++ b/with-editor.texi @@ -8,7 +8,7 @@ @copying @quotation -Copyright (C) 2015-2018 Jonas Bernoulli <jonas@@bernoul.li> +Copyright (C) 2015-2019 Jonas Bernoulli <jonas@@bernoul.li> You can redistribute this document and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title With-Editor User Manual -@subtitle for version 2.8.0 (v2.8.0-2-g87c96b3+1) +@subtitle for version 2.8.1 (v2.8.1+1) @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -60,10 +60,10 @@ additional functionality which makes it useful even for end-users, who don't use Magit or another package which uses it internally. @noindent -This manual is for With-Editor version 2.8.0 (v2.8.0-2-g87c96b3+1). +This manual is for With-Editor version 2.8.1 (v2.8.1+1). @quotation -Copyright (C) 2015-2018 Jonas Bernoulli <jonas@@bernoul.li> +Copyright (C) 2015-2019 Jonas Bernoulli <jonas@@bernoul.li> You can redistribute this document and/or modify it under the terms of the GNU General Public License as published by the Free Software |
