Sebastian Rose wrote:
Bernt Hansen writes:
Mark,
Sorry about the yellow I hadn't noticed it. I am trying to fix it, but
it seems to be defeating my very limited css skills. The css generated
by org is:
*~
bzr add *.org
In my stylesheet I am trying things like:
pre.src {
font-sty
I settled on using a small Python script, since I am not
a Lisp programmer.
1. I created a text file todononum.txt which contains
the next number to use.
2. I created the following script to read this file, return the
next available number formatted in a unique, easy to find string,
for exam
On Mar 5, 2009, at 12:08 AM, William Henney wrote:
On Tue, Mar 3, 2009 at 3:34 AM, Carsten Dominik > wrote:
Now how do we want to do this with org-mode?
1) The user is responsible for creating a bib-file using
whatever tools she prefers (e.g. bib2bib).
2) Add an option to just select the entrie
On Mar 4, 2009, at 10:45 AM, Daniel Clemente wrote:
I'm starting to use column mode (C-c C-x C-c) and I'm surprised I
can't do some tasks from within, like for instance:
- move headings up/down with M-up M-down
- clock in/out tasks (C-c C-x C-i and … C-o)
- schedule tasks, etc. I always g
Hi Daniel,
On Mar 4, 2009, at 10:21 AM, Daniel Clemente wrote:
Hi,
I don't know if it's just my setup, but I see many problems when
using column view (C-c C-x C-c) on org6.23trans+Emacs23(Bazaar),
specially with lots of properties in long lines (more than 1 visual
line) or folded conten
Hi Charles,
if you want a pure Emacs solution for this, here is one
(defvar charles-num-file "C:/charles/gtd/todonum.txt")
(defun charles-add-id ()
"Add ID number to headline."
(interactive)
(save-excursion
(org-back-to-heading t)
(when (looking-at ".*\\[#[0-9]+\\]")
(error "
That would be the variable org-highlight-sparse-tree-matches.
How to find it?
M-x org-customize RET
Open the "Org Structure" group
Open the "Org Sparse Trees" group
and there it is.
Or, alternatively
M-x apropos-variable RET org.*highlight RET
HTH
- Carsten
On Mar 4, 2009,
> "Baoqiu" == Baoqiu Cui writes:
Baoqiu> I knew it must be FOP that you did not like. ;-) I had similar
Baoqiu> experience using FOP, and I (and all other team members) had to
Baoqiu> find workarounds when hitting problems in FOP (like formatting
Baoqiu> footnotes in lists or tables).
Not
Carsten Dominik wrote:
> In fact, implementing alphabetic sorting for names that actually
> will work is pretty much a nightmare :-)
There is a switch (-a) in bibtex2html that sorts the entries as bibtex
would sort them.
Cheers,
Chris
___
Emacs-orgmo
OK, so this is simple then. Great.
- Carsten
On Mar 5, 2009, at 1:32 PM, Chris Gray wrote:
Carsten Dominik wrote:
In fact, implementing alphabetic sorting for names that actually
will work is pretty much a nightmare :-)
There is a switch (-a) in bibtex2html that sorts the entries as bibtex
Trying to org-export-latex-... any table in 6.23trans and 6.23b results both
on WinXP and Ubuntu results in an error. Sending to html works great. Any
guidance would be greatly appreciated.
Table is as simple As I could think of:
* MASH
| id | Actor | Character |
|+---
When run in day-step mode, the clocktable header line for each day's
table contains an active timestamp. I figure it should be an inactive
timestamp, since otherwise I get a junk entry in the agenda each day
(whatever heading was previous to the clocktable).
I'm talking about the output from
Carsten Dominik wrote:
That would be the variable org-highlight-sparse-tree-matches.
Thanks, this is perfect for me.
Scott
How to find it?
M-x org-customize RET
Open the "Org Structure" group
Open the "Org Sparse Trees" group
and there it is.
Or, alternatively
M-x apropo
Please make a backtrace with uncompiled code:
Reload Org with
C-u C-c C-x r
and hit the error again.
Thanks.
- Carsten
On Mar 4, 2009, at 7:48 PM, andrew dasys wrote:
Trying to org-export-latex-... any table in 6.23trans and 6.23b
results both on WinXP and Ubuntu results in an error. S
Applied, thanks.
- Carsten
On Mar 5, 2009, at 7:00 AM, Adam Elliott wrote:
When run in day-step mode, the clocktable header line for each day's
table contains an active timestamp. I figure it should be an
inactive timestamp, since otherwise I get a junk entry in the agenda
each day (what
Hi,
Here is a patch that uses the -a switch of bibtex2html to sort the
citations as bibtex would. It also changes the invocations of
replace-match to set fixedcase and literal to t. This is so that emacs
does not try to interpret backslash characters in the bibtex file as it
is inserting them.
Gour writes:
> Otoh, number of tags in DocBook is overwhelming and, imgo, way too
> distracting for most documentation tasks, at least, for *my* use-cases.
It is, and that's exactly why the DocBook export is such a great thing.
You could say a similar thing about (valid) XHTML, LaTeX, reST -
w
Gour writes:
> Frankly speaking, reST provides a lot of expressive power if you want
> it, while still keeping document very readable and no DTDs, schemas,
> validation, fiddling with catalogs etc. :-D
How about:
Frankly speaking, Org-mode provides a lot of expressive power if you
want it while
Sebastian Rose writes:
> Gour writes:
>> Otoh, number of tags in DocBook is overwhelming and, imgo, way too
>> distracting for most documentation tasks, at least, for *my* use-cases.
>
>
> It is, and that's exactly why the DocBook export is such a great thing.
>
> You could say a similar thing
Hey all,
One thing I noticed about org mode I'm hoping to resolve. Basically with
using git, and having something pull into the specific org file, the
contents of the file change often.
The problem I'm having is that what I'd like to do is to refresh the
buffer, and reload this file on spec
Hello list,
Let's say I have some "next action" that I know exactly where to put (what
list), in other words, I don't need to process it (in the GTD terms), I just
need to put it in the correct list. What I would like to do is some
interactive function that would allow me to quickly input a new ne
Refiling might do what you want.
On Thu, Mar 5, 2009 at 12:40, Marcelo de Moraes Serpa
wrote:
> Hello list,
>
> Let's say I have some "next action" that I know exactly where to put (what
> list), in other words, I don't need to process it (in the GTD terms), I just
> need to put it in the correct
Refilling?
On Thu, Mar 5, 2009 at 3:00 PM, Samuel Wales wrote:
> Refiling might do what you want.
>
> On Thu, Mar 5, 2009 at 12:40, Marcelo de Moraes Serpa
> wrote:
> > Hello list,
> >
> > Let's say I have some "next action" that I know exactly where to put
> (what
> > list), in other words, I
C-h f org-refile.
On Thu, Mar 5, 2009 at 14:27, Marcelo de Moraes Serpa
wrote:
> Refilling?
>
> On Thu, Mar 5, 2009 at 3:00 PM, Samuel Wales wrote:
>>
>> Refiling might do what you want.
>>
>> On Thu, Mar 5, 2009 at 12:40, Marcelo de Moraes Serpa
>> wrote:
>> > Hello list,
>> >
>> > Let's say I
Yeah, maybe I could develop another function that uses refile (or refile's
logic) to get the items where I want to. But the idea is different, I want
to bind this func to a key combo, when it is called it would ask
interactively for the item's string, then, after that, where I would like to
put it
Marcelo de Moraes Serpa writes:
> Refilling?
Refiling is for tasks seeking their parents.
Refilling is usually for beer.
Refillling doesn't yet exist.
Have a look in the manual:
(info "(org) Refiling notes")
Press C-x C-e at the end of the second parenthesis to directly jump to
the right se
Marcelo de Moraes Serpa writes:
>> Refilling?
> Refiling is for tasks seeking their parents.
> Refilling is usually for beer.
> Refillling doesn't yet exist.
>From Ogden Nash:
The one-l lama,
He's a priest.
The two-l llama,
He's a beast.
And I will bet
A silk pajama
There isn't any
Three-l l
Changes in version 6.24
===
Incompatible changes
~
Tag searches are now case-sensitive
From this release on, tag searches will be case sensitive. While
I still think it would be nice to have them case-insensitive,
thi
Now seems like an ideal time to post this.
I have been thinking that it would be useful to be able to slap org IDs on
anything. This includes plain list items, table cells, and
specific words in long sections of text.[1] Links to
these markers will never be broken and will go to their
exact loca
I have a related idea in the thread, "IDs on anything".
--
Myalgic encephalomyelitis denialism is causing death (decades early;
Jason et al. 2006) and severe suffering (worse than nearly all other
diseases studied; e.g. Schweitzer et al. 1995) and *grossly*
corrupting science.
http://www.meaction
Hi Marcelo,
If I'm understanding it correctly, org-remember with interactive filing
does precisely what you're looking for. You can quickly enter a task and
then type C-1 C-c C-c to choose where to file it.
http://orgmode.org/manual/Remember.html#Remember
Best,
Matt
Marcelo de Moraes Serpa wri
Maybe I have missed something about the use of this new feature. And also
other attempts to print have failed. So I am posing two questions in this
post (hopefully related). They may well be due to my setup.
1. When I attempt to write a pdf file of a buffer of TODO items as
collected by C-c a t
32 matches
Mail list logo