[O] pc-keys mode does not work in org mode

2011-11-19 Thread Cecil Westerhof
e-key org-mode-map [end] 'org-end-of-line) Could they be removed, or made more intelligent? Because org-mode is one of the most used modes for me and it would be very nice if I could use pc-keys there also. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

[Orgmode] Smart vsum

2010-11-15 Thread Cecil Westerhof
| Totaal | 0.25 | | ^ | | restTime | |---+--+---| #+TBLFM: $totalTime = deg(vsum(@-i...@-i)); f2 Is this possible? If yes, how would I do this? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof ___ Em

[Orgmode] Some problems with times in a spreadsheet

2010-07-21 Thread Cecil Westerhof
o use just one formula? When displaying with minutes instead of as a floating point number, is it possible to display it without seconds? Instead of 16@ 15' 0" I would like to get 16@ 15'. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Re: [Orgmode] Some problems with times in a spreadsheet

2010-07-22 Thread Cecil Westerhof
(vsum(@-i...@-i)); f2 :: $totalTime2=deg(vsum(@-i...@-i)); f2 :: $declaration1=$totalTime1*$hourRate1; f2 :: $declaration2=$totalTime2*$hourRate2; f2 This would at least make updating repeating formula's easier and easier to check. -- Cecil Westerhof Senior Software

[Orgmode] Re: Some problems with times in a spreadsheet

2010-07-22 Thread Cecil Westerhof
rRate1; f2 :: >> $declaration2=$totalTime2*$hourRate2; f2 >> > > The formula editor ( C-c ' ) will display the formulas one per line and > make duplicating and changing them much easier. Works like a charm. Not optimal (I need to enter the formula editor to check), but g

[Orgmode] export to html

2007-06-15 Thread Cecil Westerhof
I understood that a table can be exported to HTML. I can not find how to do this. How do I do this? -- Cecil Westerhof <[EMAIL PROTECTED]> ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] table heading

2007-06-15 Thread Cecil Westerhof
: || ! heading | |---+---+--| | column A | column B | column C | |---+---+--| I allready communicated with Carsten about this. He liked the idea, but did not like to add another column seperator. -- Cecil Westerhof <[EM

[Orgmode] Does org-mode work less under Windows?

2007-06-16 Thread Cecil Westerhof
At home I use org-mode with Emacs 21.3.1 under Linux. At work I use Emacs 22.0.50.1 under Windows. But severall things work less at work. Links do not work as they should. I keep seeing [[link][description]]. Also hidestars and odd does not work. Anybody an idea what is ahppening here? -- Cecil

Re: [Orgmode] Does org-mode work less under Windows?

2007-06-16 Thread Cecil Westerhof
ginning of my files look like: > > #+STARTUP: overview > #+STARTUP: hidestars I have the same I think. > Perhaps you could send a (small) sample of an org-mode file that > demonstrates the problem? Will be tuesday. -- Cecil Westerhof <[EMAIL PROTECTED]> _

[Orgmode] Problem with lisp code in spreadsheet

2007-06-16 Thread Cecil Westerhof
='(/ 67 (getHours $2));%.1f I get: 93.5 What is happening here? -- Cecil Westerhof <[EMAIL PROTECTED]> ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Problem with lisp code in spreadsheet

2007-06-16 Thread Cecil Westerhof
thing is that $3 is 67 and when I change $3 to 67 it works. Even changing the formul to: ='(/ (string-to-number $3) (getHours $2));N%.1f does not work. > See the discussion of the N mode flag in > > http://staff.science.uva.nl/~dominik/Tools/org/org.html#Formula-syntax-

[Orgmode] Sorting of table

2007-06-17 Thread Cecil Westerhof
When there is nothing marked, sorting should be done on the field the cursor is on from the row after the previous hline until the row before the next hline. -- Cecil Westerhof <[EMAIL PROTECTED]> ___ Emacs-orgmode mailing list Emacs-orgmode@g

[Orgmode] Links en subtrees

2007-06-17 Thread Cecil Westerhof
When a subtree starts with a link and it is collapsed, you get not to see the '...' when the subtree is collapsed. A workaround is to put a space after the link. -- Cecil Westerhof <[EMAIL PROTECTED]> ___ Emacs-orgmode mailing li

Re: [Orgmode] Links en subtrees

2007-06-17 Thread Cecil Westerhof
Op zo, 17-06-2007 te 12:03 +0200, schreef Carsten Dominik: > This works correctly in Emacs 22, the priority to find a fix > for this is low. That is not important then, I agree. -- Cecil Westerhof <[EMAIL PROTECTED]> ___ Emacs-orgmode

[Orgmode] Problems with org-mode under windows

2007-06-19 Thread Cecil Westerhof
#+STARTUP: hidestars #+STARTUP: overview #+STARTUP: odd * links ** [[http://staff.science.uva.nl/~dominik/Tools/org/][org-mode]] This is a part of an org-file I have. There are severall problems with this under Windows. I use version 22.0.50.1 under Windows. Under Linux I use a 21 version and do

[Orgmode] Moving an indent down

2007-06-21 Thread Cecil Westerhof
When I have: ## *** something B *** something A ## and I give M-. I would expect: ## *** something A *** something B ## but I get: ## *** something A *** something B ## Is this a bug, or is there a reason for this behaviour? -- Cecil Westerhof

[Orgmode] Strange problem with spreadsheet

2007-06-21 Thread Cecil Westerhof
gs out of range: 15,16'. I have the feeling that it could have something to do with the upgrade to 4.78, but I am not sure. (Before I was using 4.71.) -- Cecil Westerhof <[EMAIL PROTECTED]> ___ Emacs-orgmode mailing list Emacs-orgmode@gn

Re: [Orgmode] Strange problem with spreadsheet

2007-06-21 Thread Cecil Westerhof
Op do, 21-06-2007 te 10:32 +0200, schreef Cecil Westerhof: > I have the following tables: > |---| > | 22.50 | > | 16.50 | > |---| > | :=vsum(@[EMAIL PROTECTED]) | > |---| > #+TBLFM: @3$

[Orgmode] Sommatie on values with a condition

2007-06-21 Thread Cecil Westerhof
|420 | | total d |994 | |-+| So the second group are the different values. And in the thirth group there is a sommation for the different types. Is this possible? -- Cecil Westerhof <[EMAIL PROTECTED]> ___ Emacs-orgmode m

[Orgmode] Get al formula's in the table

2007-06-21 Thread Cecil Westerhof
When you want to edit a formula, you give 'C-u C-u C-c ='. What would be nice is a combination with wich al the formula's are put back into the cell's. -- Cecil Westerhof <[EMAIL PROTECTED]> ___ Emacs-orgmode mailing list

[Orgmode] Can not insert at beginning when file starts with a table

2007-06-28 Thread Cecil Westerhof
When an org-mode file starts with a table and you want to insert something at the beginning of the file, you can not. You get the message 'Beginning of buffer'. A work around is to delete the first '|', insert what you need to insert and put the '|' back. -- Cec

[Orgmode] how to clear computed values

2007-07-10 Thread Cecil Westerhof
prijs/km displayed as '-0.000'? And why is the last field of km's displayed as '-156146'? I expected '0'. -- Cecil Westerhof <[EMAIL PROTECTED]> ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] how to clear computed values

2007-07-11 Thread Cecil Westerhof
Op di, 10-07-2007 te 20:38 +0200, schreef Cecil Westerhof: > I have a table like: > |-+-+-++---+--+| > | kmstand |km's | prijs/l | liters | prijs | pri

Re: [Orgmode] how to clear computed values

2007-07-11 Thread Cecil Westerhof
rst two digits of kmstand where not input at row 3 and you get a message. But you get also a message at the first row. Is it possible to circumvent this? Is it possible to define functions in an org-file? For example: it would be nice to have more extensive checking on the values. Also the nz coul

Re: [Orgmode] how to clear computed values

2007-07-11 Thread Cecil Westerhof
Op wo, 11-07-2007 te 10:49 +0200, schreef Carsten Dominik: > On Jul 11, 2007, at 10:26, Cecil Westerhof wrote: > > In this example the first two digits of kmstand where not input at row > > 3 > > and you get a message. But you get also a message at the first row. Is > >

Re: [Orgmode] how to clear computed values

2007-07-11 Thread Cecil Westerhof
ger number representing the number of days since 0101. For instance: 729644. decoded time A list of decoded time. For instance: (54 21 12 12 9 1998 6 t 7200). Is there a way to work with dates like 2007-09-11? -- Cec

[Orgmode] Making a list to string

2007-07-11 Thread Cecil Westerhof
does not get the right values. The last column shows why. "$2" gives a list of ASCII values of the string instead of the string. This makes that org-read-data gets 50 as a parameter instead of the string representing a date. How do I convert this list back to the string it is repres

Re: [Orgmode] Making a list to string

2007-07-11 Thread Cecil Westerhof
t: 1 Format: NONE Final: 1 And when I put ';S' after the formula, I get the same as with nothing after the formula. Why this error by ';N'? Also what is the meaning of the strange expansion by concat? Maybe not neccesary, but I like to understand what is happening. -- Cecil Westerhof <[EMAIL PROTECTED]> ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] I do not understand this error

2007-07-11 Thread Cecil Westerhof
l 9 7 2007 nil nil nil)) eval((time-to-day-in-year (parse-time-string "2007-07-09"))) eval-last-sexp-1(t) eval-last-sexp(t) eval-print-last-sexp() call-interactively(eval-print-last-sexp) recursive-edit()

Re: [Orgmode] Making a list to string

2007-07-11 Thread Cecil Westerhof
Op do, 12-07-2007 te 01:04 -0500, schreef Eddward DeVilla: > On 7/12/07, Cecil Westerhof <[EMAIL PROTECTED]> wrote: > > Yes, it looks like it works completly. (What I am missing is a knowledge > > of Lisp. Thus that will come.) > > > > One thing bugs me. I am used

Re: [Orgmode] I do not understand this error

2007-07-11 Thread Cecil Westerhof
Op do, 12-07-2007 te 08:07 +0200, schreef Cecil Westerhof: > I have the following table: > > |---++-+-+++---+---+--+| > | | datum | kmstand | prijs/l | liters | dagen |

Re: [Orgmode] I do not understand this error

2007-07-12 Thread Cecil Westerhof
ime-to-days (org-read-date t t (concat @-1$2 "");S When checking for the previous date at once you always get filled. If the previous date is copied to a field and this field is checked, you get the expected value. What is happening here? Also why is in the column 

[Orgmode] Recurrence on Monday, Wednesday and Friday

2007-10-13 Thread Cecil Westerhof
I started today to play with org-mode and agendaview. I like what I see. But I want something to reoccur every Monday, Wednesday and Friday. Is this possible, or do I need to generate three different entries? ___ Emacs-orgmode mailing list Remember: u

[O] Only display hours and minutes, not seconds

2013-10-30 Thread Cecil Westerhof
I have the following table: |--| | Duration | |--| | 2@ 15| | 2@ 30| | 2@ 30| | 0@ 45| |--| | 8@ 0' 0" | |--| #+TBLFM: @>$1=vsum(@2..@-1) I would like the total be displayed like: 8@ 00' instead of: 8@ 0' 0"

[O] Adding and subtracting from clocked entries.

2013-11-04 Thread Cecil Westerhof
. Can this be done? -- Cecil Westerhof

Re: [O] Adding and subtracting from clocked entries.

2013-11-04 Thread Cecil Westerhof
2013/11/4 Pete Ley > Cecil Westerhof writes: > > As far as I know, you can do exactly this (the subtracting clock time > from one tree and adding it to another) but it's triggered on idle time, > so if you're working on something else in emacs it won't ask you to

Re: [O] Adding and subtracting from clocked entries.

2013-11-04 Thread Cecil Westerhof
e clock sum for A is added 15 minutes. > Not exactly, but that is what I could do. I am going to try it out. Thank you very much. -- Cecil Westerhof

Re: [O] Adding and subtracting from clocked entries.

2013-11-05 Thread Cecil Westerhof
2013/11/5 Cecil Westerhof > 2013/11/4 Bastien > >> > For example I am working on project A from 09:00 until 13:00. But >> > during this period I also worked for fifteen minutes on project B. I >> > would like to subtract those fifteen minutes from project A an

[O] (no subject)

2013-11-05 Thread Cecil Westerhof
56]--[2013-11-04 Mon 14:01] => 0:05 CLOCK: [2013-11-04 Mon 11:55]--[2013-11-04 Mon 13:49] => 1:54 *** Internal Project CLOCK: [2013-11-04 Mon 14:26]--[2013-11-04 Mon 15:05] => 0:39 CLOCK: [2013-11-04 Mon 09:58]--[2013-11-04 Mon 11:03] => 1:05 Is that possible? -- Cecil Westerhof

[O] Latex export does not work

2013-11-06 Thread Cecil Westerhof
Processing LaTeX file ./shell-scripting.tex... org-latex-compile: PDF file ./shell-scripting.pdf wasn't produced: [LaTeX error] Not very clear. What could be the problem? -- Cecil Westerhof

Re: [O] Latex export does not work

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof > > I am trying a LaTeX export, but I get the following error: > org-babel-exp processing... > executing Dot code block... > Wrote /tmp/babel-18129i9i/ob-input-18129Nzr > Code block evaluation complete. > Saving file /home/cecil/Documents/shell-scr

Re: [O] Latex export does not work

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof > I am only getting a message: > ! Package inputenc Error: Unicode char \u8:- not set up for use with > LaTeX. > > But that should be solvable. > I solved that by changing in my .tex file: \usepackage[utf8]{inputenc} to: \usepackage[utf

Re: [O] Latex export does not work

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof > 2013/11/6 Cecil Westerhof > >> I am only getting a message: >> ! Package inputenc Error: Unicode char \u8:- not set up for use with >> LaTeX. >> >> But that should be solvable. >> > > I solved that by changing i

Re: [O] Latex export does not work

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof > I am only getting a message: > ! Package inputenc Error: Unicode char \u8:- not set up for use with > LaTeX. > > But that should be solvable. > With some trial and error and od I found that there was a strange combination of character codes (22

Re: [O] (no subject)

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof > > I would like to keep things in the three "Hours Today". Is there a > >> > way to get something like: >> > | Headline | Time | >> > |---+

Re: [O] Only display hours and minutes, not seconds

2013-11-25 Thread Cecil Westerhof
2013/10/31 Nick Dokos > Cecil Westerhof writes: > > > I have the following table: > > |--| > > | Duration | > > |--| > > | 2@ 15| > > | 2@ 30| > > | 2@ 30| > > | 0@ 45| > > |--| > > | 8@

[O] Moving checkbox item to end of list when checked

2014-01-22 Thread Cecil Westerhof
the end of the list? -- Cecil Westerhof

Re: [O] Moving checkbox item to end of list when checked

2014-01-22 Thread Cecil Westerhof
-get-list-end'. > > I think that the higher-level function `org-list-send-item' would be > useful too: > > (org-list-send-item (line-beginning-position) 'end (org-list-struct)) > In a simple case this does exactly what I want. I have to check what happens if it is several layers deep, but it looks certainly very promising. Thanks. -- Cecil Westerhof

Re: [O] Moving checkbox item to end of list when checked

2014-01-22 Thread Cecil Westerhof
2014/1/22 Cecil Westerhof > >> but I would like to get: > >> >> * Actions >> >> - [ ] B >> >> - [ ] C >> >> - [X] A >> >> >> >> Is this possible? >> > >> > `C-c ^ x' to sort the list

[O] org-cycle goes wrong when cursor at the end of the line

2014-01-22 Thread Cecil Westerhof
‘real life’ most often nothing at all happens. Not a biggy, cursor left and problem solved, but it is annoying. I am using: Org-mode version 8.2.1 (8.2.1-dist @ /usr/share/emacs/site-lisp/org/) But that is not really the problem, because it is a problem I have had for quite some time. -- Cecil

[O] API problem

2014-01-22 Thread Cecil Westerhof
-list-send-item brings the entry to the end of the list, but executing org-list-set-checkbox does nothing. What am I doing wrong? Because looking at the API I use the right parameters. I also do not get an error message. -- Cecil Westerhof

[O] Fwd: API problem

2014-01-22 Thread Cecil Westerhof
Did not go to the list. :'( -- Forwarded message -- From: Cecil Westerhof Date: 2014/1/22 Subject: Re: API problem To: Nicolas Goaziou 2014/1/22 Nicolas Goaziou > > To solve a problem I have the following line in an org file: > > - [ ] B (org-list-s

Re: [O] API problem

2014-01-22 Thread Cecil Westerhof
2014/1/22 Cecil Westerhof > 2014/1/22 Nicolas Goaziou > >> > To solve a problem I have the following line in an org file: >> > - [ ] B (org-list-set-checkbox (line-beginning-position) >> > (org-list-struct) "[X]") ITEM STRUCT CHECKBOX (org-l

Re: [O] API problem

2014-01-22 Thread Cecil Westerhof
2014/1/22 Nicolas Goaziou > Cecil Westerhof writes: > > > I have an org-file wth the folowing: > > - [ ] A (setq struct (org-list-struct)) > > - [-] B (org-list-get-checkbox 41 struct) > > - [ ] C (org-list-set-checkbox 41 struct "[X]") > > - [ ] D

[O] Fwd: org-cycle goes wrong when cursor at the end of the line

2014-01-22 Thread Cecil Westerhof
Went wrong agan. :'( I should repair Gnus. -- Forwarded message -- From: Cecil Westerhof Date: 2014/1/22 Subject: Re: org-cycle goes wrong when cursor at the end of the line To: Bastien 2014/1/22 Bastien > > I have: > > * Testing > > *** Li

[O] Check checkbox and move to end of list

2014-01-22 Thread Cecil Westerhof
xercise. ;-) I also think it would be a good idea to change (org-list-send-item item 'end struct) to a call to a function. I think it would be useful to have a function to send a item to the end (or begin) of a list. When it could be improved: please let me know. Bastien: if you want to integrate it in org-mode, no problem. -- Cecil Westerhof

Re: [O] API problem

2014-01-22 Thread Cecil Westerhof
. > > (let* ((struct (org-list-struct)) > (old (copy-tree struct))) > (org-list-set-checkbox (line-beginning-position) struct "[X]") > (org-list-write-struct struct (org-list-parents-alist struct) old)) > I implemented it. See my post: Check checkbox and move to end of list -- Cecil Westerhof

Re: [O] Check checkbox and move to end of list

2014-01-22 Thread Cecil Westerhof
2014/1/23 Cecil Westerhof > I also think it would be a good idea to change > (org-list-send-item item 'end struct) > to a call to a function. I think it would be useful to have a function to > send a item to the end (or begin) of a list. > I know have the followin

Re: [O] Check checkbox and move to end of list

2014-01-22 Thread Cecil Westerhof
2014/1/23 Cecil Westerhof > (defun dcbl-move-item-to-begin-of-list (&optional item) > (interactive) > (save-excursion > (when item > (goto-char item)) > (org-list-send-item (line-beginning-position) 'begin > (org-list-struct))) > (previous-li

Re: [O] Check checkbox and move to end of list

2014-01-23 Thread Cecil Westerhof
2014/1/23 Cecil Westerhof > The following function does (mostly) what I want: > (defun dcbl-check-checkbox-and-move-to-end () > (interactive) > (save-excursion > (let* ((struct (org-list-struct)) >(struct-old (copy-tree struct))

[O] Sub-totals

2014-02-15 Thread Cecil Westerhof
added. Is this possible? -- Cecil Westerhof

Re: [O] Sub-totals

2014-02-15 Thread Cecil Westerhof
, the first element is not filled and when the first range only has one element ... - I would like to have only the last element of the range filled. But it is certainly helpful: thanks. -- Cecil Westerhof

Re: [O] Sub-totals

2014-02-15 Thread Cecil Westerhof
2014-02-15 18:14 GMT+01:00 Cecil Westerhof : > 2014-02-15 16:19 GMT+01:00 Michael Brand : > > What about this?: >> >> |--+--+-| >> | activity | Time | sub | >> |--+--+-| >> | Activity A |3 | | >>

Re: [O] Sub-totals

2014-02-18 Thread Cecil Westerhof
..@+I$2), vsum(@-I$2..@+I$2) +.0, string("")); EN f-1 :: > @>$3 = string("") > I made: #+TBLFM: @>$2 = vsum(@<<..@>>) :: @<<$3..@>>$3 = if(vlen(@-I$2..@0$2) == vlen(@-I$2..@+I$2), vsum(@-I$2..@+I$2), string("")) -- Cecil Westerhof

[O] Check on empty does not work

2014-06-01 Thread Cecil Westerhof
d field is empty. What am I doing wrong? I am using version 8.2.1. -- Cecil Westerhof

Re: [O] Check on empty does not work

2014-06-01 Thread Cecil Westerhof
2014-06-01 11:50 GMT+02:00 Cecil Westerhof : > I am trying the following: > #+TBLFM: @-I$4..@+I$4 = if("$3" == "nan", string(""), $3 - $2) ; %.1f > and: > #+TBLFM: @-I$4..@+I$4 = if("$3" == "", string(""), $3 - $

Re: [O] Check on empty does not work

2014-06-01 Thread Cecil Westerhof
2014-06-01 12:58 GMT+02:00 Michael Brand : > On Sun, Jun 1, 2014 at 12:00 PM, Cecil Westerhof > wrote: > > 2014-06-01 11:50 GMT+02:00 Cecil Westerhof : > >> I am trying the following: > >> #+TBLFM: @-I$4..@+I$4 = if("$3" == "nan", string(&quo

[O] Difference between two rows

2014-06-01 Thread Cecil Westerhof
| |87 | 4 | |85 | -2 | |---+| -- Cecil Westerhof

Re: [O] Difference between two rows

2014-06-01 Thread Cecil Westerhof
2014-06-01 13:57 GMT+02:00 Michael Brand : > On Sun, Jun 1, 2014 at 1:38 PM, Cecil Westerhof > wrote: > > I like to calculate in a table the difference between the value in a > field > > in the current row and the previous field. How would I do that? &

[O] Tests do not work

2014-06-01 Thread Cecil Westerhof
27;ob-C)' --eval '(require '"'"'ob-fortran)' --eval '(require '"'"'ob-maxima)' --eval '(require '"'"'ob-lilypond)' --eval '(require '"'"'ob-octave)' --eval '(require '"'"'ob-python)' --eval '(require '"'"'ob-sh)' --eval '(require '"'"'ob-perl)' --eval '(setq org-confirm-babel-evaluate nil)' -f org-test-run-batch-tests Cannot open load file: testing/org-test.el make: *** [test] Error 255 ​What is going wrong here? ​ -- Cecil Westerhof

Re: [O] Difference between two rows

2014-06-01 Thread Cecil Westerhof
2014-06-01 15:18 GMT+02:00 Michael Brand : > Hi Cecil > > On Sun, Jun 1, 2014 at 2:24 PM, Cecil Westerhof > wrote: > > But what if I would want to know the > > difference between the previous filled one, divided by the distance? > > > > For example: &g

Re: [O] Tests do not work

2014-06-01 Thread Cecil Westerhof
2014-06-01 21:14 GMT+02:00 Bastien : > > Cecil Westerhof writes: > > > I saw my version was outdated (8.2.1), so I upgraded to 8.2.6. Seems > > to have gone OK, but when running: > > make test > > I get: > > install -m 755 -d /tmp/tmp-orgtest >

Re: [O] Tests do not work

2014-06-01 Thread Cecil Westerhof
2014-06-01 23:14 GMT+02:00 Bastien : > Achim Gratz writes: > > > Cecil Westerhof writes: > >> find: `testing': No such file or directory > > > > > > That tells you that the testing directory doesn't ex

Re: [O] Tests do not work

2014-06-02 Thread Cecil Westerhof
2014-06-02 13:36 GMT+02:00 Bastien : > Hi, > > Cecil Westerhof writes: > > > ​Exactly: when there are no tests, there should be no ‘make test’. > > I'd rather add the tests to the Org archives. > ​That would be of-course a better solution. :-D -- Cecil Westerhof

Re: [O] Tests do not work

2014-06-03 Thread Cecil Westerhof
2014-06-02 20:17 GMT+02:00 Achim Gratz : > Bastien writes: > > I'd rather add the tests to the Org archives. > > Done. > ​I​ ​just downloaded again from: http://orgmode.org/ But get the same error as before. -- Cecil Westerhof

Re: [O] Tests do not work

2014-06-03 Thread Cecil Westerhof
2014-06-03 12:11 GMT+02:00 Bastien : > Cecil Westerhof writes: > > > ​I​ > > > > ​just downloaded again from: > > http://orgmode.org/ > > > > But get the same error as before. > > As the website says, the tarballs that you download from >

[O] Can this table formula be done more efficient

2014-06-08 Thread Cecil Westerhof
The second, third and fourth formula do exactly the same, only on different columns. Could this be rewritten to one formula? - The line becomes long and hard to evaluate for a person. Is there a possibility to put the formulas below each-other? -- Cecil Westerhof

Re: [O] Can this table formula be done more efficient

2014-06-09 Thread Cecil Westerhof
2014-06-08 13:53 GMT+02:00 Nick Dokos : > Cecil Westerhof writes: > > > At the moment I am using the following formula: > > #+TBLFM: @<<$4..@>>$4 = $2 - $3 :: @>$2=vsum(@<<$2..@>>$2) :: > @>$3=vsum(@<<$3..@>>$3) :: @>$4=v

Re: [O] Can this table formula be done more efficient

2014-06-09 Thread Cecil Westerhof
2014-06-08 15:07 GMT+02:00 Eric Schulte : > Nick Dokos writes: > > > Cecil Westerhof writes: > > > >> At the moment I am using the following formula: > >> #+TBLFM: @<<$4..@>>$4 = $2 - $3 :: @>$2=vsum(@<<$2..@>>$2) :: > &g

[O] Error running tests on 8.2.10

2015-02-14 Thread Cecil Westerhof
; --eval '(require '"'"'ob-octave)' --eval '(require '"'"'ob-python)' --eval '(require '"'"'ob-sh)' --eval '(require '"'"'ob-perl)' --eval '(setq org-confirm-babel-evaluate nil)' -f org-test-run-batch-tests Cannot open load file: testing/org-test.el mk/targets.mk:99: recipe for target 'test' failed make: *** [test] Error 255 It looks like I could just upgrade without a problem, but it would be better when I could run make test without an error. -- Cecil Westerhof

[O] Only showing part of a list

2015-03-11 Thread Cecil Westerhof
, so I would like it to be displayed like: * Actions [0/30] - [ ] First action - [ ] Second action - [ ] Third action - [ ] Fourth action - [ ] Fifth Action ... ​​Would that (in the future) be possible? -- Cecil Westerhof

Re: [O] Only showing part of a list

2015-03-11 Thread Cecil Westerhof
mount of actions. (At least not when actions is in overview mode.) Or can that be solved?​ > Cecil Westerhof writes: > > > The following is part of an org-file: > > > > * Actions [0/30] > > - [ ] First action > > - [ ] Second action &

[O] How to place things differently in dot

2015-03-26 Thread Cecil Westerhof
resource should go to the second 'line' without losing its border - K should be a 'line' lower Are those things possible? As attachment how it looks now. -- Cecil Westerhof

Re: [O] How to place things differently in dot

2015-03-26 Thread Cecil Westerhof
ps ditaa. > ​​It is certainly quick. ​I wait if they find it acceptable: if not I can always check-out tikz or ditaa. -- Cecil Westerhof

Re: [O] How to place things differently in dot

2015-03-26 Thread Cecil Westerhof
2015-03-26 18:00 GMT+01:00 Thomas S. Dye : > Cecil Westerhof writes: > > > I was asked to make a diagram and was thinking that dot in org-mode could > > be a good idea. > > > > I got reasonably fast the following: > > ​#+BEGIN_SRC dot :file test.sv

Re: [O] How to place things differently in dot

2015-03-26 Thread Cecil Westerhof
2015-03-26 17:57 GMT+01:00 Cecil Westerhof : > 2015-03-26 17:07 GMT+01:00 Ken Mankoff : > >> >> On 2015-03-26 at 11:52, e.fr...@ucl.ac.uk wrote: >> > The graphviz tools are fantastic for quick and dirty graphs but the >> > layout algorithms are not

Re: [O] How to place things differently in dot

2015-03-26 Thread Cecil Westerhof
2015-03-26 21:27 GMT+01:00 Nick Dokos : > Cecil Westerhof writes: > > > I was asked to make a diagram and was thinking that dot in org-mode > could be a good idea. > > > > I got reasonably fast the following: > > > This is a good deal in the right d

Re: [O] How to place things differently in dot

2015-03-26 Thread Cecil Westerhof
2015-03-26 22:49 GMT+01:00 Nick Dokos : > Cecil Westerhof writes: > > > ​In this way I do not get an empty column. It would be better when K > > would put between and below H and I, but I think I can live with it.​ > > > > Just put I after K and the subgraph. >

Re: [O] How to place things differently in dot

2015-03-26 Thread Cecil Westerhof
2015-03-26 23:19 GMT+01:00 Cecil Westerhof : > 2015-03-26 22:49 GMT+01:00 Nick Dokos : > >> Cecil Westerhof writes: >> >> > ​In this way I do not get an empty column. It would be better when K >> > would put between and below H and I, but I think I can live w

Re: [O] How to place things differently in dot

2015-03-27 Thread Cecil Westerhof
2015-03-27 7:57 GMT+01:00 Cecil Westerhof : > 2015-03-26 23:19 GMT+01:00 Cecil Westerhof : > >> 2015-03-26 22:49 GMT+01:00 Nick Dokos : >> >>> Cecil Westerhof writes: >>> >>> > ​In this way I do not get an empty column. It would be better when K

[O] Set checkbox to intermediate in code

2019-02-27 Thread Cecil Westerhof
I can set a checkbox to intermediate with: C-u C-u C-c C-x C-b But I want to do it with code. How would I do that? -- Cecil Westerhof

Re: [O] Set checkbox to intermediate in code

2019-02-28 Thread Cecil Westerhof
Op do 28 feb. 2019 om 08:51 schreef Cecil Westerhof : > I can set a checkbox to intermediate with: > C-u C-u C-c C-x C-b > > But I want to do it with code. How would I do that? > Found it. Quit simple: (org-toggle-checkbox '(16)) -- Cecil Westerhof

Re: [O] Creating a (RabbitMQ) diagram

2019-10-17 Thread Cecil Westerhof
-> [Frame 4] @enduml #+END_SRC It looks a bit different, but I will not worry about it at the moment. Is it best to save it as eps, or better another format? (When using it with LaTeX.) -- Cecil Westerhof

Re: [O] Creating a (RabbitMQ) diagram

2019-10-17 Thread Cecil Westerhof
umer] [Producer] -> [Internet1] : Publish [Internet1] -> [Exchange] : Publish [Exchange] -> [Queue] : Route [Queue] -> [Internet2] : Consume [Internet2] -> [Consumer] : Consume @enduml #+END_SRC -- Cecil Westerhof

[O] Placing components in plantuml

2019-10-17 Thread Cecil Westerhof
gher as Internet1 and the other 2 left and lower as Internet1.) The same with queue and consumer. But probably when I have a solution for producer, I will also have a solution for queue and consumer. -- Cecil Westerhof

Re: [O] Placing components in plantuml

2019-10-17 Thread Cecil Westerhof
Op do 17 okt. 2019 om 17:33 schreef Cecil Westerhof : > I just started working with plantuml, but I do not know how to get what I > want. > I have something that comes close: #+BEGIN_SRC plantuml :file Graphics/rabbitMQ.eps :noexport @startuml [Producer 1] [Producer 2] [Producer ...]

Re: [O] Placing components in plantuml

2019-10-17 Thread Cecil Westerhof
; [Internet2] : Consume [Internet2] -> [Consumers] : Consume @enduml Op do 17 okt. 2019 om 17:51 schreef Cecil Westerhof : > Op do 17 okt. 2019 om 17:33 schreef Cecil Westerhof < > cldwester...@gmail.com>: > >> I just started working with plantuml, but I do not know how

[O] Several headers on a table

2019-10-20 Thread Cecil Westerhof
| 50 | 45 | | NP-FV50| 170 | 190 | 180 | 85 | 95 | 90 | | NP-FV70| 355 | 395 | 375 | 175 | 195 | 185 | | NP-FV100 | 710 | 785 | 745 | 355 | 390 | 370 | |+-+-+-+-+-+-| Would that be possible? -- Cecil Westerhof

[O] Can I get a horizontal line in a component with plantuml

2019-10-20 Thread Cecil Westerhof
onsume @enduml Which gives the attached graphic. The problem is that there are four producers, queues and consumers. Is it possible to put three lines in the components to signify that? -- Cecil Westerhof

[O] Can different types of graphic be created at the same moment

2019-10-20 Thread Cecil Westerhof
to define the extension. I would normally call all the same except the extension? -- Cecil Westerhof

  1   2   >