Release 7.8.03

This commit is contained in:
Bastien Guerry 2012-01-03 08:31:59 +00:00
parent 9167cba326
commit 2b3534a81f
7 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
The is a distribution of Org, a plain text notes and project planning The is a distribution of Org, a plain text notes and project planning
tool for Emacs. tool for Emacs.
The version of this release is: 7.8.02 The version of this release is: 7.8.03
The homepage of Org is at http://orgmode.org The homepage of Org is at http://orgmode.org

View File

@ -4,8 +4,8 @@
@setfilename ../../info/org @setfilename ../../info/org
@settitle The Org Manual @settitle The Org Manual
@set VERSION 7.8.02 @set VERSION 7.8.03
@set DATE December 2011 @set DATE January 2012
@c Use proper quote and backtick for code sections in PDF output @c Use proper quote and backtick for code sections in PDF output
@c Cf. Texinfo manual 14.2 @c Cf. Texinfo manual 14.2

View File

@ -1,7 +1,7 @@
% Reference Card for Org Mode % Reference Card for Org Mode
\def\orgversionnumber{7.8.02} \def\orgversionnumber{7.8.03}
\def\versionyear{2011} % latest update \def\versionyear{2012} % latest update
\def\year{2011} % latest copyright year \def\year{2012} % latest copyright year
%**start of header %**start of header
\newcount\columnsperpage \newcount\columnsperpage

View File

@ -3,8 +3,8 @@
@setfilename ../../info/orgguide @setfilename ../../info/orgguide
@settitle The compact Org-mode Guide @settitle The compact Org-mode Guide
@set VERSION 7.8.02 @set VERSION 7.8.03
@set DATE December 2011 @set DATE January 2012
@c Use proper quote and backtick for code sections in PDF output @c Use proper quote and backtick for code sections in PDF output
@c Cf. Texinfo manual 14.2 @c Cf. Texinfo manual 14.2

View File

@ -5,7 +5,7 @@
;; Authors: Sergey Litvinov (based on ob-C.el by Eric Schulte), Eric Schulte ;; Authors: Sergey Litvinov (based on ob-C.el by Eric Schulte), Eric Schulte
;; Keywords: literate programming, reproducible research, fortran ;; Keywords: literate programming, reproducible research, fortran
;; Homepage: http://orgmode.org ;; Homepage: http://orgmode.org
;; Version: 7.8.02 ;; Version: 7.8.03
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; it under the terms of the GNU General Public License as published by

View File

@ -2,7 +2,7 @@
;; Copyright (C) 2011 Free Software Foundation, Inc. ;; Copyright (C) 2011 Free Software Foundation, Inc.
;; ;;
;; Author: Konrad Hinsen <konrad.hinsen AT fastmail.net> ;; Author: Konrad Hinsen <konrad.hinsen AT fastmail.net>
;; Version: 0.1 ;; Version: 7.8.03
;; ;;
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.
;; ;;

View File

@ -6,7 +6,7 @@
;; Maintainer: Bastien Guerry <bzg at gnu dot org> ;; Maintainer: Bastien Guerry <bzg at gnu dot org>
;; Keywords: outlines, hypermedia, calendar, wp ;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org ;; Homepage: http://orgmode.org
;; Version: 7.8.02 ;; Version: 7.8.03
;; ;;
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.
;; ;;
@ -203,7 +203,7 @@ identifier."
;;; Version ;;; Version
(defconst org-version "7.8.02" (defconst org-version "7.8.03"
"The version number of the file org.el.") "The version number of the file org.el.")
(defun org-version (&optional here) (defun org-version (&optional here)