[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

[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

[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] 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] 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] Calculating percentage

2017-07-14 Thread Cecil Westerhof
column I would like to have the percentage of time compared to the original implementation. So for example the first Percentage field should contain 3 (or 3 %). How would I do this? It would be nice if the last Percentage field stays empty, but that is not necessary. -- Cecil Westerhof

Re: [O] Calculating percentage

2017-07-17 Thread Cecil Westerhof
2017-07-16 20:32 GMT+02:00 Eric S Fraga : > See attached. > ​Works perfect thanks.​ -- Cecil Westerhof

[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

Re: [O] Several headers on a table

2019-10-20 Thread Cecil Westerhof
urt to check. Thanks. -- Cecil Westerhof

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

2019-10-22 Thread Cecil Westerhof
Op di 22 okt. 2019 om 09:34 schreef Fraga, Eric : > On Sunday, 20 Oct 2019 at 16:05, Cecil Westerhof wrote: > > I would like to generate different types of graphics files at the same > > moment. I tried: > > #+BEGIN_SRC plantuml :file Graphics/rabbitMQ.eps :file >

[O] Title in an PlantUML generated file

2019-10-24 Thread Cecil Westerhof
At the moment I am using PlantUML to generate eps diagrams. When opening them in Evince it says: noTitle. Is there a way to get a title so Evince has useful information in its window title? -- Cecil Westerhof

[O] Table format error

2017-09-13 Thread Cecil Westerhof
| |---+---+---| ​What is happening here? I​ am using: Org-mode version 8.2.10. -- Cecil Westerhof

[O] Repeat three times a week

2018-04-05 Thread Cecil Westerhof
there a better way? -- Cecil Westerhof

[O] LOGBOOK en PROPERTIES log the same

2018-04-05 Thread Cecil Westerhof
: it is implied from the LOGBOOK entry. Can I circumvent this? -- Cecil Westerhof

Re: [O] LOGBOOK en PROPERTIES log the same

2018-04-05 Thread Cecil Westerhof
2018-04-05 10:40 GMT+02:00 Cecil Westerhof : > I am experimenting with repeat tasks. When I mark something as DONE I get: > :LOGBOOK: > - State "DONE" from "TODO" [2018-04-05 Thu 10:34] > :END: > :PROPERTIES: > :LAST_REP

[O] Undo a sparse tree

2018-04-05 Thread Cecil Westerhof
I just found the command to create a sparse tree. But I was wondering if there is a way to go back to the previous view? -- Cecil Westerhof

Re: [O] Repeat three times a week

2018-04-06 Thread Cecil Westerhof
gt; > See the bottom of https://orgmode.org/manual/Deadlines-and-scheduling.html > > ​This works. Thanks. > On Thu, Apr 5, 2018 at 12:11 AM, Cecil Westerhof > wrote: > >> I have an event that I like to repeat three times a week: on Monday, >> Wednesday en Friday. D

[O] Scheduling and calendar-day-of-week

2018-04-06 Thread Cecil Westerhof
But then all are gone in my agenda view. What I want is for today's item to be 'gone' and the future ones still displayed as TODO. Is that possible? -- Cecil Westerhof

[O] Title as description in web link

2018-04-06 Thread Cecil Westerhof
I have created some links to web pages. In almost al cases I want the description to be the title of the page. Is there a way to make the default description the title of a web page? -- Cecil Westerhof

[O] Schedule with a duration

2018-04-06 Thread Cecil Westerhof
general I find it useful to see how much work there still is to be done. -- Cecil Westerhof

[O] A strange problem with org-babel and SQLite

2018-08-31 Thread Cecil Westerhof
ck... Wrote /tmp/babel-27920y_/ob-input-2792BTG org-babel-read: End of file during parsing What could be the problem? -- Cecil Westerhof

Re: [O] A strange problem with org-babel and SQLite

2018-08-31 Thread Cecil Westerhof
2018-08-31 11:17 GMT+02:00 Robert Klein : > Hi Cecil, > > On Fri, 31 Aug 2018 10:47:50 +0200 > Cecil Westerhof wrote: > > > I have a strange problem with org-babel and SQLite. > > > > I have a database that is created with: > > CREATE TABLE &quo

Re: [O] A strange problem with org-babel and SQLite

2018-09-01 Thread Cecil Westerhof
2018-08-31 13:22 GMT+02:00 Robert Klein : > On Fri, 31 Aug 2018 12:24:33 +0200 > Cecil Westerhof wrote: > > > 2018-08-31 11:17 GMT+02:00 Robert Klein : > > > > > Hi Cecil, > > > > > > On Fri, 31 Aug 2018 10:47:50 +0200 > > > Cecil Westerho

[O] English and Dutch version of a Graphviz picture

2018-09-01 Thread Cecil Westerhof
fontsize = 14, label = "© Cecil Westerhof\ntimemanagem...@decebal.nl", shape = plaintext ] spur [label = "Spur"] habit [label = "Habit"] reward [label = "Reward"] } #+END_SRC

Re: [O] A strange problem with org-babel and SQLite

2018-09-02 Thread Cecil Westerhof
2018-09-01 14:24 GMT+02:00 Robert Klein : > Hi Cecil, > > On Sat, 1 Sep 2018 11:12:57 +0200 > Cecil Westerhof wrote: > > > 2018-08-31 13:22 GMT+02:00 Robert Klein : > > > > > On Fri, 31 Aug 2018 12:24:33 +0200 > > > Cecil Westerhof wrote: > >

Re: [O] English and Dutch version of a Graphviz picture

2018-09-02 Thread Cecil Westerhof
2018-09-01 17:04 GMT+02:00 Robert Klein : > On Sat, 1 Sep 2018 12:38:54 +0200 > Cecil Westerhof wrote: > > > I have the following: > > #+BEGIN_SRC dot :file Graphviz/habitLoop.png :cmdline -Kfdp -Tpng > > digraph habitLoop { > > bgcolor = steelblue > >

Re: [O] A strange problem with org-babel and SQLite

2018-09-02 Thread Cecil Westerhof
2018-09-02 15:22 GMT+02:00 Cecil Westerhof : > > > 2018-09-01 14:24 GMT+02:00 Robert Klein : > >> Hi Cecil, >> >> On Sat, 1 Sep 2018 11:12:57 +0200 >> Cecil Westerhof wrote: >> >> > 2018-08-31 13:22 GMT+02:00 Robert Klein : >> > >

Re: [O] A strange problem with org-babel and SQLite

2018-09-02 Thread Cecil Westerhof
2018-09-01 14:24 GMT+02:00 Robert Klein : > Hi Cecil, > > On Sat, 1 Sep 2018 11:12:57 +0200 > Cecil Westerhof wrote: > > > 2018-08-31 13:22 GMT+02:00 Robert Klein : > > > > > On Fri, 31 Aug 2018 12:24:33 +0200 > > > Cecil Westerhof wrote: > >

Re: [O] A strange problem with org-babel and SQLite

2018-09-02 Thread Cecil Westerhof
t", "Hoe gebruik jij je verbeelding om je mogelijkheden te vergroten?" ]'), (2, "Second record.") ; SELECT * FROM quotes ; #+END_SRC When I put a JSON field in the quote field the parsing goes wrong. 2018-09-03 3:09 GMT+02:00 Cecil Westerhof : > 2018-09-01 14:

Re: [O] A strange problem with org-babel and SQLite

2018-09-10 Thread Cecil Westerhof
2018-09-09 14:36 GMT+02:00 Robert Klein : > On Wed, 5 Sep 2018 08:56:02 +0200 > Robert Klein wrote: > > > Hi Cecil, > > > > On Mon, 3 Sep 2018 03:23:17 +0200 > > Cecil Westerhof wrote: > > > > > It has to do with the data. With the following

[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]> _

  1   2   >