From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Source Code Syntax Highlighting in Beamer slides Date: Mon, 22 Apr 2013 08:29:57 +0200 Message-ID: <87ppxnf57e.fsf@bzg.ath.cx> References: <877gjvu1mk.fsf@student.kit.edu> <20130421210800.GA12639@kuru.dyndns-at-home.com> <87d2tnmt1k.fsf@gmail.com> <87ip3fsczj.fsf@gmail.com> <20130422062214.GA15049@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUANE-0000mu-PC for emacs-orgmode@gnu.org; Mon, 22 Apr 2013 02:37:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUANE-0002fi-0g for emacs-orgmode@gnu.org; Mon, 22 Apr 2013 02:37:12 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:57154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUAND-0002fc-Qd for emacs-orgmode@gnu.org; Mon, 22 Apr 2013 02:37:11 -0400 Received: by mail-wi0-f176.google.com with SMTP id hj19so3677464wib.15 for ; Sun, 21 Apr 2013 23:37:11 -0700 (PDT) In-Reply-To: <20130422062214.GA15049@kuru.dyndns-at-home.com> (Suvayu Ali's message of "Mon, 22 Apr 2013 08:22:14 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Suvayu Ali Cc: emacs-orgmode@gnu.org Hi Suvayu, Suvayu Ali writes: > Rest of the documentation is worked on at the moment. Worg is a > community resource, so you can contribute too! There was a recent (~1 > month) post by Bastien outlining a procedure to mark deprecated > documentation on Worg. Yes. The idea is simply to use #+OrgVersion: 8.0 in the head of the document if the document describes things that are for Org >=8.0, and a :OrgVersion: 8.0 (multi-valued) property for the subtrees that require a specific version. It's not widely used and difficult to use retroactively, but might be a good habit to have from now on. -- Bastien