emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Stefan Vollmar <vollmar@nf.mpg.de>
To: Ken Mankoff <mankoff@gmail.com>
Cc: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: Org Mode dedicated app on OS X
Date: Wed, 06 Jul 2011 10:56:29 +0200	[thread overview]
Message-ID: <5C586B06-CBB8-4DA5-8B66-8EA259B98D00@nf.mpg.de> (raw)
In-Reply-To: <alpine.OSX.2.00.1107051030590.46938@tbetbambyn.yna>

[-- Attachment #1: Type: text/plain, Size: 2631 bytes --]

Dear Ken,

On 05.07.2011, at 16:48, Ken Mankoff wrote:

> Thanks for the tips. Most already done.

Excellent!

> [...]
> I also have copied Aquamacs.app, renamed it OrgMode.app, and have the unicorn as the icon. I'm a bit stuck on the last step you suggest.
> 
>> If you are thinking about a distribution-like approach (so it works "out-of-the-box" for others) you would probably need to copy your changes to a
>> 
>> /Applications/Aquamacs.app/Contents/Resources/site-lisp
>> 
>> directory.
> 
> I don't need it to distribute it to 3rd parties, but I'm not opposed to setting it up like that. What files should I put in the directory? And what contents? And how do I get emacs to auto-load them?

I have a half-finished project that uses a slightly different approach: we did a course teaching some principles of computer programming and imaging to children, http://www.nf.mpg.de/kinderuni/kinderuni_en.html, where Aquamacs was customized for easy Python programming and I added some Org-mode specific stuff while I was at it. Here, we used a wrapper-type "application" (a Python script turned into a Mac-type program by Platypus, http://www.sveinbjorn.org/platypus) that starts an unmodified version of Aquamacs with

EMACS = "/Applications/Aquamacs.app/Contents/MacOS/aquamacs"
os.system("open -a " + EMACS + " --args -l " + el_file + " -eval '(message \"KinderUni - happy coding!\")' &")

where el_file sets up some special menus (with nice and large icons) and settings for python and Org-mode. I might have some time over the next six weeks to polish and release this.

Warm regards,
 Stefan


> I'm still figuring out a workflow so please let me know if this makes sense, but I'm picturing something like this:
> 
> * I launch my OrgMode.app
> 
> * It opens and (via its internal site-lisp magic) loads ~/Dropbox/Org/index.org
> 
> * index.org is a file I'll maintain manually that links to my other org files so I can access them using the inter-linking ability in org-mode
> 
> * If something like index.org can be automated that would be OK, but I don't mind maintaning it as my meta-org file. Perhaps based on something like I have now in my .emacs:
> 
> (setq org-agenda-files (list "~/Dropbox/org/foo.org"
>                             "~/Dropbox/org/bar.org))
> 
> 
>  -k.

-- 
Dr. Stefan Vollmar, Dipl.-Phys.
Head of IT group
Max-Planck-Institut für neurologische Forschung
Gleuelerstr. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213  FAX +49-221-4726-298
Tel.: +49-221-478-5713  Mobile: 0160-93874279
Email: vollmar@nf.mpg.de   http://www.nf.mpg.de







[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4409 bytes --]

      parent reply	other threads:[~2011-07-06  8:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-05  4:19 Org Mode dedicated app on OS X Ken Mankoff
2011-07-05  7:23 ` Stefan Vollmar
2011-07-05 14:48   ` Ken Mankoff
2011-07-05 19:39     ` Rasmus
2011-07-06  8:56     ` Stefan Vollmar [this message]

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=5C586B06-CBB8-4DA5-8B66-8EA259B98D00@nf.mpg.de \
    --to=vollmar@nf.mpg.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=mankoff@gmail.com \
    /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).