[O] error in tableformula or bug

2011-03-23 Thread Martin Halder
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:

[O] Bug: :clock-keep...not kept [7.5 commit-078c01bf3b1742b1015fac9f5bab3a429505f3c6]

2011-03-23 Thread Giovanni Ridolfi
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. -

[O] [PATCH] Allow mixed export of numbered and unnumbered sections in HTML

2011-03-23 Thread Lawrence Mitchell
* 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'.

Re: [O] Re: Completing with anything

2011-03-23 Thread Julien Danjou
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

Re: [O] escaping of #+TEXT lines: \vspace vs \vspace*

2011-03-23 Thread Eric S Fraga
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

Re: [O] s-tab not working as intended in kde's konsole

2011-03-23 Thread Eric S Fraga
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

Re: [O] beamer code and auctex

2011-03-23 Thread Eric S Fraga
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

Re: [O] [Patch] For the Manual: using org-crypt

2011-03-23 Thread Julien Danjou
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

[O] [PATCH] Protect starred commands in LaTeX export correctly

2011-03-23 Thread Lawrence Mitchell
* 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

[O] Re: [PATCH] Protect starred commands in LaTeX export correctly

2011-03-23 Thread Eric Abrahamsen
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

[O] org-toggle-checkbox does not work on entry with logbook entries

2011-03-23 Thread Matt Lundin
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

[Accepted] [O] Protect starred commands in LaTeX export correctly

2011-03-23 Thread Bastien Guerry
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

[Accepted] [O] Allow mixed export of numbered and unnumbered sections in LaTeX

2011-03-23 Thread Bastien Guerry
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

[Accepted] [O] Allow mixed export of numbered and unnumbered sections in HTML

2011-03-23 Thread Bastien Guerry
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

Re: [O] org-clock-report to insert a :scope sutree report when called from within a subtree?

2011-03-23 Thread Bastien
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,

[Accepted] [O] Fix html export of footnotes with lists, tables, quotes, etc.

2011-03-23 Thread Bastien Guerry
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

Re: [O] [PATCH] Allow mixed export of numbered and unnumbered sections in LaTeX

2011-03-23 Thread Bastien
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

Re: [O] [PATCH] Protect starred commands in LaTeX export correctly

2011-03-23 Thread Eric S Fraga
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)

[Accepted] [O] org-clock-report to insert a :scope sutree report when called from within a subtree?

2011-03-23 Thread Bastien Guerry
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" >

Re: [Accepted] [O] Fix html export of footnotes with lists, tables, quotes, etc.

2011-03-23 Thread Puneeth Chaganti
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

Re: [O] Re: Completing with anything

2011-03-23 Thread Eric S Fraga
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

Re: [O] Re: unnumbered subsections in latex export

2011-03-23 Thread Bastien
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

Re: [Accepted] [O] Fix html export of footnotes with lists, tables, quotes, etc.

2011-03-23 Thread Puneeth Chaganti
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

[O] Re: Making GTD more mangeable with org

2011-03-23 Thread Thomas Renkert
> > 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

Re: [O] [PATCH] Protect starred commands in LaTeX export correctly

2011-03-23 Thread Bastien
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

Re: [Accepted] [O] Fix html export of footnotes with lists, tables, quotes, etc.

2011-03-23 Thread 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

Re: [Accepted] [O] Allow mixed export of numbered and unnumbered sections in HTML

2011-03-23 Thread Nick Dokos
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

Re: [O] org-clock-report to insert a :scope sutree report when called from within a subtree?

2011-03-23 Thread Bastien
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

Re: [O] Re: unnumbered subsections in latex export

2011-03-23 Thread Nick Dokos
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 >

[O] [babel] Variable support for ob-maxima

2011-03-23 Thread Thomas Holst
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

Re: [O] Re: Completing with anything

2011-03-23 Thread Julien Danjou
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

Re: [O] org-toggle-checkbox does not work on entry with logbook entries

2011-03-23 Thread Sylvain Rousseau
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.

[O] Re: [Patch] For the Manual: using org-crypt

2011-03-23 Thread Christian Egli
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

Re: [O] Using Variable in Org-capture configuration

2011-03-23 Thread Chao LU
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-

Re: [Accepted] [O] Allow mixed export of numbered and unnumbered sections in HTML

2011-03-23 Thread Suvayu Ali
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

Re: [O] [babel] Trouble with :cache yes

2011-03-23 Thread Ken.Williams
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

[O] Re: [Patch] For the Manual: using org-crypt

2011-03-23 Thread Jambunathan K
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 >

[O] Capture Template problem

2011-03-23 Thread Chao LU
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

[O] Re: unnumbered subsections in latex export

2011-03-23 Thread Lawrence Mitchell
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

Re: [O] Re: unnumbered subsections in latex export

2011-03-23 Thread Thomas S. Dye
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

[O] Re: org-toggle-checkbox does not work on entry with logbook entries

2011-03-23 Thread Nicolas
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

Re: [O] Re: unnumbered subsections in latex export

2011-03-23 Thread Nick Dokos
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

Re: [O] Bug: Recurring items NEVER show up in timeline unaccompanied

2011-03-23 Thread Mark S
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

[O] Re: advice: how to export a list without exporting all entries

2011-03-23 Thread Nicolas
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

Re: [O] Re: Completing with anything

2011-03-23 Thread Eric S Fraga
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

[O] Re: [BUG] Unmatched #+end-src

2011-03-23 Thread Nicolas
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

[O] Re: unnumbered subsections in latex export

2011-03-23 Thread Jambunathan K
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

Re: [O] [babel] Variable support for ob-maxima

2011-03-23 Thread Eric Schulte
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

Re: [O] [babel] Trouble with :cache yes

2011-03-23 Thread Eric Schulte
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

Re: [O] [babel] Trouble with :cache yes

2011-03-23 Thread Eric Schulte
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

Re: [O] [babel] Trouble with :cache yes

2011-03-23 Thread Ken.Williams
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.

Re: [O] Re: Making GTD more mangeable with org

2011-03-23 Thread Marcelo de Moraes Serpa
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:

Re: [O] [babel] Trouble with :cache yes

2011-03-23 Thread Eric Schulte
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

Re: [O] [babel] Trouble with :cache yes

2011-03-23 Thread Ken.Williams
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

Re: [O] [babel] Trouble with :cache yes

2011-03-23 Thread Eric Schulte
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

[O] Re: unnumbered subsections in latex export

2011-03-23 Thread Jambunathan K
>> 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

Re: [O] Re: Making GTD more mangeable with org

2011-03-23 Thread Matthew Sauer
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

Re: [O] Re: Making GTD more mangeable with org

2011-03-23 Thread Marcelo de Moraes Serpa
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

Re: [O] Bug: Recurring items NEVER show up in timeline unaccompanied

2011-03-23 Thread Nick Dokos
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

Re: [O] Re: unnumbered subsections in latex export

2011-03-23 Thread Nick Dokos
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

[O] Re: s-tab not working as intended in kde's konsole

2011-03-23 Thread Achim Gratz
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

[O] Re: org-odt (Applying custom templates)

2011-03-23 Thread Jambunathan K
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

[O] Re: unnumbered subsections in latex export

2011-03-23 Thread Jambunathan K
> 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 > > --

Re: [O] [babel] Trouble with :cache yes

2011-03-23 Thread Erik Iverson
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

Re: [O] [babel] Trouble with :cache yes

2011-03-23 Thread Ken.Williams
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

[O] Re: Capture Template problem

2011-03-23 Thread Bernt Hansen
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

Re: [O] [babel] Trouble with :cache yes

2011-03-23 Thread Ken.Williams
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

[O] Specifying \institute[short]{long] in Beamer presentations

2011-03-23 Thread Bernd Weiss
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

[O] Re: s-tab not working as intended in kde's konsole

2011-03-23 Thread Izzie
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

[O] Re: s-tab not working as intended in kde's konsole

2011-03-23 Thread Izzie
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

Re: [O] org table calc and lisp for hh:mm timetable

2011-03-23 Thread Eric Schulte
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

Re: [O] Specifying \institute[short]{long] in Beamer presentations

2011-03-23 Thread Suvayu Ali
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.

[O] [OT] Another way org-mode is different

2011-03-23 Thread Jeff Horn
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