Hi all,
found some strange behavior which was working before as far as I remember.. I
am on commit 078c01b.
this is working correctly:
| 10 |
| 10 |
| 20 |
||
| 40 |
#+TBLFM: @>$1=vsum(@1..@3)
this one with relative indexing (@>-1) not: (value is changing every time the
formula is applied:
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.
-
* lisp/org-html.el (org-export-as-html): Get local value of
org-export-with-section-numbers from the buffer's plist. Deal
specially with the case the resulting value is an integer.
(org-html-level-start): New optional argument of the option plist used
instead of `org-export-with-section-numbers'.
On Tue, Mar 22 2011, Eric S Fraga wrote:
> How do you invoke it? I am currently struggling with the interactions
> between .mailrc (emacs mail aliases, expanding as abbrevs) and bbdb
> (expanding with TAB). This is partly why I haven't even considered
> using org-contacts yet...
I promise you'l
Eric Abrahamsen writes:
> Hi,
>
> In a certain org file I put this line into the export options:
>
> #+begin_src org-mode
> #+TEXT: \vspace*{0.5in}
> #+end_src
Should this not be
#+LATEX: \vspace*{0.5in}
instead of TEXT?
By the way, if you want such commands to be recognised inline within
no
Izzie writes:
> Hi, I'm a newcomer to orgmode and a basic emacs user who has trouble with
> some
> shortcuts not doing what they should. I don't know how to fix it.
>
> This problem occurs on an aptosid (debian sid 64-bits) laptop with kde when
> running emacs in konsole with the -nw parameter
Andrea Crotti writes:
> I'm trying to put some nicely colored code in my org-beamer
> presentation.
>
> On one machine I have minted but it's not found and the other is not
> installed, but I guess that's a latex problem.
> With lstlisting it kind of work but the font is way too big and not very
On Fri, Mar 18 2011, Ian Barton wrote:
> Apologies in advance this isn't a "real" patch:) This is the entry for the
> manual describing org-crypt.el. I was going to put it in
> http://orgmode.org/manual/Miscellaneous.html#Miscellaneous However, since I
> am not a Tex user, I rapidly came to the co
* lisp/org-latex.el (org-export-latex-preprocess): Correctly
match starred command names.
Many LaTeX commands exist in both normal and starred forms. Adjust
the regexp in `org-export-latex-preprocess' to match the starred form
as well.
---
lisp/org-latex.el |2 +-
1 files changed, 1 insertio
Lawrence Mitchell writes:
> * lisp/org-latex.el (org-export-latex-preprocess): Correctly
> match starred command names.
>
> Many LaTeX commands exist in both normal and starred forms. Adjust
> the regexp in `org-export-latex-preprocess' to match the starred form
> as well.
Awesome! This seems l
When I call org-toggle-checkbox on the following headline:
--8<---cut here---start->8---
* An entry with logbook entries
SCHEDULED: <2011-03-19 Sat 08:00 .+1d>
:LOGBOOK:
CLOCK: [2011-03-23 Wed 08:07]
- State "DONE" from "NOW"[2011-03-18 Fri
Patch 712 (http://patchwork.newartisans.com/patch/712/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3Cm3zkom15w6.fsf_-_%40e4300lm.epcc.ed.ac.uk%3E
Here is the original message containing the patch:
> Content-Type: text/plain; char
Patch 710 (http://patchwork.newartisans.com/patch/710/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3Cm3aagn2pi7.fsf_-_%40e4300lm.epcc.ed.ac.uk%3E
Here is the original message containing the patch:
> Content-Type: text/plain; char
Patch 711 (http://patchwork.newartisans.com/patch/711/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3Cm34o6u2mwf.fsf_-_%40e4300lm.epcc.ed.ac.uk%3E
Here is the original message containing the patch:
> Content-Type: text/plain; char
Hi John,
John Hendy writes:
> It probably depends on the number of people using huge files vs.
> those not. Or the number of people who want this vs. those that
> don't. Actually, I don't think it really matters because it's so easy
> to change it anyway. Once it's created and changed a little,
Patch 700 (http://patchwork.newartisans.com/patch/700/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3CAANLkTi%3DbFiJvyJZy4vsEvP%2BbMDastWXSB6u72LDPLVqs%40mail.gmail.com%3E
Here is the original message containing the patch:
> Conte
Lawrence Mitchell writes:
> * lisp/org-latex.el (org-export-latex-subcontent): Deal specially with
> the case that NUM is an integer.
... and thanks for this one too! Applied.
--
Bastien
Lawrence Mitchell writes:
> * lisp/org-latex.el (org-export-latex-preprocess): Correctly
> match starred command names.
Brilliant! Thanks.
--
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.99.gac6e4.dirty)
Patch 696 (http://patchwork.newartisans.com/patch/696/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C874o72koig.fsf%40altern.org%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="utf-8"
>
On Wed, Mar 23, 2011 at 7:38 PM, Bastien Guerry wrote:
> Patch 700 (http://patchwork.newartisans.com/patch/700/) is now "Accepted".
Thanks.
But, it looks like the commit message doesn't get into patchwork or is
it that Bastien changed my bad commit message? My commit message also
mentioned that
Julien Danjou writes:
> On Tue, Mar 22 2011, Eric S Fraga wrote:
>
>> How do you invoke it? I am currently struggling with the interactions
>> between .mailrc (emacs mail aliases, expanding as abbrevs) and bbdb
>> (expanding with TAB). This is partly why I haven't even considered
>> using org-c
Hi Nick,
Nick Dokos writes:
> Suvayu Ali wrote:
>
>> This works too, but Lawrence's patch makes it much easier and
>> probably works for other export formats too. Thanks a lot. :)
>
> No doubt Lawrence's patch can be extended to work for other exports, but
> it's not there yet: each exporter wo
Hi Bastien,
On Wed, Mar 23, 2011 at 8:00 PM, Bastien wrote:
> Hi Puneeth,
>
> Puneeth Chaganti writes:
>
>> But, it looks like the commit message doesn't get into patchwork or is
>> it that Bastien changed my bad commit message? My commit message also
>> mentioned that src code blocks don't wor
>
> However, I started noticing I was getting lost in my own system. This
> is partly because I still don't have the habit of reviewing it all
> very often, but I also found out that my main gtd.org file (the one
> that has projects and next actions/tasks) was getting really long. I
> know I coul
Hi Lawrence,
Lawrence Mitchell writes:
> * lisp/org-latex.el (org-export-latex-preprocess): Correctly
> match starred command names.
Great -- thanks for this simple and clear patch! I've now applied it.
--
Bastien
Hi Puneeth,
Puneeth Chaganti writes:
> But, it looks like the commit message doesn't get into patchwork or is
> it that Bastien changed my bad commit message? My commit message also
> mentioned that src code blocks don't work, and it possibly because of
> new lines being inserted.
Your commi
Bastien Guerry wrote:
> Patch 711 (http://patchwork.newartisans.com/patch/711/) is now "Accepted".
>
> Maintainer comment: none
>
This is probably obvious but I thought I'd make it explicit, both for
future wanderers and for further discussion: application of these
patches makes the behavior o
Bastien writes:
> The default when creating a clock report is to use :scope file. I find
> it not practical for big files, where the report can take long to build.
>
> I'm thinking of applying this change: when called from within a subtree,
> `C-c C-x C-r' will insert a clock report with ":scope
Bastien wrote:
> Hi Nick,
>
> Nick Dokos writes:
>
> > Suvayu Ali wrote:
> >
> >> This works too, but Lawrence's patch makes it much easier and
> >> probably works for other export formats too. Thanks a lot. :)
> >
> > No doubt Lawrence's patch can be extended to work for other exports, but
>
Hello,
recent org-mode versions have support for maxima via org-babel. But
there is no support vor variables. I implemented basic support for
variables. A header =var: eq="x^2"= is translated to:
#+begin_src maxima
eq : x^2;
#+end_src
I attached a patch to this eMail.
Now I can use the output
On Wed, Mar 23 2011, Eric S Fraga wrote:
> Will you provide a means to capturing email addresses from emails
> directly into an org-contacts db, as bbdb does with ":" and ";" (the
> latter for annotation of the entry)? That would be necessary for any
> move away from bbdb, IMO.
This is already p
Hi,
It seems that org-toggle-checkbox doesn't skip the drawer because of
the SCHEDULED line. So the reference item is the first one inside the
drawer. A non-destructive workaround would be to move the SCHEDULED
line after the drawer!
Hope this helps!
Sylvain.
Julien Danjou writes:
> On Fri, Mar 18 2011, Ian Barton wrote:
>
>> Apologies in advance this isn't a "real" patch:) This is the entry for the
>> manual describing org-crypt.el. I was going to put it in
>> http://orgmode.org/manual/Miscellaneous.html#Miscellaneous However, since I
>> am not a Tex
Yes, the latest version of org 7.5 works!
Thanks~
Chao
On Tue, Mar 22, 2011 at 12:56 PM, Carsten Dominik wrote:
>
> On 22.3.2011, at 15:25, Chao LU wrote:
>
> > Dear all,
> >
> > Just writing to see if it is possible to use variable in org-capture
> configuration, like this
> >
> > (setq org-
On Wed, 23 Mar 2011 10:57:03 -0400
Nick Dokos wrote:
> IMO, it would be better to accumulate the patches and once all of the
> exporters (or perhaps a critical mass: ascii, odt, docbook are the
> ones I would like to see get patches, but opinions will vary) have
> patches, then apply the whole th
On 3/23/11 1:46 AM, "Rainer M Krug" wrote:
>
>When exporting to a pdf, I get the following matrix in the pdf:
>
> [,1][,2] [,3] [,4]
>[1,] 0.5626863 0.8397120 0.9886886 0.2233873
>[2,] 0.8697064 0.1101432 0.1372992 0.4114674
>[3,] 0.3548678 0.5658843 0.1608864 0.5809
Thanks Christian. Some minor improvements. The intention is not to
nitpick but to build on top of what you have provided and help the
reviewer.
> +org-crypt will encrypt the text of an entry, but not the headline, or
> +properties. Org-crypt uses the Emacs EasyPG library to encrypt and decrypt
>
Dear All,
I found a little problem when configuring Org-Capture.
The target file is iPrv.org, whose structure is like this:
===
* INBOX
*** A
*** B
*** C
===
So I defined a template like :
("i" "INBOX" entry (file+olp (concat org-private-dir "/iPrv.org") "INBOX")
"*** %?" :prepend t)
Bu
Nick Dokos wrote:
> Bastien wrote:
>> Hi Nick,
>> Nick Dokos writes:
>>> Suvayu Ali wrote:
This works too, but Lawrence's patch makes it much easier and
probably works for other export formats too. Thanks a lot. :)
>>> No doubt Lawrence's patch can be extended to work for other ex
On Mar 23, 2011, at 5:02 AM, Nick Dokos wrote:
Bastien wrote:
Hi Nick,
Nick Dokos writes:
Suvayu Ali wrote:
This works too, but Lawrence's patch makes it much easier and
probably works for other export formats too. Thanks a lot. :)
No doubt Lawrence's patch can be extended to work f
Hello,
Matt Lundin writes:
> When I call org-toggle-checkbox on the following headline:
>
> * An entry with logbook entries
> SCHEDULED: <2011-03-19 Sat 08:00 .+1d>
> :LOGBOOK:
> CLOCK: [2011-03-23 Wed 08:07]
> - State "DONE" from "NOW"[2011-03-18 Fri 13:44]
> CLOCK: [201
Lawrence Mitchell wrote:
> > patches makes the behavior of different exporters potentially
> > inconsistent with each other.
>
> You can drop the potentially here!
>
Well, some people might not use the feature...
> > IMO, it would be better to accumulate the patches and once all of the
> > ex
Hi Nick,
Lisp tends to bring out my inner dyslexic, but is it possible to use a
"while" or other construct instead of "mapcar" and then make the "if"
construction inside of the lambda check for the :omitted symbol and return
it as nil? And it would need to break out of the loop as soon as
Hello,
Eric S Fraga writes:
> I would like to move to a system in which all the actions are numbered
> sequentially. At present, they are numbered sequentially within a list
> for each meeting. I would like to have a single list which grows over
> time. However, when I distribute the minutes o
Julien Danjou writes:
> On Wed, Mar 23 2011, Eric S Fraga wrote:
>
>> Will you provide a means to capturing email addresses from emails
>> directly into an org-contacts db, as bbdb does with ":" and ";" (the
>> latter for annotation of the entry)? That would be necessary for any
>> move away fro
Hello,
Martyn Jago writes:
> Hi
>
> * Unmatched #+end-src bug
>
> #+end_src
>
> With the above simple org file, placing the cursor at the end of
> #+end_src and hitting return causes emacs to hang.
I've pushed a fix that should solve the problem. Please tell if it
doesn't.
Thank you for your r
Nick Dokos writes:
> Suvayu Ali wrote:
>
>> This works too, but Lawrence's patch makes it much easier and
>> probably works for other export formats too. Thanks a lot. :)
>>
>
> No doubt Lawrence's patch can be extended to work for other exports, but
> it's not there yet: each exporter would ne
Thomas Holst writes:
> Hello,
>
> recent org-mode versions have support for maxima via org-babel. But
> there is no support vor variables. I implemented basic support for
> variables. A header =var: eq="x^2"= is translated to:
>
> #+begin_src maxima
> eq : x^2;
> #+end_src
>
> I attached a patc
Rainer M Krug writes:
> On Wed, Mar 23, 2011 at 3:50 AM, Eric Schulte wrote:
>> Hi Ken,
>>
>> In order for caching to work, the results of the code block must exist
>> in the org-mode file. For example, the following code block will be
>> evaluated when triggered either interactively or during
writes:
> On 3/23/11 1:46 AM, "Rainer M Krug" wrote:
>
>>
>>When exporting to a pdf, I get the following matrix in the pdf:
>>
>> [,1][,2] [,3] [,4]
>>[1,] 0.5626863 0.8397120 0.9886886 0.2233873
>>[2,] 0.8697064 0.1101432 0.1372992 0.4114674
>>[3,] 0.3548678 0.5658843
On 3/23/11 12:28 PM, "Eric Schulte" wrote:
>Thanks for pointing this out, your example doesn't work for me either.
>I tracked this down to a problem of not finding the cached results of
>named code blocks. I've just pushed up a simple fix for this issue, so
>caching should now work as expected.
Hi Thomas,
Glad you liked it. The code is really simple:
(global-set-key (kbd "") (lambda() (interactive) (find-file
"~/org/index.org")))
(defun set-index-read-only () ""
(if (equal (buffer-name) "index.org")
(toggle-read-only)
)
)
I've changed the index.org to look like this:
writes:
> On 3/23/11 12:28 PM, "Eric Schulte" wrote:
>
>>Thanks for pointing this out, your example doesn't work for me either.
>>I tracked this down to a problem of not finding the cached results of
>>named code blocks. I've just pushed up a simple fix for this issue, so
>>caching should now w
On 3/23/11 12:54 PM, "Williams, Ken (TR Corp Tech)"
wrote:
>
>On 3/23/11 12:28 PM, "Eric Schulte" wrote:
>
>>Thanks for pointing this out, your example doesn't work for me either.
>>I tracked this down to a problem of not finding the cached results of
>>named code blocks. I've just pushed up a
writes:
> On 3/23/11 12:54 PM, "Williams, Ken (TR Corp Tech)"
> wrote:
>
>>
>>On 3/23/11 12:28 PM, "Eric Schulte" wrote:
>>
>>>Thanks for pointing this out, your example doesn't work for me either.
>>>I tracked this down to a problem of not finding the cached results of
>>>named code blocks. I
>> For example, I don't know if the docbook backend explicitly
>> writes section numbers in, or if the sectioning is left to the
>> stylesheet. If the latter, can I mark sections as ones that
>> should be numbered and ones that shouldn't?
>>
>
> And I'm sure Jambunathan will take care of the odt
In terms of the unfolded startup try:
#+STARTUP: nofold
Matthew
On Wed, Mar 23, 2011 at 12:40 PM, Marcelo de Moraes Serpa
wrote:
> Hi Thomas,
>
> Glad you liked it. The code is really simple:
>
> (global-set-key (kbd "") (lambda() (interactive) (find-file
> "~/org/index.org")))
>
> (defun set
Ah! Heck, I forgot about org's metadata.. Thanks!
Marcelo.
On Wed, Mar 23, 2011 at 12:21 PM, Matthew Sauer
wrote:
> In terms of the unfolded startup try:
>
> #+STARTUP: nofold
>
> Matthew
>
> On Wed, Mar 23, 2011 at 12:40 PM, Marcelo de Moraes Serpa
> wrote:
>> Hi Thomas,
>>
>> Glad you liked i
Mark S wrote:
>
> Lisp tends to bring out my inner dyslexic, but is it possible to use
> a "while" or other construct instead of "mapcar" and then make the
> "if" construction inside of the lambda check for the :omitted symbol
> and return it as nil? And it would need to break out of the loop a
Jambunathan K wrote:
>
> >> For example, I don't know if the docbook backend explicitly
> >> writes section numbers in, or if the sectioning is left to the
> >> stylesheet. If the latter, can I mark sections as ones that
> >> should be numbered and ones that shouldn't?
> >>
> >
> > And I'm sur
Izzie writes:
> Hi, I'm a newcomer to orgmode and a basic emacs user who has trouble with
> some
> shortcuts not doing what they should. I don't know how to fix it.
>
> This problem occurs on an aptosid (debian sid 64-bits) laptop with kde when
> running emacs in konsole with the -nw parameter
Vinh
>> In addition, is there a way to set up a header, or some text, before
>> the title, similar to the attached file (including the image)? I
>> don't mind if the solution is pasting some raw xml code in the
>> org-mode file, as this part will remain constant.
>
> What is required is that you
> OTOH, it is important to document such limitations, so that innocent
> users don't end up spending hours trying to do something that cannot
> be done.
Point taken.
>
> Nick
>
>
--
ken.willi...@thomsonreuters.com wrote:
On 3/23/11 1:16 PM, "Eric Schulte" wrote:
writes:
Or perhaps, is there some command to evaluate all blocks in a document
that need to be re-evaluated, and save the results back to the buffer?
I
could do that every time before exporting, maybe.
Fort
On 3/23/11 1:16 PM, "Eric Schulte" wrote:
> writes:
>>Or perhaps, is there some command to evaluate all blocks in a document
>> that need to be re-evaluated, and save the results back to the buffer?
>>I
>> could do that every time before exporting, maybe.
>>
>
>Fortunately there is such a funct
Chao LU writes:
> Dear All,
>
> I found a little problem when configuring Org-Capture.
>
> The target file is iPrv.org, whose structure is like this:
> ===
> * INBOX
> *** A
> *** B
> *** C
> ===
> So I defined a template like :
> ("i" "INBOX" entry (file+olp (concat org-private-dir "/iP
On 3/23/11 5:00 PM, "Erik Iverson" wrote:
>
>Try :eval never
>
>http://orgmode.org/org.html#eval
>
>Don't know if that will work, but it sounds promising.
Perfect! Thanks everyone for the help.
--
Ken Williams
Senior Research Scientist
Thomson Reuters
http://labs.thomsonreuters.com
Dear all,
I assume that my first email[1], which I sent yesterday, was not clear
enough to draw any/enough attention.
I am currently preparing a Beamer presentation and I would like to
include \institute[short]{long} into my org-file; it is important that I
am able to define a short and a lo
Eric S Fraga ucl.ac.uk> writes:
> > Izzie antichef.net> writes:
> > This problem occurs on an aptosid (debian sid 64-bits) laptop with kde when
> > running emacs in konsole with the -nw parameter.
>
> My experience with console use of emacs is that many key sequences are
> not possible. Some
Achim Gratz nexgo.de> writes:
>
> Izzie antichef.net> writes:
>
> > Hi, I'm a newcomer to orgmode and a basic emacs user who has trouble with
some
> > shortcuts not doing what they should. I don't know how to fix it.
> >
> > This problem occurs on an aptosid (debian sid 64-bits) laptop with
Christian Moe writes:
> Hi,
>
> If we're not just looking for a neat workaround for some special cases
> anymore, but looking at making org-tables aware of time-like strings
> by default, a better strategy than to convert them into integers might
> be to translate them into Calc time format an
On Wed, 23 Mar 2011 19:18:45 -0400
Bernd Weiss wrote:
> I assume that my first email[1], which I sent yesterday, was not
> clear enough to draw any/enough attention.
>
Since orgmode is a volunteer effort and the list is a relatively low
traffic list, often posts are answered after a few weeks.
See http://cl.ly/5TwV.
The relevant quote:
"There’s no perceived value in open source for mentoring,
facilitation, disciplining of unruly users, training of newcomers or
non-technical users, etc., which are needed to support both designers
of any gender and women in any role."
This is definitely
73 matches
Mail list logo