Re: [O] [PATCH] Time specifications: Allow specifying relative times

2012-03-31 Thread Sebastien Vauban
Hi Ilya, Ilya Shlyakhter wrote: > Btw, I couldn't quite understand the exact meaning of :block, :tstart and > :tend as decribed in the manual. Is there a better explanation > somewhere? The block allows you to specify some chunk which is definable easily: - yesterday - lastweek - thismonth - 201

Re: [O] About org-babel menu

2012-03-31 Thread Nick Dokos
Torsten Wagner wrote: > My menus are hidden too. However,  if I need them for some reasons > there is some key mouse combo. Can't remember exactly. Shift right > click or C- right click.. something along this.  The menu will pop up > as a context menu close to the mouse cursor  location. Be awar

Re: [O] Feature request for noweb mode that strips references on export

2012-03-31 Thread Sean O'Halpin
On Fri, Mar 30, 2012 at 5:37 PM, Nick Dokos wrote: > This may have nothing to do with anything (it may even be an artifact of > mailer misbehavior) but is this supposed to be <>? These > are supposed to be ASCII chars, so if you are using some sort of extended > charset, try changing them and see

Re: [O] Feature request for noweb mode that strips references on export

2012-03-31 Thread Sean O'Halpin
On Fri, Mar 30, 2012 at 5:39 PM, Daimrod wrote: > If you don't want to export boilerplate you've to use :exports none in > it. > > #+name: boilerplate > #+begin_src ruby :exports none > def hello >  "Hello World" > end > #+end_src > > Use it > > #+name: example > #+begin_src ruby :exports both :no

Re: [O] Feature request for noweb mode that strips references on export

2012-03-31 Thread Daimrod
"Sean O'Halpin" writes: > On Fri, Mar 30, 2012 at 5:39 PM, Daimrod wrote: >> If you don't want to export boilerplate you've to use :exports none in >> it. >> >> #+name: boilerplate >> #+begin_src ruby :exports none >> def hello >>  "Hello World" >> end >> #+end_src >> >> Use it >> >> #+name: exa

Re: [O] About org-babel menu

2012-03-31 Thread Bastien
Hi Thorsten, I'm interested in having a menu for Babel. What I need is (1) the list of functions and contexts in which this menu should appear and (2) the list of items for such a menu. When we have this, we can think of context-aware mouse-menu deeper, adapted to what is already available in th

Re: [O] [PATCH] Testing: Corrected the command to run batch tests given in testing/README

2012-03-31 Thread Bastien
Ilya Shlyakhter writes: > Added some details for how to run the test suite in batch mode. Applied against master -- thanks! -- Bastien

Re: [O] org-mobile: Strange #+TODO: in index.org

2012-03-31 Thread Bastien
Hi Moritz, Moritz Ulrich writes: > On Thu, Mar 29, 2012 at 12:51, Bastien wrote: >> Hi Ulrich, > > It's Moritz, everyone confuses this ;-) (No hard feelings) Sorry for that! >> Can you check if this patch against master fixes the problem for you? > > Sadly it causes a bunch of problems: Mobi

Re: [O] odt-Export and #+CAPTION: [reference text]{caption text}

2012-03-31 Thread Bastien
Jambunathan K writes: > Jambunathan K writes: > >>> I have applied my patch to the hotfix branch. Thanks for the diligent action taken Jambunathan. -- Bastien

Re: [O] [PATCH] Separate file time from its tasks times

2012-03-31 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > "Sebastien Vauban" wrote: >> 2012-03-30 Sebastien Vauban >> >> * org-clock.el (org-clocktable-write-default): Make the sum >> appear visually correct by not mixing the total time per file >> and sub-totals. > > This can be best underst

Re: [O] [PATCH] Deleting properties: Fixed bug that left blank lines after, deleting properties

2012-03-31 Thread Bastien
Ilya Shlyakhter writes: > Patch for a bug that left blank lines in property drawer after > org-delete-property-globally. Applied in the hotfix-7.8.06 branch, thanks! -- Bastien

Re: [O] Bug: Tag Completion Not Prompting for all tags

2012-03-31 Thread Bastien
Hi Mike, Mike McLean writes: > Bastien > > I can verify that this has fixed the problem with tag completion not > prompting for all tags. I see that commit > 647396464d563634b980127673cf61769663407e has added a wrapper > (append that combines buffer-tags with (mapcar 'car table). > > This has,

[O] Org release 7.8.07 (BUGFIX-only release)

2012-03-31 Thread Bastien
Hi all, I have just released Org 7.8.07 -- a BUGFIX-only release. This is the version that will be merged into Emacs' trunk by tomorrow. Please report critical bugs using "URGENT" in the subject line. Thanks all for your help! http://orgmode.org/org-7.8.07.zip http://orgmode.org/org-7.8.07

Re: [O] About org-babel menu

2012-03-31 Thread Yagnesh Raghava Yakkala
Bastien writes: > Hi Thorsten, > > I'm interested in having a menu for Babel. > > What I need is (1) the list of functions and contexts in which this menu > should appear and (2) the list of items for such a menu. When we have > this, we can think of context-aware mouse-menu deeper, adapted to w

[O] Feature request: setq org-agenda-follow-indirect 'parent

2012-03-31 Thread Nicolas Girard
Hi all, when browsing my TODO items in the agenda, I wish I could display then in an indirect buffer. But as I structure my stuff, displaying the tree with a TODO item as root is often useless. Indeed, within my PROJECT items, I differentiate between TODO and support (notes, references) children

Re: [O] Org release 7.8.07 (BUGFIX-only release)

2012-03-31 Thread Achim Gratz
Bastien writes: > This is the version that will be merged into Emacs' trunk > by tomorrow. Please tag the release on maint so that Git reports the correct version. > Please report critical bugs using "URGENT" > in the subject line. All tests (except for R which I can't run due to lack of ESS) a

Re: [O] [babwel] Simplify graph generation and copying?

2012-03-31 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/03/12 21:04, Andreas Leha wrote: > Rainer M Krug writes: > >> Hi >> >> I do the following to create a graph in R and then convert / copy / do other >> stuff with it in >> the bash shell: >> >> #+header: :results graphics #+header: :file Test

Re: [O] Feature request for noweb mode that strips references on export

2012-03-31 Thread Nick Dokos
Sean O'Halpin wrote: > On Fri, Mar 30, 2012 at 5:39 PM, Daimrod wrote: > > If you don't want to export boilerplate you've to use :exports none in > > it. > > > > #+name: boilerplate > > #+begin_src ruby :exports none > > def hello > >  "Hello World" > > end > > #+end_src > > > > Use it > > > > #

Re: [O] Babel vs. Doxygen?

2012-03-31 Thread Eric Schulte
Michael Hannon writes: > Greetings.  I just ran across an article about Doxygen [1], and I'm trying to > understand if there's any intersection between Doxygen/Roxygen and Org mode > Babel, both of which seem to have literate programming as a goal.  Any > thoughts about this?  Thanks. > > -- Mike

Re: [O] [PATCH] link descriptions in :file results of src blocks

2012-03-31 Thread Eric Schulte
Andreas Leha writes: > Hi all, > > this small patch adds :filelinkdescr to the list of possible header > arguments for babel source blocks. > Its intented functionality is to allow source blocks to return links to > files with description. > > Two small examples: > > ,[ example1 ] > | #+begin

Re: [O] URGENT Bug with exporting org source block

2012-03-31 Thread Eric Schulte
Truong Nghiem writes: > I'm using orgmode release Org 7.8.06. When I export an org source > block (i.e. a source code block in the org language): > > #+BEGIN_SRC org :exports code > ,#+srcname: > ,#+begin_src > , > ,#+end_src > #+END_SRC > > the last source line is not exported. T

Re: [O] Feature request for noweb mode that strips references on export

2012-03-31 Thread Eric Schulte
Nick Dokos writes: > Sean O'Halpin wrote: > >> On Fri, Mar 30, 2012 at 5:39 PM, Daimrod wrote: >> > If you don't want to export boilerplate you've to use :exports none in >> > it. >> > >> > #+name: boilerplate >> > #+begin_src ruby :exports none >> > def hello >> >  "Hello World" >> > end >> >

Re: [O] URGENT Org Babel C/C++

2012-03-31 Thread Eric Schulte
Daimrod writes: > Eric Schulte writes: > >> Applied, Thanks! >> >> Daimrod writes: >> >>> Hi, >>> >>> I've made a small patch to ob-C.el so it now includes the current >>> directory to the list of directories to be searched for header files. >>> Without this, I cannot include a local header fil

Re: [O] URGENT Bug with exporting org source block

2012-03-31 Thread Eric Schulte
Eric Schulte writes: > Truong Nghiem writes: > >> I'm using orgmode release Org 7.8.06. When I export an org source >> block (i.e. a source code block in the org language): >> >> #+BEGIN_SRC org :exports code >> ,#+srcname: >> ,#+begin_src >> , >> ,#+end_src >> #+END_SRC >> >> the

Re: [O] Org release 7.8.07 (BUGFIX-only release)

2012-03-31 Thread Eric Schulte
Bastien writes: > Hi all, > > I have just released Org 7.8.07 -- a BUGFIX-only release. > > This is the version that will be merged into Emacs' trunk > by tomorrow. Please report critical bugs using "URGENT" > in the subject line. > > Thanks all for your help! > > http://orgmode.org/org-7.8.07

Re: [O] Org release 7.8.07 (BUGFIX-only release)

2012-03-31 Thread Eric Schulte
Eric Schulte writes: > Bastien writes: > >> Hi all, >> >> I have just released Org 7.8.07 -- a BUGFIX-only release. >> >> This is the version that will be merged into Emacs' trunk >> by tomorrow. Please report critical bugs using "URGENT" >> in the subject line. >> >> Thanks all for your help!

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-03-31 Thread Eric Schulte
Uwe Brauer writes: > Hello > > Now that the bug in org-mime-htmlize is fixed, I would like > to comment on the visual representation. Most likely this > has to do with the mml package. > > When I write the following message > Integral > > > $$\int fdx=0$$ > And > > > \begin{equation} > \sum_{\a

Re: [O] is there a way to have =var_name= in table

2012-03-31 Thread Carsten Dominik
On 31.3.2012, at 21:24, Stephen J. Barr wrote: > Dear org-mode list, > > Quick and easy question: > > I want to make a document that has a table where one column has > variables and another column has descriptions. > > E.g. > > | VAR NAMES | DESC | > |---+---

Re: [O] [PATCH] link descriptions in :file results of src blocks

2012-03-31 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Hi all, >> >> this small patch adds :filelinkdescr to the list of possible header >> arguments for babel source blocks. >> Its intented functionality is to allow source blocks to return links to >> files with description. >> >> Two small examples:

Re: [O] [PATCH] Support hour in repeated task cookie

2012-03-31 Thread Takafumi Arakaki
No comments? No one wants to have "+3h" in SCHEDULED? -- Takafumi

Re: [O] [PATCH] link descriptions in :file results of src blocks

2012-03-31 Thread Eric Schulte
[...] >> I would like to apply this patch, however I have some questions about >> the use of the :file argument and the result itself to fill in the >> description if the :filelinkdescr header argument is left blank. Also, >> I would suggest that :file-desc is a better name for this header >> argu

[O] Python code block hangs with :session if python-mode is loaded

2012-03-31 Thread Richard Stanton
I have python-mode (latest version from Launchpad) set up to handle python editing in Emacs. Using orgmode, the following code block runs fine if Ipress C-c C-c, producing the (correct) output shown: #+begin_src python :results output print "%d + %d = %d" % (2, 3, 2+3) 2**5 #+end_src #+RESULTS

[O] [patch] Re: meaning of body-only in org-export-as-html

2012-03-31 Thread Chris Gray
Hi Myles, Sorry I missed your email for so long. On Thu, 22 Mar 2012 14:51:29 +, Myles English wrote: > > Hi Chris, > > >> On Fri, 16 Mar 2012 16:33:22 -0600, Chris Gray said: > > > Hello, I am using org-export-as-html with the body-only parameter > > set to t in the org plugin for i

Re: [O] [PATCH] Allow org-collector to display heading indentation

2012-03-31 Thread Nicolas Girard
2012/3/31 Sebastien Vauban : > > You may want to follow the "indent" convention used for clockview: "\__" > string. > > Have a look at (or reuse?) the function `org-clocktable-indent-string'... > Hi Sébastien, fair enough ; not that I like underscores much better but it makes sense for the indenta

[O] [PATCH 1/2] Simplify org-clocktable-indent-string.

2012-03-31 Thread Nicolas Girard
--- lisp/org-clock.el |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 591f59c..be66ce6 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -2342,11 +2342,7 @@ from the dynamic block definition." (defun org-clocktable-

[O] [PATCH 2/2] Allow org-collector to display heading indentation by passing ':indent t' to the propview block.

2012-03-31 Thread Nicolas Girard
--- contrib/lisp/org-collector.el | 22 +- 1 files changed, 17 insertions(+), 5 deletions(-) diff --git a/contrib/lisp/org-collector.el b/contrib/lisp/org-collector.el index da612e9..2f5e598 100644 --- a/contrib/lisp/org-collector.el +++ b/contrib/lisp/org-collector.el @@ -9