From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: [ANN] orgbox: Mailbox-like task scheduling in org-agenda. Date: Mon, 24 Mar 2014 15:35:30 -0400 Message-ID: <8738i7bdnu.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSAez-0008Eo-LG for Emacs-orgmode@gnu.org; Mon, 24 Mar 2014 15:35:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSAeq-0007Sg-NU for Emacs-orgmode@gnu.org; Mon, 24 Mar 2014 15:35:49 -0400 Received: from mail-qc0-x231.google.com ([2607:f8b0:400d:c01::231]:50911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSAeq-0007SH-64 for Emacs-orgmode@gnu.org; Mon, 24 Mar 2014 15:35:40 -0400 Received: by mail-qc0-f177.google.com with SMTP id w7so6454171qcr.8 for ; Mon, 24 Mar 2014 12:35:39 -0700 (PDT) In-Reply-To: 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: Alan Schmitt , Yasuhito Takamiya Cc: Emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Alan, I installed the attached file with M-x package-install-file to avoid getting org pulled in via (M)ELPA. The large version number means that new versions of org don=E2=80=99t look like upgrades, preventing them from overwriting this package. Obviously, you should edit the path to your git checkout of org. You=E2=80=99ll additionally have to add the org/lisp = and org/contrib/lisp (if desired) directories from the git checkout to load-path in your init.el (before calling package-initialize). (I think the copyright line was put there because package.el would fuss if it was missing. This code is so short I doubt it is actually copyrightable.) --=-=-= Content-Type: application/emacs-lisp Content-Disposition: attachment; filename=org.el Content-Transfer-Encoding: quoted-printable ;;; org.el --- Dummy org mode package ;; Copyright (C) 2013 Aaron Ecay ;; Version: 30000101 (let ((org-dir "/home/aecay/development/org-mode/lisp/")) (load (concat org-dir "org.el"))) ;;; org.el ends here --=-=-= Content-Type: text/plain -- Aaron Ecay --=-=-=--