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 AM,
| 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 |
| [2011-0
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 |
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...
Last experience: for some unknown reason (maybe a Lisp nesting exceeded,
though), it (ra
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:
@>$2=vmin(@I..@II
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
"Sebastien Vauban" 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 ideal for a bug repo
Rainer Stengele 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 fun-var-sym)), nil
I do
Hi Sebastien
"Sebastien Vauban"
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...
>
> Last experience: for some unknown
Martyn Jago 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
> (should (org-spee
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
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 http://www.emacswiki.org/emacs
Am 19.09.2011 17:10, schrieb Giovanni Ridolfi:
> Rainer Stengele 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: A
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, *, ~,
Dov Grobgeld 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 display of the "f
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
Hi Martyn,
Martyn Jago wrote:
> "Sebastien Vauban"
> 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 (point-at-b
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
Hi Eric,
Eric Schulte wrote:
> "Sebastien Vauban" 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 (point-at-bol
>> 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
> * 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))
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
com
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 |
| [2011-07-21
Jude DaShiell 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 |
|+--+---+--
* 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 i
Johan Ekh 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 7:00
> #+COLUMN
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 :: @>$2..@>$4=
The :f0 says display only integers. All decimals are chopped off.On Mon,
19 Sep 2011, Nick Dokos wrote:
> Jude DaShiell wrote:
>
> > The min figures are definitely inaccurate.
> >
>
> I get different results from the ones you get:
>
> --8<---cut here---start-
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 |
At Fri, 16 Sep 2011 14:20:50 -0400,
Dave Abrahams wrote:
>
>
> on Fri Sep 16 2011, David Maus 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 percent-esca
Jude DaShiell wrote:
> |+--+---+---|
> | mode | | | |
> | Min| | | |
> | Max| 127. | 81. | 74. |
> #+TBLFM: @>>>$2..@>>>$4=vmode(@i.
Johan Ekh writes:
> But I'd like to make estimates in days, weeks or even months.
You can certainly do that. Have a look at org-effort-durations. You
could for example define the effort as '2d', '4w' or '7m'.
> And have spent time displayed in percentage of the estimate. Is this
> possible?
Y
32 matches
Mail list logo