Dear Eric,
I noticed that I prefer to create outlines like this (stupid example)
+--start--+
* Learn org-mode
I start to read carefully the manual again. Esp. tables are still
difficult to use for me.
** Just to remember the most important
On Mon, 22 Feb 2010 19:31:41 +0100, Johan Ekh wrote:
>
> [1.1 ]
> Hi all,
> I try to plot a table looking like this
>
> | Date| Kg |
> |-+|
> | 2010-02-21 | 95.0 |
> | 2010-02-22 | 93.0 |
> | 2010-02-23 | 92.0 |
> | 2010-02-24 |
On Tue, 23 Feb 2010 17:24:33 +0900, Torsten Wagner
wrote:
>
> Dear Eric,
>
> >> I noticed that I prefer to create outlines like this (stupid example)
> >>
> >> +--start--+
> >> * Learn org-mode
> >>I start to read carefully the manual agai
Hi,
I think that exporting an example to HTML as textarea does not result in
correct HTML code.
I don't know if
,
|
`
has an effect in any user-agent but as this seems to be a css directive
this should probably read
,
|
`
However, I would leave out the overflow stuff complet
2010/2/22 Matt Lundin :
> Nicolas Girard writes:
>
>
> The :ATTACH_DIR_INHERIT: property needs to be set in the parent tree,
> since that is the heading whose attach directory is being inherited.
>
Hi Matt,
indeed, I got this wrong. Thanks for your explanations !
Nicolas
_
Hi,
the following test-case reproduces the above message:
emacs -q
(setq org-id-track-globally nil)
// Open a file using IDs and a link to at least one of those headings
(require 'org-id)
// Now try to follow an id-link
A sample org-file with an id:
* An item
:PROPERTIES:
:ID: 0fb1cf
Hi,
not quite sure if that's a bug but I've just noticed that literal HTML
export with `#+HTML' or `#+BEGIN_HTML ...' suppresses paragraph markups
whenever literal export appears at the end of a paragraph. An org file
like this
,
| line 1
| line 2
|
| line 3
`
is exported to
,
|
|
Hello world,
In my TODO-list, I like to have custom colors for TODO keywords, such as
described in http://orgmode.org/worg/org-hacks.php#sec-19.
However I find it annoying to have different colors for the checkbox
statistics: instead of org-checkbox-statistics-done and
org-checkbox-statistics-todo
Hi Johan,
You could try plotting your table using standard org-mode date formats
which org-plot will understand without any need to specify a timefmt
string.
#+PLOT: title:"Weight" ind:1 deps:(2) type:2d with:linespo set:"xdata time"
set:"yrange [90:]"
| Date | Kg |
|--
Julien Fantin writes:
> I haven't been able to do so, is it possible ?
>
> I'm trying to make an org file that will take care of fetching and intsalling
> all my required packages, and it would really help in making things more
> streamlined, if shell blocks could source some variables from 'acce
Thanks guys,
the babel version worked perfect so I didn't try the other one thanks!
Would it be possible to use python and matplotlib with babel instead of
gnuplot?
If so, could you just indicate how such a src code block would look like?
Babel seems super cool!
/Johan
On Tue, Feb 23, 2010 at 3:
On Feb 22, 2010, at 8:38 PM, Carsten Dominik wrote:
On Feb 21, 2010, at 2:53 PM, Thomas S. Dye wrote:
Hi Carsten,
Thanks for this.
I add a new file that is the target for the link. It is copied to
its correct publication place. The exported html file contains a
new description of the
Johan Ekh writes:
> Thanks guys,
> the babel version worked perfect so I didn't try the other one thanks!
> Would it be possible to use python and matplotlib with babel instead of
> gnuplot?
> If so, could you just indicate how such a src code block would look like?
Hi Johan,
I've never used ma
On Feb 23, 2010, at 5:46 PM, Thomas S. Dye wrote:
On Feb 22, 2010, at 8:38 PM, Carsten Dominik wrote:
On Feb 21, 2010, at 2:53 PM, Thomas S. Dye wrote:
Hi Carsten,
Thanks for this.
I add a new file that is the target for the link. It is copied to
its correct publication place. The e
Dan Davison writes:
> Johan Ekh writes:
>
>> Thanks guys,
>> the babel version worked perfect so I didn't try the other one thanks!
>> Would it be possible to use python and matplotlib with babel instead of
>> gnuplot?
>> If so, could you just indicate how such a src code block would look like?
I synced my iPod with the WebDav server, and pulled down to my Org
files. Worked great!
Then I filed away those items that were in the "capture" of MobileOrg
(via the org-mobile-inbox-for-pull file). Also worked awesome.
Updated my org files, re-sync'd with the webdav, and then sync'd with
i
Hi David,
This has been fixed in the dev version, I'll be putting out an update
as soon as I can put together the time.
Thanks for reporting..
-Richard
On Tue, Feb 23, 2010 at 12:46 PM, David A. Gershman
wrote:
>
> I synced my iPod with the WebDav server, and pulled down to my Org
> files. Wo
Hello,
I have such a table whose formatting is forced by someone more powerful than
me (my boss):
#+TBLNAME: etape1
| | Étape 1 | p.j | EUR HTVA |
|---+---+-+--|
| | Prestations | 100 | 4.00 |
| | Frais annexes | | 1280
On Tue, 23 Feb 2010 07:47:25 -0700, "Eric Schulte"
wrote:
>
> Hi Johan,
>
> You could try plotting your table using standard org-mode date formats
> which org-plot will understand without any need to specify a timefmt
> string.
Eric,
thanks for this suggestion as well as the one using org-bab
I am having a small challenge with the way in which emacs is handling
mailto links in org files. For some mysterious reason, C-c C-o on a link
opens Kmail. I am in gnome and have specified thunderbird as the default
mail client. Actually what I want is for the links to open in Gnus, but
despite a
Hello.
I've used org-mode for some time now. I sometimes even use clocking
feature too but I've never urged to remember something as a child of
what I had clocked but rather as a sibling. Please take a look at the
patch.
http://github.com/steelman/org-mode/tree/remember-as-a-sybling-of-the-clocke
If you invoke the command 'org-customize', you can find a group called
'Org Link'. Expand it to find 'Org Follow Link', then 'Org Link Mailto
Program'. Perhaps this will help?
>
> I am having a small challenge with the way in which emacs is handling
> mailto links in org files. For some myst
Eric S Fraga writes:
[...]
>
> I have narrowed down what causes the problem although I don't
> understand why (I haven't had any time to look at the elisp code).
> Basically, the problem with Johan's initial table was the extra empty
> row at the end:
>
Ah,
Thanks for isolating the issue.
It l
Hm. I did not find anything particularly specific to kmail:
"mailto:%a?subject=%s";
> If you invoke the command 'org-customize', you can find a group called
> 'Org Link'. Expand it to find 'Org Follow Link', then 'Org Link Mailto
> Program'. Perhaps this will help?
>
>>
>> I am having a sm
24 matches
Mail list logo