Bernt Hansen writes:
> I don't think the org-clock-sum function does what you think/want it
> to do. The docstring says it sets text properties on the headline - so
> I don't think it is intended to update a CLOCKSUM property in the
> headings.
I don't underastand the distinction. Isn't the CLOC
Hi Bernt,
I don't see a compelling reason why these two skipping checks could not
be exchanged:
---
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 609edd4..a386a18 100644
--- a/lisp/org-agenda.el
+++ b/lisp
Hi Matt,
On 6 May 2011, Matt Price wrote:
> I'm collaborating on a project where I'm starting to feel the need for a
> shared issue tracker. Anyone have any suggestions? I have my own server
> (running ubuntu maverick, so pretty up-to-date), and can install pretty well
> whatever I want there. I
Matt Price writes:
> I'm collaborating on a project where I'm starting to feel the need for a
> shared issue tracker. Anyone have any suggestions?
Roundup http://www.roundup-tracker.org/> is a self-contained issue
tracker that communicates via web and email interfaces, and is quite
extensively
I thought this would be easy. But I cannot find a way to get html
formatted the way I want. I would like to view org content in
"traditional" outline format, with indentation, Roman numerals for
the top level heading, etc:
I. This is a top level heading
II. Here is another level-1 heading
A.
the emacs-w3m.SlackBuild script had a defect in it on line 59. Once I
fixed that defect emacs-w3m works correctly and that makes org-mode work
correctly too. This was smoke from a distant fire on which org-mode
depended.
Hi everyone,
I'm collaborating on a project where I'm starting to feel the need for a
shared issue tracker. Anyone have any suggestions? I have my own server
(running ubuntu maverick, so pretty up-to-date), and can install pretty well
whatever I want there. I'd love something that integrates wit
Applied. Thanks for the patch -- Eric
rpgold...@sift.info writes:
> From: Robert P. Goldman
>
> Previously, when trying to look for the header of a source block during
> export, org would prompt the user to add a new heading if it couldn't
> find a match. This prompt is not appropriate for non
Ben Finney writes:
> Ben Finney writes:
>
>> When I use ‘org-clock-sum’ in Org-mode version 7.4, nothing appears to
>> happen: the items in the subtree are not updated and no ‘CLOCKSUM’
>> property appears.
>>
>> Org-mode version 7.4
>> GNU Emacs 23.2.1 (powerpc-unknown-linux-gnu, GTK+ Version 2
Ben Finney writes:
> When I use ‘org-clock-sum’ in Org-mode version 7.4, nothing appears to
> happen: the items in the subtree are not updated and no ‘CLOCKSUM’
> property appears.
>
> Org-mode version 7.4
> GNU Emacs 23.2.1 (powerpc-unknown-linux-gnu, GTK+ Version 2.20.1) of
> 2010-12-12 on porp
On 5/5/11 May 5 -6:03 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>> AFAICT there is an off-by-one-error here. I.e., if I tell it that the
>> :minlevel is 2, then my included level one headers get level 3, and if I
>> tell it that the :minlevel is 1, then they get level 2.
>>
>
> I think th
I ran the same code with C-c C-c and the result was the same
#+begin_src ocaml
[3;2;3] @ [3;2;3;4;5];;
#+end_src
#+results:
| 3 | 2 | 3 | 3 | 2 | 3 | 4 | 5 |
Thank you
James
On 6 May 2011 08:45, Eric Schulte wrote:
> Hi James,
>
> I get the following...
>
> #+begin_src ocaml
> [3;2;3] @ [3;
John Hendy writes:
> Following up on this again... It's been almost 2mos. Is there any way
> to add a tag grouping to clock reports rather than needing to create
> clock reports for every tag?
>
> Many thanks,
> John
>
> My initial example:
>
> A rough idea might be like this:
>
> --
Robert Goldman wrote:
> AFAICT there is an off-by-one-error here. I.e., if I tell it that the
> :minlevel is 2, then my included level one headers get level 3, and if I
> tell it that the :minlevel is 1, then they get level 2.
>
I think that's the desired behavior. That allows text before the
I just included a file that had a footnotes header, and the footnotes
header appeared in the main text as a separate region, rather than
correctly being interpreted as footnotes.
I guess I'm not /terribly/ surprised this fails, but it does suggest the
need for some link rewriting on import, or the
AFAICT there is an off-by-one-error here. I.e., if I tell it that the
:minlevel is 2, then my included level one headers get level 3, and if I
tell it that the :minlevel is 1, then they get level 2.
So it seems like :minlevel is actually being interpreted as a level
*increment*, rather than a min
From: Robert P. Goldman
Previously, when trying to look for the header of a source block during
export, org would prompt the user to add a new heading if it couldn't
find a match. This prompt is not appropriate for non-interactive use.
Patch to org-babel-exp-in-export-file macro to bind
org-lin
On 5/5/11 May 5 -4:27 PM, Eric Schulte wrote:
>>>
>>> I'm not sure that the current behavior is a bug. Is it reasonable to
>>> place code block parameters into an included file? These parameters
>>> would not be successfully found during interactive evaluation, and could
>>> only plausibly be use
Here is Tom's patch as a text/plain attachment (I can't get to the
patchwork server right now - anybody? - but note that the version on
patchwork is probably line-break damaged).
Nick
>From 825fe69d493dd2e7eef414b85340e8e27400f78d Mon Sep 17 00:00:00 2001
From: Tom Dye
Date: Thu, 5 May 2011 08:2
>>
>> I'm not sure that the current behavior is a bug. Is it reasonable to
>> place code block parameters into an included file? These parameters
>> would not be successfully found during interactive evaluation, and could
>> only plausibly be used during export as you anticipated.
>
> Aren't the
On 5/5/11 May 5 -11:56 AM, Eric Schulte wrote:
> Robert Goldman writes:
>
>> Looking over this some more, I see that the challenge is to:
>>
>> 1. read the file parameters (whatever they are) from the original file
>> (hence opening the file from the link) and
>>
>> 2. read the header parameter
Nick Dokos wrote:
> Thomas S. Dye wrote:
>
> > Hi Nick,
> >
> > Thanks for fixing the documentation link.
> >
> > Here is a patch that adds a reference to language-specific header
> > arguments.
> >
>
> I think it's still the case that attachments of MIME type
> application/octet-stream wil
Applied, Thanks -- Eric
"Thomas S. Dye" writes:
> Hi Nick,
>
> Thanks for fixing the documentation link.
>
> Here is a patch that adds a reference to language-specific header
> arguments.
>
> All the best,
> Tom
>
>
>
>
>
> On May 5, 2011, at 7:45 AM, Nick Dokos wrote:
>
>> Thomas S. Dye wrote:
Hi Avdi,
I can't reproduce your issue, specifically, when I run the first code
block in the following example to customize the value of
`org-export-latex-verbatim-wrap'
--8<---cut here---start->8---
** simple latex verbatim wrap example
#+begin_src emacs-lisp :
Hi James,
I get the following...
#+begin_src ocaml
[3;2;3] @ [3;2;3;4;5];;
#+end_src
#+results:
| 3 | 2 | 3 | 3 | 2 | 3 | 4 | 5 |
I recently (in the last month) pushed some changes up to the Org-mode
git repository which fix result handling for ocaml. Please try with the
latest version of Or
Hi Allen,
Judging from your example org-mode text below I would suggest the
following...
First, the block of yaml is miss-formed, you have a "#+source:" line, and
a "#end_src" line, but you are missing a required "#+begin_src yaml".
Second, if you will be referencing the contents of a yaml code
Robert Goldman writes:
> On 5/4/11 May 4 -5:23 PM, Thomas S. Dye wrote:
>>
>> On May 4, 2011, at 11:59 AM, Robert Goldman wrote:
>>
>>> On 5/4/11 May 4 -4:13 PM, Thomas S. Dye wrote:
Aloha Robert,
Have a look at the listings and minted packages. You can specify font
size on
Robert Goldman writes:
> Looking over this some more, I see that the challenge is to:
>
> 1. read the file parameters (whatever they are) from the original file
> (hence opening the file from the link) and
>
> 2. read the header parameters from the export buffer, since the header
> may not actu
Michael Bach writes:
# edit
> Dear org-mode Users and Developers,
> I just wanted to know whether there are plans to support multicolumns in
> default orgtbl-to-latex. Something along these lines:
>
> #+ORGTBL: SEND multicol orgtbl-to-latex :splice t :skip 0 :hline "\\midrule"
> | | a | b
Dear org-mode Users and Developers,
I just wanted to know whether there are plans to support multicolumns in
default orgtbl-to-latex. Something along these lines:
#+ORGTBL: SEND multicol orgtbl-to-latex :splice t :skip 0 :hline "\\midrule"
| | a | b | c |
|---+---+-+---|
Thomas S. Dye wrote:
> Ack. There were problems earlier with my Mac Mail client and line
> breaks, IIRC, but here is the patch in-line. I'm not sure how to make
> attachments follow specific MIME requirements.
>
And as you feared, the line-break ogre struck again. They add all these
shiny kno
Following up on this again... It's been almost 2mos. Is there any way
to add a tag grouping to clock reports rather than needing to create
clock reports for every tag?
Many thanks,
John
My initial example:
A rough idea might be like this:
---
#+BEGIN: clocktable :maxlevel 2 :scope
Ack. There were problems earlier with my Mac Mail client and line
breaks, IIRC, but here is the patch in-line. I'm not sure how to make
attachments follow specific MIME requirements.
All the best,
Tom
From 825fe69d493dd2e7eef414b85340e8e27400f78d Mon Sep 17 00:00:00 2001
From: Tom Dye
Dat
Thomas S. Dye wrote:
> Hi Nick,
>
> Thanks for fixing the documentation link.
>
> Here is a patch that adds a reference to language-specific header
> arguments.
>
I think it's still the case that attachments of MIME type
application/octet-stream will not be recorded in patchwork. Please use
Hi Nick,
Thanks for fixing the documentation link.
Here is a patch that adds a reference to language-specific header
arguments.
All the best,
Tom
0001-Refer-to-language-specific-Babel-header-arguments.patch
Description: Binary data
On May 5, 2011, at 7:45 AM, Nick Dokos wrote:
Thoma
On Thu, 05 May 2011 17:45:13 +
chris.m.mal...@gmail.com wrote:
> Hi Suvayu,
>
> I think Matt's lisp code /should/ work for doing exactly what we are
> talking about, but for some reason I can't get it to work with LaTeX
> export.
>
I just tried Matt's code, worked very smoothly for me. :)
Thomas S. Dye wrote:
> Hi Nick,
>
> Without claiming to be a babel expert, :results graphics is a language-
> specific option used for e.g. R code blocks. You can find it
> documented in the appropriate language-specific sections.
>
OK - thanks for the clarification! It might be a good ide
Hi Suvayu,
I think Matt's lisp code /should/ work for doing exactly what we are
talking about, but for some reason I can't get it to work with LaTeX export.
Anyway, good luck on your defense!
Chris
On May 5, 2011 1:37pm, Suvayu Ali wrote:
Hello Chris,
Sorry for the delay, had to atte
Hello Chris,
Sorry for the delay, had to attend a meeting.
On Thu, 5 May 2011 11:37:41 -0400
Chris Malone wrote:
> Hi Suvayu,
>
> Thanks for sharing your use case - I'm interested in a few more
> details:
>
> > For example for my appendix and bibliography I use the following:
> >
> > #+INCLUD
Jason Knight writes:
> I'm working on several grant-funded projects which require not only
> the amount of time spent on a project but the start and end times for
> each task. I've not been able to figure out how to get clocktable to
> do this for me.
>
> If what I've got in my .org files is this
Hi Nick,
Without claiming to be a babel expert, :results graphics is a language-
specific option used for e.g. R code blocks. You can find it
documented in the appropriate language-specific sections.
All the best,
Tom
On May 5, 2011, at 5:55 AM, Nick Dokos wrote:
wrote:
On 5/5/11 10
wrote:
>
>
> On 5/5/11 10:37 AM, "Nick Dokos" wrote:
>
> > wrote:
> >
> >> Hi,
> >>
> >> I've got the following source-code section in a sample org-mode
> >>document:
> >>
> >> #+BEGIN_SRC R :exports output :results graphics :file t.png
> >> plot(1:10, 1:10)
> >> #+END_SRC
> >>
> >>
> >Try
Jason Knight wrote:
> I'm working on several grant-funded projects which require not only
> the amount of time spent on a project but the start and end times for
> each task. I've not been able to figure out how to get clocktable to
> do this for me.
>
> If what I've got in my .org files is this
* I hope you can learn how to do this using EMACS OrgMode--best thing
for what you seek to do.
** In the meantime, I suggest using timeclock.el
*** Some functions: (believe me, its really easy to use--puts a log
into ~/.timelog or something like that)
"Click on a completion to select it.
In thi
On 5/5/11 10:37 AM, "Nick Dokos" wrote:
> wrote:
>
>> Hi,
>>
>> I've got the following source-code section in a sample org-mode
>>document:
>>
>> #+BEGIN_SRC R :exports output :results graphics :file t.png
>> plot(1:10, 1:10)
>> #+END_SRC
>>
>>
>Try ``:exports results'' - the Org manual says
wrote:
> Hi,
>
> I've got the following source-code section in a sample org-mode document:
>
> #+BEGIN_SRC R :exports output :results graphics :file t.png
> plot(1:10, 1:10)
> #+END_SRC
>
> My intention is to show just the figure, not the source code, when I export=
> to HTML. But when I do
Hi Suvayu,
Thanks for sharing your use case - I'm interested in a few more details:
> For example for my appendix and bibliography I use the following:
>
> #+INCLUDE: thesis-appendix.org :minlevel 1
>
> \backmatter
> \newpage
> \addcontentsline{toc}{chapter}{\bibname}
>
> \bibliographystyle{plain
Hi,
I've got the following source-code section in a sample org-mode document:
#+BEGIN_SRC R :exports output :results graphics :file t.png
plot(1:10, 1:10)
#+END_SRC
My intention is to show just the figure, not the source code, when I export to
HTML. But when I do 'C-c C-c' to evaluate the code
I'm working on several grant-funded projects which require not only
the amount of time spent on a project but the start and end times for
each task. I've not been able to figure out how to get clocktable to
do this for me.
If what I've got in my .org files is this:
CLOCK: [2011-05-04 Wed 11:19]--
Hi Chris,
On Thu, 5 May 2011 10:23:50 -0400
Chris Malone wrote:
> @Suvayu: Thanks for the suggestion. That is essentially what I am
> doing now with the #+LaTeX_HEADER lines, but the problem is that I
> have a bunch of things which must follow the \begin{document} in
> LaTeX. I know I could pu
Nick Dokos writes:
> Robert Pluim wrote:
>
>> (I thought this would be a FAQ, but I can't find anything similar)
>>
>> Hi,
>>
>> I'm exporting from org to html, which is working well. Since my final
>> target is MSWord, I'd like to add style information to various
>> paragraphs, ie bold, under
Hi Matt and Suvayu,
@Matt: I can get your example to work fine for html export, but not
LaTeX export where the entire contents of the headline are removed as
well. =org-version=: 7.5 (release_7.5.105.g8d0c) if that makes any
difference.
@Suvayu: Thanks for the suggestion. That is essentially w
Robert Pluim wrote:
> (I thought this would be a FAQ, but I can't find anything similar)
>
> Hi,
>
> I'm exporting from org to html, which is working well. Since my final
> target is MSWord, I'd like to add style information to various
> paragraphs, ie bold, underline etc. I can see how to do e
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Jambunathan K writes:
> Robert Pluim writes:
>
>> Jambunathan K writes:
>>
>>> Robert Pluim writes:
>>>
(I thought this would be a FAQ, but I can't find anything similar)
Hi,
I'm exporting from org to html, which is working well. Since my final
target is MSWord, I
Robert Pluim writes:
> Jambunathan K writes:
>
>> Robert Pluim writes:
>>
>>> (I thought this would be a FAQ, but I can't find anything similar)
>>>
>>> Hi,
>>>
>>> I'm exporting from org to html, which is working well. Since my final
>>> target is MSWord, I'd like to add style information to v
Robert Pluim writes:
> Jambunathan K writes:
>
>> Robert Pluim writes:
>>
>>> (I thought this would be a FAQ, but I can't find anything similar)
>>>
>>> Hi,
>>>
>>> I'm exporting from org to html, which is working well. Since my final
>>> target is MSWord, I'd like to add style information to v
Jambunathan K writes:
> Robert Pluim writes:
>
>> (I thought this would be a FAQ, but I can't find anything similar)
>>
>> Hi,
>>
>> I'm exporting from org to html, which is working well. Since my final
>> target is MSWord, I'd like to add style information to various
>> paragraphs, ie bold, und
Robert Pluim writes:
> (I thought this would be a FAQ, but I can't find anything similar)
>
> Hi,
>
> I'm exporting from org to html, which is working well. Since my final
> target is MSWord, I'd like to add style information to various
> paragraphs, ie bold, underline etc. I can see how to do eg
Michael Brand writes:
> Your range formula @4$2..@4$5=@-1*@-2 will work if you upgrade at
> least to this commitdiff
> http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=8237c9ae6d587a22646333e0315683675e2db538
I am now running the 7.5 development version checked out today. I knew
I would have
Thanks for your reply. I think a global option would be useful because I
mightn't know in advance whether I'd need slides for particular headings or
not. I'm thinking of a use case where I have produced a long LaTeX article
and have selected certain tags to do so, and I would build a beamer
present
On 5.5.2011, at 12:40, Eden Cardim wrote:
>> "Carsten" == Carsten Dominik writes:
>
>Carsten> This is fixed now, by looking for white space instead of
>Carsten> beginning-of-word. Thanks for the analysis.
>
> Still needs the following patch for it to work:
Yes, thanks.
- Carsten
> "Carsten" == Carsten Dominik writes:
Carsten> This is fixed now, by looking for white space instead of
Carsten> beginning-of-word. Thanks for the analysis.
Still needs the following patch for it to work:
--8<---cut here---start->8---
diff --git
I am using PyOrgMode to process the nodes of an orgmode file.
I have had no problem with the OrgDataStructure class, but, as you can see
https://github.com/bjonnh/PyOrgMode/blob/master/PyOrgMode.py
the drawer and properties are parsed by another class, OrgDrawer, and I cannot,
i.e., I am not so
(I thought this would be a FAQ, but I can't find anything similar)
Hi,
I'm exporting from org to html, which is working well. Since my final
target is MSWord, I'd like to add style information to various
paragraphs, ie bold, underline etc. I can see how to do eg *bold* for
individual words, but h
Leo wrote:
> On 2011-05-05 15:02 +0800, Ulf Stegemann wrote:
>> Hmmm, is it? Suppose that linking to a message yet to be archived
>> wouldn't be there, then `org-store-link' will tell you `org-store-link:
>> Cannot link to a buffer which is not visiting a file' when called in a
>> message buffer
John Tait writes:
> Matt (and Daniel Bausch -- sorry for double post earlier)
>
> I've found that beamer "allowframebreaks" doesn't work for Org files that
> have been included with #+INCLUDE: .
[...]
> Is there a way to "allowframebreaks" work globally or at least in included
> files?
I've go
On 4.5.2011, at 15:10, Robert Goldman wrote:
> On 5/4/11 May 4 -3:03 AM, Carsten Dominik wrote:
>> Hi Robert,
>>
>> I am rejecting this part of the patch for now. More thinking is needed here,
>> also about special characters etc. No sure yet what the right course will
>> be,
>> but this is m
On 2011-05-05 15:59 +0800, Leo wrote:
> I believe the following patch is due.
Think about it some more, there is a reason to signal an error when
calling org-store-link interactively but it should not when invoked by
org-capture. Otherwise it will get in the way.
Leo
Hi Aankhen,
thanks for your answer.
· Aankhen wrote:
> Hi,
>
> On Wed, May 4, 2011 at 12:55, Thomas Holst wrote:
>> I am trying to put a line into a table via org capture.
>>
>> My org file looks like this:
>> [snip]
>>
>> My capture template looks like this:
>> #+begin_src emacs-lisp
>> (setq
Carsten Dominik wrote:
> On 5.5.2011, at 07:08, Nick Dokos wrote:
[...]
>> explains the problem: \< matches the empty string at the beginning of a
>> word (i.e. if the syntax class of the next character is "word") but it
>> does not at the beginning of a char that is of some other syntax class
>>
On 2011-05-05 15:02 +0800, Ulf Stegemann wrote:
> Hmmm, is it? Suppose that linking to a message yet to be archived
> wouldn't be there, then `org-store-link' will tell you `org-store-link:
> Cannot link to a buffer which is not visiting a file' when called in a
> message buffer (like in any other
Hi,
On Wed, May 4, 2011 at 12:55, Thomas Holst wrote:
> I am trying to put a line into a table via org capture.
>
> My org file looks like this:
> [snip]
>
> My capture template looks like this:
> #+begin_src emacs-lisp
> (setq org-capture-templates
> '(("x" "Testing" table-line
> (fil
On 5.5.2011, at 07:08, Nick Dokos wrote:
> Nick Dokos wrote:
>
>> ,
>> | aa6dba8a74016587755c250bb8cc4743a4082ea1 is the first bad commit
>> `
>>
>
> Taking a look at the commit:
>
> ,
> | commit aa6dba8a74016587755c250bb8cc4743a4082ea1
> | Author: Lawrence Mitchell
> | Date:
Leo wrote:
> On 2011-05-04 21:14 +0800, Ulf Stegemann wrote:
>> The idea behind `org-store-link' (which is triggered by `org-capture')
>> in message mode is to store a link to a /sent/ message even though the
>> message has not been sent by the time you call `org-store-link'. This
>> currently w
75 matches
Mail list logo