aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/org-templates
diff options
context:
space:
mode:
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, 0 insertions, 62 deletions
diff --git a/.emacs.d/org-templates/README.org b/.emacs.d/org-templates/README.org
deleted file mode 100644
index c378b2c..0000000
--- a/.emacs.d/org-templates/README.org
+++ /dev/null
@@ -1,22 +0,0 @@
-* org
-
-Helper files that are included in some way or another into my =org= file.
-
-* License
-
-#+BEGIN_SRC text
-Copyright (C) 2019-2021 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
deleted file mode 100644
index 839e1d8..0000000
--- a/.emacs.d/org-templates/article-full.org
+++ /dev/null
@@ -1,20 +0,0 @@
-#+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
deleted file mode 100644
index 463ec2f..0000000
--- a/.emacs.d/org-templates/article.org
+++ /dev/null
@@ -1,20 +0,0 @@
-#+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