Hi Carsten,
I think I've found another bug... (sorry)
Here's my test case to reproduce the problem:
,[ minimal.emacs ]
| (global-font-lock-mode t)
| (add-to-list 'load-path (expand-file-name "~/git/org-mode"))
| (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
| (require 'org-install)
"Egli Christian (KIRO 41)" <[EMAIL PROTECTED]> writes:
> There you go! A quick and simple way to get an overview. The power of column
> view stems from the fact that it lets you quickly and simply
> define hierarchical structures and then combine them with a tabular overview.
>
> Hope this helps
Hi Carsten,
I'm playing with org-refile and in some cases it's not working for me.
Here's a test.org file and minimal emacs setup you can try to use to
reproduce the problem.
Org-mode version 5.18a
GNU Emacs 22.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of
2007-11-03 on pacem, modifi
Leo <[EMAIL PROTECTED]> writes:
> On 2008-01-16 09:55 +, Carsten Dominik wrote:
>> There are enough reasons for doing a complete re-write of org-mode
>> and designing the stuff top-down. But I would need someone to pay
>> my salary for half a year or so - I guess this is not likely to happen.
Hi folks,
I often fiddle around #+AUTHOR, #+TITLE, and other such lines. But
having to re-align them so that it looks better is time-consuming.
This function does it automatically:
(defun bzg-org-indent-options ()
"Indent option lines correctly."
(interactive)
(save-excursion
(goto-ch
Carsten Dominik <[EMAIL PROTECTED]> writes:
> On Jan 11, 2008, at 11:49 AM, Phil Jackson wrote:
>
>> Michael Olson <[EMAIL PROTECTED]> writes:
>>
I get a lot of my information from ERC/bitlbee so wrote this patch
to allow for linking against the log associated with an ERC
session.
>
Carsten Dominik <[EMAIL PROTECTED]> writes:
> On Jan 8, 2008, at 12:22 PM, Phil Jackson wrote:
[...]
>> is the lack of a method to 'embed' source code into a document ala:
>>
>>
>> ...
>>
[...]
> It seems to me that there are really two issues here:
>
> 1. Font-locking in the buffer
> 2. Exp
On 2008-01-16 09:55 +, Carsten Dominik wrote:
> There are enough reasons for doing a complete re-write of org-mode
> and designing the stuff top-down. But I would need someone to pay
> my salary for half a year or so - I guess this is not likely to happen.
>
> :-)
Can FSF support this?
--
.
I've had a nagging issue with timezones. The timestamps in org do not
include TZ data, and I frequently switch timezones.
This impacts notes and agenda items.
Any ideas?
--
Russell Adams[EMAIL PROTECTED]
On Jan 11, 2008, at 11:49 AM, Phil Jackson wrote:
Michael Olson <[EMAIL PROTECTED]> writes:
I get a lot of my information from ERC/bitlbee so wrote this patch
to
allow for linking against the log associated with an ERC session.
It's interesting that you're linking to the log file. I hadn
On Jan 10, 2008, at 2:56 AM, David C. Nelson wrote:
I've been playing around with org mode and I'm confused about the
behavior of timestamps that are specified using sexps when displayed
in the agenda. Specifically, if I schedule a TODO and specify a
timestamp using a sexp, the TODO is n
On Jan 8, 2008, at 12:22 PM, Phil Jackson wrote:
Hi,
This may well be beyond the scope of Org but the only thing that keeps
me from switching everything from Muse to Org is the lack of a
method to
'embed' source code into a document ala:
...
Is this something that might be possible in t
Bastien <[EMAIL PROTECTED]> writes:
> Tim Stewart <[EMAIL PROTECTED]> writes:
>
>> Bastien <[EMAIL PROTECTED]> writes:
>>
>>> ,
>>> | #+BEGIN_HTML
>>> | #+BEGIN_LaTeX
>>> | #+BEGIN_TXT
>>> | #+BEGIN_EXAMPLE
>>> | #+BEGIN myblock
>>> `
>>
>> This is very off-topic, but how did you create th
Carsten Dominik wrote:
On Jan 15, 2008, at 8:29 PM, Wanrong Lin wrote:
Hi, Carsten,
It seems I found the cause of this.
I have the following in my emacs config:
(setq org-refile-targets '((org-agenda-files . (:maxlevel . 2
(setq org-refile-use-outline-path t)
When using org-refile, the
"David O'Toole" <[EMAIL PROTECTED]> writes:
>> Happy to swap/lend/steal/merge anything you think we should or we
>> could go into a bitter competition involving spies, bribery and
>> litigation.
> http://dto.mamalala.org/eon/radio.el
>
> I haven't worked on it in a little while, as I've been hack
I have a new version of org-publish.el, with an experimental new
feature called "project templates."
It helps you factor out common parts of org-publish projects, which is
useful when you have project directories that have subproject
directories that also need to be published.
There's no manual e
It occurs to me that I probably shouldn't put radio.el in the worg
repo, because I maintain it as part of Eon, and other parts of Eon
will depend on it (in particular, the sound audition/annotation thing
i described.) But the URL i gave (http://dto.mamalala.org/eon/radio.el
) is the standard locati
http://dto.mamalala.org/eon/radio.el
I haven't worked on it in a little while, as I've been hacking on Eon
and org-publish.el. But, some people may find it of interest. I do
intend to use it for audio, because it allows you to annotate binaries
as well (by making a separate little note file.)
On
Tim Stewart <[EMAIL PROTECTED]> writes:
> Bastien <[EMAIL PROTECTED]> writes:
>
>> ,
>> | #+BEGIN_HTML
>> | #+BEGIN_LaTeX
>> | #+BEGIN_TXT
>> | #+BEGIN_EXAMPLE
>> | #+BEGIN myblock
>> `
>
> This is very off-topic, but how did you create the above
> quote-thingies (assuming you did not do i
Hi Max
maybe you have sen the recent thread about the behavior of whitespace
when moving outline subtrees through the file. It was my impression
that the conclusion was that the whitespace *before* the tree should
be moved with the tree. Therefore I modified the cut and past of
subtrees to do j
On Jan 16, 2008, at 10:47 AM, Rainer Stengele wrote:
Thanks Carsten, that is awesome!
I'm afraid some of us could complain anyway because this is not really
clean.
Maybe you can keep the clean version on your list for "later"...
There are enough reasons for doing a complete re-write of org-
On Jan 15, 2008, at 8:29 PM, Wanrong Lin wrote:
Hi, Carsten,
It seems I found the cause of this.
I have the following in my emacs config:
(setq org-refile-targets '((org-agenda-files . (:maxlevel . 2
(setq org-refile-use-outline-path t)
When using org-refile, the completion suggestions I
David,
Bastien <[EMAIL PROTECTED]> writes:
> "David O'Toole" <[EMAIL PROTECTED]> writes:
>> Now that the holidays are over, I am back to hacking.
>
> Good to hear. I'm just back from an email blackout.
[...]
>> contribute my org-radio annotator thing to the repository (if anyone
>> is interest
Thanks Carsten, that is awesome!
I'm afraid some of us could complain anyway because this is not really
clean.
Maybe you can keep the clean version on your list for "later"...
rainer
Carsten Dominik schrieb:
>
> On Jan 16, 2008, at 9:49 AM, Rainer Stengele wrote:
>> Hi Carsten,
>>
>> any chanc
On Jan 16, 2008, at 9:49 AM, Rainer Stengele wrote:
Hi Carsten,
any chance to get that the todo state item formatted?
rainer
Hmm, yeah, I can hack it. The clean way would be to include this into
the
prefix format, but this is more work. So I am just putting a new
variable
into the ne
Carsten Dominik schrieb:
> Hi,
>
> that is currently not possible.
>
> - Carsten
>
> On Jan 15, 2008, at 5:15 PM, Rainer Stengele wrote:
>
>> Hi!
>>
>> I would like to format the agenda lines. I know there is a variable
>> for that
>> but I cannot find the point where I can configure the length
Hi,
that is currently not possible.
- Carsten
On Jan 15, 2008, at 5:15 PM, Rainer Stengele wrote:
Hi!
I would like to format the agenda lines. I know there is a variable
for that
but I cannot find the point where I can configure the length of the
TODO states.
I have:
Day-agenda:
Mond
yes, the simplest way to reproduce is...
1. completely turn off emacs
2. start up emacs
3. open a non-org-mode buffer (I began editing a file called "test")
4. start up orgstruct-mode
5. enter some text, select the text as a region, then call
org-export-region-as-html
this function should fai
28 matches
Mail list logo