From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: [ANN] org-bandbook - Professional Band Management for Computer Literate Musicians Date: Thu, 25 Sep 2014 19:26:34 +0200 Message-ID: <87y4t7mx11.fsf@gmail.com> References: <877g1wujl6.fsf@gmail.com> <87zjest4c0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXCom-0001KN-Bm for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 13:27:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXCod-0006RF-Km for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 13:27:00 -0400 Received: from plane.gmane.org ([80.91.229.3]:42804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXCod-0006Pd-Dv for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 13:26:51 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XXCoX-0006zF-3M for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 19:26:45 +0200 Received: from e178062055.adsl.alicedsl.de ([85.178.62.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 19:26:45 +0200 Received: from tjolitz by e178062055.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 19:26:45 +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: emacs-orgmode@gnu.org Andreas Leha writes: Hi Andreas, > Thorsten Jolitz writes: >> Thorsten Jolitz writes: >> >>> Hi List, >>> >>> see the attached ASCII version of org-bandbook.el's comment section for >>> more info: >>> >>> >>> ___________________ >>> >>> ORG-BANDBOOK >>> >>> Thorsten Jolitz >>> tjolitz@gmail.com >>> ___________________ >> >> >> Ups, forgot to mention the core command ;) >> >> ,---- >> | M-x org-bandbook-make-bandbook >> `---- >> >> to produce the PDF. > > This sounds interesting (pun intended). I might be interested. Would > you be able to provide an example to play with? when you look at the github page ,---- | https://github.com/tj64/org-bandbook `---- you'll see these two examples: ,---- | project-guitar-duo | project-massey-hall-1953 `---- I cannot put a pdf online because the songs in these projects have copyrights, that would be asking for a lot of trouble. The whole thing is build around the directory structure, similar to java projects in eclipse or maven projects. So it makes no sense to just get the elisp sources, you actually need to clone the git repo. To try it out, you can then open the master.org file of an example project and call ,---- | M-x org-bandbook-make-bandbook `---- after loading /src/org-bandbook.el and dependendies (puml, org-dp) of course, you find them in my github repo: ,---- | ;;; Requires | | (eval-when-compile (require 'cl)) | (require 'puml) | (require 'org-dp-lib) `---- This should produce a pdf that looks 'alright' so far. But I think this has the potential to grow, since its just a perfect showcase for Org-mode's versatility and might meet a real demand. It works on my machine, would be interesting to see if it works for you too. PS For starting your own project, make a new git branch, and either rename one of the example projects or add another project-xyz directory. -- cheers, Thorsten