From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Blorgit > SVN integration Date: Fri, 13 Nov 2009 10:45:31 -0700 Message-ID: References: <87r5s24ebl.fsf@missioncriticalit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N90DN-0006lb-Oy for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 12:45:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N90DI-0006kl-HN for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 12:45:40 -0500 Received: from [199.232.76.173] (port=46903 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N90DI-0006ki-FG for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 12:45:36 -0500 Received: from mail-px0-f192.google.com ([209.85.216.192]:59214) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N90DH-00015B-WD for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 12:45:36 -0500 Received: by pxi30 with SMTP id 30so2380772pxi.14 for ; Fri, 13 Nov 2009 09:45:35 -0800 (PST) In-Reply-To: <87r5s24ebl.fsf@missioncriticalit.com> (Francesco Pizzolante's message of "Fri, 13 Nov 2009 16:47:10 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Francesco Pizzolante Cc: mailing-list-org-mode Francesco Pizzolante writes: > Hi, > > I've started playing with Blorgit and it really looks very promising... > > I have a few questions: > > 1) Is it possible to integrate Blorgit with SVN instead of git? If yes, how > can I do it? > Yes, it should be possible to use any version control backend, the only command that will not work with svn is the option to automatically commit any edits to the git repository, however changing this command should be straightforward. You should just have to make a change in backend/blog.rb line 15. > > 2) If I have comments in an org file, as soon as I edit the file through the > web interface, the comments disappear (they're still present as * COMMENT > lines in the org file though, but no longer displayed in the browser). > Hmm, not sure about that, are you sure that you are creating the comment outline headings exactly how they are created when blorgit adds them through the web interface? > > 3) I would like to add a .pdf link (next to edit .org .tex) in order to > download the PDF coming from the compilation (pdflatex) of the .tex file. > Is it possible? > Yes, this should certainly be possible (and please let me know if you succeed and I would like to add that change to the main repo). See line 70 in backend/acts_as_org/lib/acts_as_org.rb, it should be fairly straight forward to create a to_pdf command similar to the to_tex command defined therein. > > 4) Is it possible to add a button in order to create a new file directly from > the web interface? > Yes, with the edit-able option set to true, you will just need to type the path to the new file as a url into your web browser. If blorgit can't find a file there it will offer to let you create one. > > Many thanks in advance for your help! > Hope it works well for you. Best of luck -- Eric > > F. > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode