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
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
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
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
"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
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
Ilya Shlyakhter writes:
> Added some details for how to run the test suite in batch mode.
Applied against master -- thanks!
--
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
Jambunathan K writes:
> Jambunathan K writes:
>
>>> I have applied my patch to the hotfix branch.
Thanks for the diligent action taken Jambunathan.
--
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
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
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,
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
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
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
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
-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
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
> >
> > #
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
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
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
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
>> >
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
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
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
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!
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
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 |
> |---+---
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:
No comments? No one wants to have "+3h" in SCHEDULED?
--
Takafumi
[...]
>> 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
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
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
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
---
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-
---
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
36 matches
Mail list logo