emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: Emacs-orgmode@gnu.org
Subject: Re: [ANN] orgbox: Mailbox-like task scheduling in org-agenda.
Date: Tue, 25 Mar 2014 15:34:51 +0100	[thread overview]
Message-ID: <m2zjketkhg.fsf@polytechnique.org> (raw)
In-Reply-To: <8738i7bdnu.fsf@gmail.com> (Aaron Ecay's message of "Mon, 24 Mar 2014 15:35:30 -0400")

Hi Aaron,

Aaron Ecay <aaronecay@gmail.com> writes:

> 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’t look like upgrades, preventing them from
> overwriting this package.  Obviously, you should edit the path to your
> git checkout of org.  You’ll 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.)
>
>
> ;;; 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

This is a great suggestion! As I'm already loading org, I follow
a similar approach. I installed the following file (with an updated
copyright ;-))

#+begin_src emacs-lisp
;;; org.el --- Dummy org mode package

;; Copyright (C) 2014 Alan Schmitt

;; Version: 30000101

()

;;; org.el ends here
#+end_src

Thanks,

Alan

  reply	other threads:[~2014-03-25 14:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-21  3:16 [ANN] orgbox: Mailbox-like task scheduling in org-agenda Yasuhito Takamiya
2014-03-21  7:28 ` Alan Schmitt
2014-03-21 12:21   ` Yasuhito Takamiya
2014-03-24  7:33   ` Yasuhito Takamiya
2014-03-24 14:00     ` Alan Schmitt
2014-03-24 19:35       ` Aaron Ecay
2014-03-25 14:34         ` Alan Schmitt [this message]
2014-03-21 10:03 ` Karl Voit
2014-03-21 12:08   ` Yasuhito Takamiya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2zjketkhg.fsf@polytechnique.org \
    --to=alan.schmitt@polytechnique.org \
    --cc=Emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).