1
;;; org-contribdir.el --- Mark the location of the contrib directory
2
;; Copyright (C) 2009 Free Software Foundation, Inc.
4
;; Author: Carsten Dominik <carsten at orgmode dot org>
5
;; Keywords: outlines, hypermedia, calendar, wp
6
;; Homepage: http://orgmode.org
9
;; This file is not yet part of GNU Emacs.
11
;; GNU Emacs is free software; you can redistribute it and/or modify
12
;; it under the terms of the GNU General Public License as published by
13
;; the Free Software Foundation; either version 3, or (at your option)
16
;; GNU Emacs is distributed in the hope that it will be useful,
17
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
;; GNU General Public License for more details.
21
;; You should have received a copy of the GNU General Public License
22
;; along with GNU Emacs; see the file COPYING. If not, write to the
23
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24
;; Boston, MA 02110-1301, USA.
25
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
30
;; The sole purpose of this file is to be located in the same place
31
;; as where the contributed Org files are located, typically in the
32
;; contrib/lisp directory of the Org-mode distribution. This is to
33
;; make sure that the command `org-reload' can reliably locate
34
;; contributed org files.
36
(provide 'org-contribdir)
38
;;; org-contribdir.el ends here