| 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
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
(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
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
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
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"
.
Can this be done?
--
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
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
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
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
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
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
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
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
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
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 |
>> > |---+
2013/10/31 Nick Dokos
> Cecil Westerhof writes:
>
> > I have the following table:
> > |--|
> > | Duration |
> > |--|
> > | 2@ 15|
> > | 2@ 30|
> > | 2@ 30|
> > | 0@ 45|
> > |--|
> > | 8@
; --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
, 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
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
&
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
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
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
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
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
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.
>
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
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
the end of the list?
--
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
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
‘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
-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
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
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
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
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
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
.
>
> (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
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
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
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))
added.
Is this possible?
--
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
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 | |
>>
..@+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
d field is empty.
What am I doing wrong?
I am using version 8.2.1.
--
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 - $
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
|
|87 | 4 |
|85 | -2 |
|---+|
--
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?
&
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
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
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
>
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
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
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
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
>
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
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
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
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
2017-07-16 20:32 GMT+02:00 Eric S Fraga :
> See attached.
>
Works perfect thanks.
--
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
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
-> [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
umer]
[Producer] -> [Internet1] : Publish
[Internet1] -> [Exchange] : Publish
[Exchange] -> [Queue] : Route
[Queue] -> [Internet2] : Consume
[Internet2] -> [Consumer] : Consume
@enduml
#+END_SRC
--
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
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 ...]
; [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
| 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
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
to define the extension. I would
normally call all the same except the extension?
--
Cecil Westerhof
urt to check.
Thanks.
--
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
>
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
|
|---+---+---|
What is happening here?
I am using: Org-mode version 8.2.10.
--
Cecil Westerhof
there a better way?
--
Cecil Westerhof
: it is implied from the LOGBOOK
entry. Can I circumvent this?
--
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
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
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
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
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
general I find it useful to see how much work there still is to be
done.
--
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
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
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
fontsize = 14,
label = "© Cecil Westerhof\ntimemanagem...@decebal.nl",
shape = plaintext
]
spur [label = "Spur"]
habit [label = "Habit"]
reward [label = "Reward"]
}
#+END_SRC
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:
> >
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
> >
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 :
>> >
>
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:
> >
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:
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
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
:
||
! 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
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
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 - 100 of 124 matches
Mail list logo