aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/org-templates
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-08-22 18:30:24 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2019-08-22 18:30:24 +0200
commit4ead9be4468d8d58c027bf6e6616e3b4d6e727eb (patch)
tree18ab19fd5213c9d302b165eafa46a6f1f8902e75 /.emacs.d/org-templates
parent04f4a7df197ce327f36b666869a1ca2f09934e58 (diff)
downloaddotfiles-4ead9be4468d8d58c027bf6e6616e3b4d6e727eb.tar.gz
dotfiles-4ead9be4468d8d58c027bf6e6616e3b4d6e727eb.zip
Complete re-structuring so it's easier to install
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/org-templates')
-rw-r--r--.emacs.d/org-templates/README.org22
-rw-r--r--.emacs.d/org-templates/article-full.org20
-rw-r--r--.emacs.d/org-templates/article.org20
3 files changed, 62 insertions, 0 deletions
diff --git a/.emacs.d/org-templates/README.org b/.emacs.d/org-templates/README.org
new file mode 100644
index 0000000..b3cc271
--- /dev/null
+++ b/.emacs.d/org-templates/README.org
@@ -0,0 +1,22 @@
+* org
+
+Helper files that are included in some way or another into my =org= file.
+
+* License
+
+#+BEGIN_SRC text
+Copyright (C) 2019 Miquel Sabaté Solà <mikisabate@gmail.com>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+#+END_SRC
diff --git a/.emacs.d/org-templates/article-full.org b/.emacs.d/org-templates/article-full.org
new file mode 100644
index 0000000..839e1d8
--- /dev/null
+++ b/.emacs.d/org-templates/article-full.org
@@ -0,0 +1,20 @@
+#+AUTHOR: Miquel Sabaté Solà
+#+DESCRIPTION:
+#+KEYWORDS:
+#+LANGUAGE: ca
+
+#+OPTIONS: ':nil *:t -:t ::t <:t H:3 \n:nil ^:t arch:headline
+#+OPTIONS: author:t c:nil creator:nil d:(not LOGBOOK) date:t title:t e:t
+#+OPTIONS: email:nil f:t inline:t num:t p:nil pri:nil stat:t tags:nil
+#+OPTIONS: tasks:t tex:t timestamp:t toc:t todo:t |:t
+
+#+LaTeX_CLASS_OPTIONS: [catalan,a4paper,12pt]
+#+LATEX_HEADER: \usepackage{babel}
+#+LATEX_HEADER: \usepackage[a4paper, portrait, margin=1in]{geometry}
+#+LATEX_HEADER: \renewcommand{\baselinestretch}{1.5}
+#+LATEX_HEADER: \usepackage{newtxtext,newtxmath}
+
+#+LATEX_HEADER: \usepackage{xcolor}
+#+LATEX_HEADER: \hypersetup{colorlinks=false, pdfborderstyle={/S/U/W 1}, urlbordercolor=gray, pdfborder=0 0 1}
+
+#+SELECT_TAGS: export
diff --git a/.emacs.d/org-templates/article.org b/.emacs.d/org-templates/article.org
new file mode 100644
index 0000000..463ec2f
--- /dev/null
+++ b/.emacs.d/org-templates/article.org
@@ -0,0 +1,20 @@
+#+AUTHOR: Miquel Sabaté Solà
+#+DESCRIPTION:
+#+KEYWORDS:
+#+LANGUAGE: ca
+
+#+OPTIONS: ':nil *:t -:t ::t <:t H:3 \n:nil ^:t arch:headline
+#+OPTIONS: author:nil c:nil creator:nil d:(not LOGBOOK) date:nil title:nil e:t
+#+OPTIONS: email:nil f:t inline:t num:t p:nil pri:nil stat:t tags:nil
+#+OPTIONS: tasks:t tex:t timestamp:t toc:nil todo:t |:t
+
+#+LaTeX_CLASS_OPTIONS: [a4paper, 12pt]
+#+LATEX_HEADER: \usepackage[a4paper, portrait, margin=1in]{geometry}
+#+LATEX_HEADER: \renewcommand{\baselinestretch}{1.5}
+#+LATEX_HEADER: \usepackage{newtxtext,newtxmath}
+#+LATEX_HEADER: \usepackage[catalan]{babel}
+
+#+LATEX_HEADER: \usepackage{xcolor}
+#+LATEX_HEADER: \hypersetup{colorlinks=false, pdfborderstyle={/S/U/W 1}, urlbordercolor=gray, pdfborder=0 0 1}
+
+#+SELECT_TAGS: export