Re: [O] Can't link to info nodes

2011-09-19 Thread Julien Cubizolles
Carsten Dominik carsten.domi...@gmail.com writes: Take a look at the variable org-modules. Does it contain the symbol org-info? No it didn't. It's working now, thank you. Maybe there should be a mention of this dependency in the org manual ? Julien.

Re: [O] Can't link to info nodes

2011-09-19 Thread Julien Cubizolles
Carsten Dominik carsten.domi...@gmail.com writes: I don't think this is needed, as this is in the default value for this variable. So some way or another you have first *removed* this from the variable. Maybe by setting it with `setq' in .emacs? You're right again, the module must have been

Re: [O] vmin and probably vmax functions don't work

2011-09-19 Thread Christian Moe
Hi, I think you'll need to include an actual example that isn't working. With my own tables I don't see any errors with vmean, vmin, vmax. As for vmode, does Calc have such a function? I can't see it documented, and putting one in my table doesn't work. Yours, Christian On 9/19/11 4:52

Re: [O] vmin and probably vmax functions don't work

2011-09-19 Thread Jude DaShiell
| Date Stamp | Systalic | Diastalic | Pulse | |+--+---+---| | [2011-07-19 Tue 02:26] | 138 |92 |74 | | [2011-07-20 Wed 04:03] | 130 |85 |74 | | [2011-07-21 Thu 03:50] | 128 |79 |76 | |

Re: [O] vmin and probably vmax functions don't work

2011-09-19 Thread Christian Moe
Hi, You've got row formulas when you want single-cell formulas. Assuming it's minima you're after, try #+TBLFM: @$2=vmin(@I..@II);f0::@$3=vmin(@I..II);f0::@$4=vmin(@I..II);f0 hth Christian On 9/19/11 12:15 PM, Jude DaShiell wrote: | Date Stamp | Systalic | Diastalic | Pulse |

Re: [O] vmin and probably vmax functions don't work

2011-09-19 Thread Christian Moe
On second thought, these days you can just use a single range formula: #+TBLFM: @$2..$4=vmin(@I..@II);f0 hth, Christian On 9/19/11 12:38 PM, Christian Moe wrote: Hi, You've got row formulas when you want single-cell formulas. Assuming it's minima you're after, try #+TBLFM:

[O] question/error concerning EXPORT_OPTIONS

2011-09-19 Thread Rainer Stengele
hi all, for subtree specific html export options what's wrong with ** Subtree :PROPERTIES: :EXPORT_OPTIONS: :t todo:t :END: - contents I get this error: or: Assertion failed: (functionp (symbol-value fun-var-sym)), nil Which options are supported and how is the syntax for

Re: [O] [babel] Trying to add ERT test cases

2011-09-19 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi, I'd like to really contrib more on test cases, in particular every time I'd see something problematic. My goal (SOMEDAY/MAYBE) would be to (be able to) report any problem with an attached ERT test case... That would certainly be the

Re: [O] question/error concerning EXPORT_OPTIONS

2011-09-19 Thread Giovanni Ridolfi
Rainer Stengele rainer.steng...@online.de writes: Hi Rainer, for subtree specific html export options what's wrong with ** Subtree :PROPERTIES: :EXPORT_OPTIONS: :t todo:t :END: - contents I get this error: or: Assertion failed: (functionp (symbol-value

Re: [O] [babel] Trying to add ERT test cases

2011-09-19 Thread Eric Schulte
Martyn Jago martyn.j...@btinternet.com writes: [...] (ert-deftest ob-tangle/speed-command-r () (let ((org-use-speed-commands t)) (with-temp-buffer (org-mode) (insert * Speed command) (goto-char (point-at-bol)) ;; ensure default speed commands return t

[O] Time estimates time format?

2011-09-19 Thread Johan Ekh
Hi all, I'm trying to monitor my projects with org-mode. I'd like to make time estimates for different activities and then monitor time spent on the activities. In the manual I found #+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 #+COLUMNS: %40ITEM(Task) %17Effort(Estimated

[O] Sentence Highlighting

2011-09-19 Thread Vicaro
As a creative-writer-type who also dabbles in code, I've found org-mode extremely useful to not only to organize notes relating to a project but also for creative writing. Structure and navigation/linking is a breeze and export is well developed. I've come across

Re: [O] question/error concerning EXPORT_OPTIONS

2011-09-19 Thread Rainer Stengele
Am 19.09.2011 17:10, schrieb Giovanni Ridolfi: Rainer Stengele rainer.steng...@online.de writes: Hi Rainer, for subtree specific html export options what's wrong with ** Subtree :PROPERTIES: :EXPORT_OPTIONS: :t todo:t :END: - contents I get this error: or:

[O] Idea, configurable markup

2011-09-19 Thread Dov Grobgeld
I got the following idea regarding the use of markup characters in org-mode. Currently it is possible to use *bold*, /italic/ and ~verbose~ and a few other markups. I would have liked to have this extended as follows: - Allow the toggling of the display of the formatting characters, *, ~,

Re: [O] Idea, configurable markup

2011-09-19 Thread Eric Schulte
Dov Grobgeld dov.grobg...@gmail.com writes: I got the following idea regarding the use of markup characters in org-mode. Currently it is possible to use *bold*, /italic/ and ~verbose~ and a few other markups. I would have liked to have this extended as follows: - Allow the toggling of the

[O] org-bibtex: TYPE property conflicting with bibtex's type parameter

2011-09-19 Thread Lluís
The current org-bibtex code uses the value of the TYPE property for two different purposes: * identify the type of bibtex entry * give a value to the type parameter in a bibtex entry Using the TYPE property for both has the unfortunate effect that on an entry type like phdthesis (which has an

Re: [O] [babel] Trying to add ERT test cases

2011-09-19 Thread Sebastien Vauban
Hi Martyn, Martyn Jago wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: * Test #+begin_src emacs-lisp (ert-deftest ob-tangle/speed-command-r () Test that speed command `r' does demote the headline. (org-test-at-id 4ee368b8-cf7c-4269-98c0-b28dcf94ff2b (goto-char

Re: [O] Idea, configurable markup

2011-09-19 Thread Sebastien Vauban
Hi Dov, Dov Grobgeld wrote: I got the following idea regarding the use of markup characters in org-mode. Currently it is possible to use *bold*, /italic/ and ~verbose~ and a few other markups. I would have liked to have this extended as follows: - Allow the toggling of the display of the

Re: [O] [babel] Trying to add ERT test cases

2011-09-19 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: * Test #+begin_src emacs-lisp (ert-deftest ob-tangle/speed-command-r () Test that speed command `r' does demote the headline. (org-test-at-id 4ee368b8-cf7c-4269-98c0-b28dcf94ff2b (goto-char

Re: [O] Problems with Org-Mode export

2011-09-19 Thread Michael Hannon
Greetings.  I've been having problems lately in exporting Org-Mode source-code documents to HTML and/or PDF.   I'm running Org-Mode 7.7 with Emacs 23 on 64-bit linux (Fedora 15). I've appended a document that exhibits at least some of the problem.  The problems are similar to the problem

Re: [O] [babel] Trying to add ERT test cases

2011-09-19 Thread Eric Schulte
* Test #+begin_src emacs-lisp (ert-deftest ob-tangle/speed-command-r () Test that speed command `r' does demote the headline. (org-test-at-id 4ee368b8-cf7c-4269-98c0-b28dcf94ff2b (goto-char (point-at-bol)) (org-self-insert-command ?r) (goto-char (point-at-bol))

[O] Entities Parsing Code

2011-09-19 Thread Pavel Panchekha
I've been noticing that the org-pretty-entities code incorrectly lexes numbers as part of TeX command names; for example, if I type $\sim2n^2$, the \sim will not be replaced with a ~ because the 2 is lexed as part of the command name. This is incorrect; in TeX, numbers are not legal parts of a

Re: [O] vmin and vmax are probably broken

2011-09-19 Thread Jude DaShiell
The min figures are definitely inaccurate. cut here. | Date Stamp | Systalic | Diastalic | Pulse | |+--+---+---| | [2011-07-19 Tue 02:26] | 138 |92 |74 | | [2011-07-20 Wed 04:03] | 130 |85 |74 | |

Re: [O] vmin and vmax are probably broken

2011-09-19 Thread Nick Dokos
Jude DaShiell jdash...@shellworld.net wrote: The min figures are definitely inaccurate. I get different results from the ones you get: --8---cut here---start-8--- | Date Stamp | Systolic | Diastolic | Pulse |

[O] [PATCH] Check argument is a string before calling string-match

2011-09-19 Thread Bernt Hansen
* lisp/org-html.el (org-export-as-html): Check string-match argument (org-html-handle-time-stamps): Check string-match argument Avoid wrong-type-argument errors during exporting. --- This may or may not be the same error you are getting - but I ran into this during exporting back in August and

Re: [O] Time estimates time format?

2011-09-19 Thread Bernt Hansen
Johan Ekh ekh.jo...@gmail.com writes: Hi all, I'm trying to monitor my projects with org-mode. I'd like to make time estimates for different activities and then monitor time spent on the activities. In the manual I found #+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00

Re: [O] vmin and vmax are probably broken

2011-09-19 Thread Jude DaShiell
Nick, thanks much! I had to use braille to write this stuff down so I could understand it. I suspect then that the following #+TBLFM: line will put a line with mode figures above the min and max figures. #+TBLFM: @$2..@$4=vmode(@I..@II);f0 :: @$2..@$4=vmin(@I..@II);f0 ::

Re: [O] vmin and vmax are probably broken

2011-09-19 Thread Jude DaShiell
The :f0 says display only integers. All decimals are chopped off.On Mon, 19 Sep 2011, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: The min figures are definitely inaccurate. I get different results from the ones you get: --8---cut

[O] unexpected failure on all formulas

2011-09-19 Thread Jude DaShiell
cut here. | Date Stamp | Systalic | Diastalic | Pulse | |+--+---+---| | [2011-07-19 Tue 02:26] | 138 |92 |74 | | [2011-07-20 Wed 04:03] | 130 |85 |74 | | [2011-07-21 Thu 03:50] | 128 |79 |76

Re: [O] Bug: unable to open link unless `...from-string' [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-19 Thread David Maus
At Fri, 16 Sep 2011 14:20:50 -0400, Dave Abrahams wrote: on Fri Sep 16 2011, David Maus dmaus-AT-ictsoc.de wrote: How did you enter the link into the Org file? The original link [[message://m2k4n46n5p.wl%d...@boostpro.com]] Is unescaped, but Org treats links as always