> The clock table was a quick hack I once did, but apparently not really
though through very well.
I wouldn't say that. It's pretty cool in fact. Give yourself a break :-)
--
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to t
> - The rest:
> All of you for hanging around here and making this a fun place.
>
> Thanks!
>
> - Carsten
Carsten,
Your work has been fantastic. I rave about Org-mode to most
everyone. It's been years since I came across my last piece of
"killer" software, that really changes the way I work.
David O'Toole <[EMAIL PROTECTED]> writes:
> As for org-publish, the new LaTeX support is nice.
Thanks!
> I'm not sure what is coming next for org-publish.el, perhaps people
> can suggest ideas.
What about a new ":extension" property for project?
For example, we could use this to publish "HTM
Carsten Dominik <[EMAIL PROTECTED]> writes:
> (defun org-new-heading-after-current ()
> "Insert a new heading with same level as current, after current
> subtree."
> (interactive)
> (org-back-to-heading)
> (org-insert-heading)
> (org-move-subtree-down)
> (end-of-line 1))
>
> Any sugges
Carsten Dominik <[EMAIL PROTECTED]> writes:
>> Priority cycling is a bit odd. When I use M-n to cycle, it turns
>> from #C-> nil-> #C-> nil, and M-p will be #A->nil->#A->nil.
>
> I did it like this on purpose, because I wanted S-up to
> immediately increase the priority.
I would vote for someth
Hello everyone; sorry I have not been posting so much lately. But this
is a good opportunity to send out a shout to my fellow orgmoders.
Carsten Dominik <[EMAIL PROTECTED]> writes:
> Hi,
>
> I would like to use this message thank all of your for your
> contributions to Org-mode. Without you all
Jason> Cezar <[EMAIL PROTECTED]> writes:
>> I would like to know if there are any PDA or Smartphone devices to
>> use with org-mode, and be able to sync between them with ease.
Jason> Not entirely serious: has anyone ported emacs to the N800 or OpenMoko
Jason> yet?
I have a N800 and I ha
Leo> On 2007-09-17 13:50 +0100, Sven Bretfeld wrote:
>> Hi,
>>
>> On Mon, Sep 17, 2007 at 01:23:35PM +0300, Cezar wrote:
>>>
>>> Hello,
>>>
>>> I would like to know if there are any PDA or Smartphone devices to use
>>> with org-mode, and be able to sync between them with ease.
>>
>
[EMAIL PROTECTED] writes:
> I have problems to bold texts when they are after a headline having a
> tag.
I cannot reproduce this here.
This is surely something related, but I recently noticed that bold
fontification was turned off on headlines:
,
| * A simple headline with *bold* fontificat
On Sep 18, 2007, at 17:45, Nuutti Kotivuori wrote:
For this, all, I have two alternative suggestions:
Either: Make C-e M-RET consistently make a new heading below the
current one - regardless of folding and leaving any text associated
with the current heading alone. But this may be difficult,
Hi,
Very often I end up in a situation where I'm at a heading, and need to
create a new heading after this one, with the same level. But this
seems to be overly difficult in some cases.
I am pointing out a few problems with an example layout of this:
* Heading
** Item 1...
** Ite[1]m 2
Hello,
I have read the org-mode info pages, and the FAQ online, and they've
been a great source of help. I'm happily using org-mode on a Mac OS
X system, and exporting to an iCalendar file and syncing with iCal.
It works pretty well. I then use iSync to export my calendar to my
mobile
Fixed, thanks.
- Carsten
On Sep 18, 2007, at 11:38, Levin wrote:
Another thing, if no todo state speedkey is specified, C-u C-c C-t
will not
function correctly.
Test file:
--8<8<
#+SEQ_TODO: TODO STARTED WAITING DELEGATED APPT | DONE DEFERRED
CANCELLED
* task1
* task2
On Sep 18, 2007, at 11:27, Levin wrote:
There's a small bug with org-fast-todo-selection, pressing " " will
trigger an
error instead of clearing the todo state.
Is this small fix ok?
Yes, thanks.
- Carsten
-Levin
diff --git a/lisp/org/org.el b/lisp/org/org.el
index a5567f5..edb5cb2 100
On Sep 18, 2007, at 11:00, Levin wrote:
Hi Carsten,
- Priority cycling goes back to the nil state.
Priority cycling is a bit odd. When I use M-n to cycle, it turns
from #C-> nil-> #C-> nil, and M-p will be #A->nil->#A->nil.
I did it like this on purpose, because I wanted S-up to
immedi
Hello,
My current org version is 5.09
I have problems to bold texts when they are after a headline having a tag.
For example
--8<- correct
* my title
- *description* i say something
will correctly recognize description in bold, but
--8<- incorrect
* my title
> On 2007-09-18 09:15 +0100, Carsten Dominik wrote:
> > Thanks!
> >
> > - Carsten
>
> And thank you, Carsten, for making org!
Yes, org is of great help. Thank you very much, Carsten!
- Levin
___
Emacs-orgmode mailing list
Remember: use `Reply All' to
On 2007-09-18 09:15 +0100, Carsten Dominik wrote:
> Thanks!
>
> - Carsten
And thank you, Carsten, for making org!
--
.: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :.
I use GNU Emacs <=
http://www
Another thing, if no todo state speedkey is specified, C-u C-c C-t will not
function correctly.
Test file:
--8<8<
#+SEQ_TODO: TODO STARTED WAITING DELEGATED APPT | DONE DEFERRED CANCELLED
* task1
* task2
--8<8<
-Levin
__
There's a small bug with org-fast-todo-selection, pressing " " will trigger an
error instead of clearing the todo state.
Is this small fix ok?
-Levin
diff --git a/lisp/org/org.el b/lisp/org/org.el
index a5567f5..edb5cb2 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -13058,7 +13058,7 @@
Hi Carsten,
>- Priority cycling goes back to the nil state.
Priority cycling is a bit odd. When I use M-n to cycle, it turns
from #C-> nil-> #C-> nil, and M-p will be #A->nil->#A->nil.
So I write this small patch to achieve: M-n will cycle from
#A->#B->#C->nil->#A, and M-p will cycle from
Hi,
I would like to use this message thank all of your for your
contributions to Org-mode. Without you all, Org-mode would
not nearly be what it is today. In particular thanks to:
- The early adopters:
Some of you download the newest version whenever one is released
and put it to use immed
On Sep 17, 2007, at 14:25, Daniel Clemente wrote:
Hi,
I have in a document a large section: a title (with a TODO tag) and
a lot of lines, so many that they don't fit in the screen.
I'm at the end and I don't see the title. I want to cycle the
completion tag (from TODO to the next state
23 matches
Mail list logo