hi everybody,
I took the liberty of updating the elisp file that John Rakestraw sent
last week. I (think) have improved a bit and the description should be
easier to follow. I have also made it possible to insert the selected
text into the current buffer (the code was there, I just had to grab
it
Hi,
I'm new to orgmode and I have a question about [%] and [/].
Is it possible to use them with a list of TODOs similar to a list of Checkboxes?
Like
* ProjectX [%]
** TODO Sub0
** DONE Sub1
resulting in [%] displaying [50%]. It works fine with Checkboxes ([]).
But it does not work with TODOs.
R
Marc Oscar Singer <[EMAIL PROTECTED]> wrote:
> I'd like to rebuild the orgcard.tex file into
> a US letter sized document.
>
>[EMAIL PROTECTED] ~...gtd/org-6.03 > make doc/orgcard.pdf
>(cd doc; tex orgcard.tex)
>This is TeX, Version 3.141592 (Web2C 7.5.6)
>kpathsea: Running mktexf
Hi Jan,
very interesting! Thanks.
- Carsten
On May 16, 2008, at 7:52 PM, Jan Rehders wrote:
Hi,
for future reference here is my solution:
;; patch org mode to use vertical splitting
(defadvice org-prepare-agenda (after org-fix-split)
(toggle-window-split))
(ad-activate 'org-prepare-agenda
I'd like to rebuild the orgcard.tex file into
a US letter sized document.
[EMAIL PROTECTED] ~...gtd/org-6.03 > make doc/orgcard.pdf
(cd doc; tex orgcard.tex)
This is TeX, Version 3.141592 (Web2C 7.5.6)
kpathsea: Running mktexfmt tex.fmt
I can't find the format file `tex.fmt'!
ma
Hi,
for future reference here is my solution:
;; patch org mode to use vertical splitting
(defadvice org-prepare-agenda (after org-fix-split)
(toggle-window-split))
(ad-activate 'org-prepare-agenda)
Using the `toggle-window-split' from
http://www.emacswiki.org/cgi-bin/wiki/ToggleWindowSplit
Good time of day!
I try to use Org-mode and discover possible memory leak.
When i'm in simple org mode, and press [TAB] for a lot, looks like an
legion of Langoliers eat my memory. In 10-20 seconds emacs uses about
100M of RAM.
But I have only 256! :)
Is it normal behaivour?
Sorry for my ugl
Sorry, I meant of course:
> * Task to be done by Frank :Manuel:
-->
> * Task to be done by Frank :Frank:
This Frank guy keeps trying to make me do his job... ;-)
--Manuel
--
---
Manuel Hermenegildo
Hi, Carsten,
Yes, your solution solved my problem!
Actually I prefer to have the headings' color shine through in the
column view so I can easily tell at which level they are. Just by
changing my org-column face to the following:
'(org-column ((t (:background "gray80" :underline "gray60"
:
Is there a way to set tags globally for a file, so that all entries in
the file inherit that tag? I was looking for something similar to what
(I think) #+PROPERTY: does, but for tags, but could not find it.
Or perhaps I do not need it and there is another way to do what I am
trying to do:
- In
On May 16, 2008, at 5:26 PM, Carsten Dominik wrote:
On May 16, 2008, at 5:20 PM, Carsten Dominik wrote:
Hi Wanrong,
the org-column face should explicitly mask all face properties that
should not shine through into the column view. Therefore, the
default org-column face has explicitly
On May 16, 2008, at 5:20 PM, Carsten Dominik wrote:
Hi Wanrong,
the org-column face should explicitly mask all face properties that
should not shine through into the column view. Therefore, the
default org-column face has explicitly
:underline nil :strike-through nil
and now, after look
Hi Wanrong,
the org-column face should explicitly mask all face properties that
should not shine through into the column view. Therefore, the default
org-column face has explicitly
:underline nil :strike-through nil
and now, after looking at your config, it will also get
:slant normal
Hi Carsten,
Attached is a minim emacs config file I made that can reproduce the
problem using "emacs -q -l minimal.el". The first line of the file add
the load-path to the org-mode package, so you may need to change it.
Also attached is a simple two-line org-file that you can open to see the
Dennis J Lin <[EMAIL PROTECTED]> writes:
> Salutations!
>
> [EMAIL PROTECTED] (Joel J. Adamson) writes:
>
>> Most TeX systems come with pdflatex, which directly produces pdf, with
>> limitations (pdflatex can't use eps graphics, my preferred format, but
>> must use png or gif --- someone please co
Carsten Dominik <[EMAIL PROTECTED]> writes:
> Currently, Org uses cals with only 5 significant digits, this is the
> cause for this accuracy. You can change this per equation by
> including something like "n8" or "f8" into the mode string, like
>
> @5$1=vsum(@[EMAIL PROTECTED]);n8%.2f
Ah, I tot
I have applied the patch, thank you.
- Carsten
On May 15, 2008, at 5:31 AM, Nick Dokos wrote:
Hi Carsten,
Pete Phillips had run into a problem back in November 2007 with mhe
links to emails not working (he was using mairix as the mh search
method). I just sent a patch to Bill Wohler about the
Applied, thanks.
- Carsten
On May 16, 2008, at 5:04 AM, Sebastian Rose wrote:
The following patch fixes a bug in org-publish. There must be a
better way to fix this (maybe it is fixed already) cause this one
only works on the local host (?), but my poor lisp...
It is possible to supply t
Yes, please take a look at the variable org-refile-use-outline-path.
The completion is not very pretty, but it works. The current GIT
version already does a somewhat better job.
HTH
- Carsten
On May 15, 2008, at 3:21 PM, Paul R wrote:
Hi,
is there a way to refile a note to a subtree usi
Hi Peter,
org tables work with a limited numerical accuracy of results to avoid
fields that result from operations like divisions to get too wide.
Maybe I really should change this and make people specify a format in
the formula if they want it narrower.
Currently, Org uses cals with onl
Hi Wanrong,
I have lost track a bit of the details, so in order to fix this, can
you please make me a test case with a minimal .emacs that contrains
your face definitions, and a small example file. Please make it work
so that
emacs -q -l minimal.emacs
will reproduce the problem. Please a
21 matches
Mail list logo