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

2011-11-19 Thread Cecil Westerhof
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] Check on empty does not work

2014-06-01 Thread Cecil Westerhof
. -- 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 cldwester...@gmail.com: 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 - $2) ; %.1f But in both case the fourth field is filled when the third

Re: [O] Check on empty does not work

2014-06-01 Thread Cecil Westerhof
2014-06-01 12:58 GMT+02:00 Michael Brand michael.ch.br...@gmail.com: On Sun, Jun 1, 2014 at 12:00 PM, Cecil Westerhof cldwester...@gmail.com wrote: 2014-06-01 11:50 GMT+02:00 Cecil Westerhof cldwester...@gmail.com: I am trying the following: #+TBLFM: @-I$4..@+I$4 = if($3 == nan

[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 michael.ch.br...@gmail.com: On Sun, Jun 1, 2014 at 1:38 PM, Cecil Westerhof cldwester...@gmail.com 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

[O] Tests do not work

2014-06-01 Thread Cecil Westerhof
'(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 michael.ch.br...@gmail.com: Hi Cecil On Sun, Jun 1, 2014 at 2:24 PM, Cecil Westerhof cldwester...@gmail.com wrote: But what if I would want to know the difference between the previous filled one, divided by the distance? For example

Re: [O] Tests do not work

2014-06-01 Thread Cecil Westerhof
2014-06-01 23:14 GMT+02:00 Bastien b...@gnu.org: Achim Gratz strom...@nexgo.de writes: Cecil Westerhof writes: find: `testing': No such file or directory That tells you that the testing directory doesn't exist. Since you seem

Re: [O] Tests do not work

2014-06-02 Thread Cecil Westerhof
2014-06-02 13:36 GMT+02:00 Bastien b...@gnu.org: Hi, Cecil Westerhof cldwester...@gmail.com 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 strom...@nexgo.de: 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 b...@gnu.org: Cecil Westerhof cldwester...@gmail.com 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 http://orgmode.org are built from

[O] Can this table formula be done more efficient

2014-06-08 Thread Cecil Westerhof
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 15:07 GMT+02:00 Eric Schulte schulte.e...@gmail.com: Nick Dokos ndo...@gmail.com writes: Cecil Westerhof cldwester...@gmail.com writes: At the moment I am using the following formula: #+TBLFM: @$4..@$4 = $2 - $3 :: @$2=vsum(@$2..@$2) :: @$3=vsum(@$3..@$3) :: @$4=vsum

[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 Is this possible? -- Cecil

[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 peteley11...@gmail.com Cecil Westerhof cldwester...@gmail.com 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

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

2013-11-04 Thread Cecil Westerhof
. 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 cldwester...@gmail.com 2013/11/4 Bastien b...@gnu.org 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 and add them

[O] (no subject)

2013-11-05 Thread Cecil Westerhof
-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 cldwester...@gmail.com 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

Re: [O] Latex export does not work

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof cldwester...@gmail.com 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[utf8x

Re: [O] Latex export does not work

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof cldwester...@gmail.com 2013/11/6 Cecil Westerhof cldwester...@gmail.com 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

Re: [O] Latex export does not work

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof cldwester...@gmail.com 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 (226

Re: [O] (no subject)

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof cldwester...@gmail.com I would like to keep things in the three Hours Today. Is there a way to get something like: | Headline | Time | |---+| | *Total time* | *6:35

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

2013-11-25 Thread Cecil Westerhof
2013/10/31 Nick Dokos ndo...@gmail.com Cecil Westerhof cldwester...@gmail.com writes: I have the following table: |--| | Duration | |--| | 2@ 15| | 2@ 30| | 2@ 30| | 0@ 45| |--| | 8@ 0' 0 | |--| #+TBLFM: @$1=vsum(@2..@-1

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

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

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

2014-01-22 Thread Cecil Westerhof
-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 cldwester...@gmail.com but I would like to get: * Actions - [ ] B - [ ] C - [X] A Is this possible? `C-c ^ x' to sort the list by checkbox status. But this is an additional step after ticking the checkbox. If not I could write an alias

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

2014-01-22 Thread Cecil Westerhof
. -- Cecil Westerhof

[O] API problem

2014-01-22 Thread Cecil Westerhof
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 cldwester...@gmail.com Date: 2014/1/22 Subject: Re: API problem To: Nicolas Goaziou n.goaz...@gmail.com 2014/1/22 Nicolas Goaziou n.goaz...@gmail.com To solve a problem I have the following line

Re: [O] API problem

2014-01-22 Thread Cecil Westerhof
2014/1/22 Cecil Westerhof cldwester...@gmail.com 2014/1/22 Nicolas Goaziou n.goaz...@gmail.com 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-list-send-item

Re: [O] API problem

2014-01-22 Thread Cecil Westerhof
2014/1/22 Nicolas Goaziou n.goaz...@gmail.com Cecil Westerhof cldwester...@gmail.com 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 (org-list-get

[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 cldwester...@gmail.com Date: 2014/1/22 Subject: Re: org-cycle goes wrong when cursor at the end of the line To: Bastien b...@gnu.org 2014/1/22 Bastien b...@gnu.org I have: * Testing

[O] Check checkbox and move to end of list

2014-01-22 Thread Cecil Westerhof
(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
* ((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 cldwester...@gmail.com 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 following: (defun

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

2014-01-22 Thread Cecil Westerhof
2014/1/23 Cecil Westerhof cldwester...@gmail.com (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-line)) (defun dcbl

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

2014-01-23 Thread Cecil Westerhof
2014/1/23 Cecil Westerhof cldwester...@gmail.com 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
. Is this possible? -- Cecil Westerhof

Re: [O] Sub-totals

2014-02-15 Thread Cecil Westerhof
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 cldwester...@gmail.com: 2014-02-15 16:19 GMT+01:00 Michael Brand michael.ch.br...@gmail.com: What about this?: |--+--+-| | activity | Time | sub | |--+--+-| | Activity A |3

Re: [O] Sub-totals

2014-02-18 Thread Cecil Westerhof
(@..@) :: @$3..@$3 = if(vlen(@-I$2..@0$2) == vlen(@-I$2..@+I$2), vsum(@-I$2..@+I$2), string()) -- Cecil Westerhof

[Orgmode] export to html

2007-06-16 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-16 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 [EMAIL

[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
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] ___ Emacs-orgmode

[Orgmode] Problem with lisp code in spreadsheet

2007-06-16 Thread Cecil Westerhof
));%.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-17 Thread Cecil Westerhof
/Tools/org/org.html#Formula-syntax- for-Lisp The problem is with $3, so I would not know how to use that. :-{ -- Cecil Westerhof [EMAIL PROTECTED] ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[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@gnu.org

[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 list 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] Strange problem with spreadsheet

2007-06-21 Thread Cecil Westerhof
: 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@gnu.org http://lists.gnu.org/mailman

[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 Emacs-orgmode@gnu.org http

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 | prijs/km | km/l

Re: [Orgmode] how to clear computed values

2007-07-11 Thread Cecil Westerhof
did input kmstand that with tab you go to prijs/l. (Skipping fields with formula's.) And when giving tab on the field liters going to the field kmstand. Is that something that could be made? -- Cecil Westerhof [EMAIL PROTECTED] ___ Emacs-orgmode mailing

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 it possible to circumvent

Re: [Orgmode] how to clear computed values

2007-07-11 Thread Cecil Westerhof
12 12 9 1998 6 t 7200). Is there a way to work with dates like 2007-09-11? -- Cecil Westerhof [EMAIL PROTECTED] ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Making a list to string

2007-07-11 Thread Cecil Westerhof
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 representing? -- Cecil Westerhof [EMAIL PROTECTED] ___ Emacs-orgmode mailing list

Re: [Orgmode] Making a list to string

2007-07-11 Thread Cecil Westerhof
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

Re: [Orgmode] Making a list to string

2007-07-12 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 to end a formula ending with ';N

[Orgmode] Some problems with times in a spreadsheet

2010-07-21 Thread Cecil Westerhof
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 ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

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

2010-07-22 Thread Cecil Westerhof
=$totalTime2*$hourRate2; f2 This would at least make updating repeating formula's easier and easier to check. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof ___ Emacs-orgmode mailing list Please use `Reply All

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

2010-07-22 Thread Cecil Westerhof
' ) 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 good enough. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof

[Orgmode] Smart vsum

2010-11-15 Thread Cecil Westerhof
| |---+--+---| #+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 ___ Emacs-orgmode mailing list Please use `Reply All

[O] Error running tests on 8.2.10

2015-02-14 Thread Cecil Westerhof
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
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 - [ ] Third action - [ ] Fourth action

[O] How to place things differently in dot

2015-03-26 Thread Cecil Westerhof
'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-27 Thread Cecil Westerhof
2015-03-26 23:19 GMT+01:00 Cecil Westerhof cldwester...@gmail.com: 2015-03-26 22:49 GMT+01:00 Nick Dokos ndo...@gmail.com: Cecil Westerhof cldwester...@gmail.com 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

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 cldwester...@gmail.com: 2015-03-26 17:07 GMT+01:00 Ken Mankoff mank...@gmail.com: 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 easily controlled

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 t...@tsdye.com: Cecil Westerhof cldwester...@gmail.com 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.svg :cmdline -Kdot

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 cldwester...@gmail.com: 2015-03-26 23:19 GMT+01:00 Cecil Westerhof cldwester...@gmail.com: 2015-03-26 22:49 GMT+01:00 Nick Dokos ndo...@gmail.com: Cecil Westerhof cldwester...@gmail.com writes: ​In this way I do not get an empty column. It would

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

2015-03-26 Thread Cecil Westerhof
. ​​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 21:27 GMT+01:00 Nick Dokos ndo...@gmail.com: Cecil Westerhof cldwester...@gmail.com 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: snip This is a good deal in the right direction

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 ndo...@gmail.com: Cecil Westerhof cldwester...@gmail.com 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] Calculating percentage

2017-07-17 Thread Cecil Westerhof
2017-07-16 20:32 GMT+02:00 Eric S Fraga <e.fr...@ucl.ac.uk>: > See attached. > ​Works perfect thanks.​ -- Cecil Westerhof

[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

[O] Table format error

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

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

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

2018-08-31 Thread Cecil Westerhof
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-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: > >

[O] Schedule with a duration

2018-04-06 Thread Cecil Westerhof
. And in general I find it useful to see how much work there still is to be done. -- 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] 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 <cldwester...@gmail.com>: > 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: > :PROPER

[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
ay-of-week date) '(1 3 5))> > > 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 <cldwester...@gmail.com> > wrote: > >> I have an event that I like to repeat thre

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

2018-04-06 Thread Cecil Westerhof
en 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

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
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:24 GMT+02:00 Robert

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

  1   2   >