Re: [O] Evaluation of R code block depends on case of keywords???

2011-08-20 Thread Michael Hannon
Greetings.  I happened to notice that in evaluating R source-code blocks in an Org-Mode file I got some cruft from my .Rprofile in the output on some occasions but not on others. To my surprise, it appears that the CASE of the keywords on the BEGIN_SRC line affects the output.  Please see

[O] [PATCH] Add customisable face for inlinetasks

2011-08-20 Thread Suvayu Ali
Hi, Attached is a small patch that defines a customisable face for inlinetasks. -- Suvayu Open source is the future. It sets us free. From 16359dd0352baa0e636aec6bf6573fbbb913bef4 Mon Sep 17 00:00:00 2001 From: Suvayu Ali fatkasuvayu+li...@gmail.com Date: Tue, 2 Aug 2011 00:24:50 +0200

Re: [O] Git merge tool for Org files

2011-08-20 Thread Andrea Crotti
On 08/18/2011 12:45 PM, Carsten Dominik wrote: Hi, I was wondering if anyone here has the skills and interest to write a git merge driver for Org mode files, in the way http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/git-merge-changelog.c does this for GNU style ChangeLog

Re: [O] Git merge tool for Org files

2011-08-20 Thread Carsten Dominik
On 20.8.2011, at 16:17, Andrea Crotti wrote: On 08/18/2011 12:45 PM, Carsten Dominik wrote: Hi, I was wondering if anyone here has the skills and interest to write a git merge driver for Org mode files, in the way

Re: [O] Git merge tool for Org files

2011-08-20 Thread Andrea Crotti
On 08/20/2011 04:42 PM, Carsten Dominik wrote: I have no idea, but I would think that it could also be written in Perl, for example. Yes from what I understand from the source it can be any executable that outputs things as git expects them. There are no compile time dependencies on git as

Re: [O] Git merge tool for Org files

2011-08-20 Thread Nick Dokos
Andrea Crotti andrea.crott...@gmail.com wrote: On 08/18/2011 12:45 PM, Carsten Dominik wrote: Hi, I was wondering if anyone here has the skills and interest to write a git merge driver for Org mode files, in the way

Re: [O] git diff: hunk header config

2011-08-20 Thread Michael Brand
Hi all 1) Since there has been no feedback yet I'd like to bump my previous post repeated below. I would like to have the config of the repo orgmode.org/org-mode.git to be extended to support more useful diff hunk headers containing e. g. the prototype of the current function for *.el files. Like

[O] [PATCH] Documentation of Babel header arguments

2011-08-20 Thread Thomas S. Dye
Add a line to indicate header arguments are lowercase. From 4a8719c9e7f95fa76041077dfaf0f5d21241517d Mon Sep 17 00:00:00 2001 From: Tom Dye t...@tsdye.com Date: Sat, 20 Aug 2011 06:48:35 -1000 Subject: [PATCH] * doc/org.texi: Added a line to specify that header arguments are lowercase. ---

Re: [O] Git merge tool for Org files

2011-08-20 Thread suvayu ali
Hello everyone, On Sat, Aug 20, 2011 at 6:04 PM, Nick Dokos nicholas.do...@hp.com wrote:  And emacs has the emerge tool already built in.  In fact, Chacon mentions emerge as one of the presets in git, so it may be even simpler than what he describes. When there is a conflict, this should

[O] [PATCH] New function org-find-timestamps

2011-08-20 Thread Marc-Oliver Ihm
Hello ! I would like to submit the attached patch for org.el. This patch introduces the new function org-find-timestamps, which has the documentation given below. Part of its functionality is also added as a new option to the function org-sparse-tree. However, the full functionality of

[O] Latex image placement (...again. H vs. h!)

2011-08-20 Thread John Hendy
Was just rediscovering how to properly get floats to drop in where I want them in LaTeX export (right where I say vs. where LaTeX thinks is convenient). I knew I'd posted on this about a year ago and was trying to search for the thread. In the process, I came across this from the manual [1]: ,---

Re: [O] Markup in BEGIN_EXAMPLE and alike block

2011-08-20 Thread Renzo Been
Vladimir Lomov lomov.vl at gmail.com writes: Hi. I want to emphasize (using bold monospace font when exporting to HTML) some parts of text in example block. Consider the following example: *** Determining adapter chipset and used driver #+BEGIN_EXAMPLE zbox$ lspci -v ... 04:00.0 Network

Re: [O] Latex image placement (...again. H vs. h!)

2011-08-20 Thread Thomas S. Dye
John Hendy jw.he...@gmail.com writes: Was just rediscovering how to properly get floats to drop in where I want them in LaTeX export (right where I say vs. where LaTeX thinks is convenient). I knew I'd posted on this about a year ago and was trying to search for the thread. In the process, I

Re: [O] org-paste-subtree and org-refile broken

2011-08-20 Thread David Maus
At Sat, 13 Aug 2011 09:03:40 -0500, Matt Lundin wrote: David Maus dm...@ictsoc.de writes: At Sat, 13 Aug 2011 09:25:19 +0200, David Maus wrote: Hi Matt, Hi Sebastien, I pushed a temporary workaround to master that should fix the problem with refile and capture. Both depend on a

Re: [O] Git merge tool for Org files

2011-08-20 Thread Achim Gratz
Carsten Dominik carsten.domi...@gmail.com writes: One of the obstacle for using Org-mode for collaborative programs is that many operations add or remove text from the beginning or end of a file, or which add or remove a subnode from an outline tree. On of the things that I think would be

Re: [O] git diff: hunk header config

2011-08-20 Thread suvayu ali
Hi Michael, On Sat, Aug 20, 2011 at 6:12 PM, Michael Brand michael.ch.br...@gmail.com wrote: 1) Since there has been no feedback yet I'd like to bump my previous post repeated below. I would like to have the config of the repo orgmode.org/org-mode.git to be extended to support more useful diff

Re: [O] Bug: Column view does not function properly in Agenda buffers [7.7]

2011-08-20 Thread Christian Schmidt
Hi Bastien first of all, thank you very much for your help! Bastien wrote: The first minor concern: There is a leading star '*' in front of the ITEM. Could you remove this star '*', too? Fixed. I can confirm, that this bug is fixed, too. Thanks a lot! The