From: [EMAIL PROTECTED] (Jason F. McBrayer)
Subject: Re: [Orgmode] Question/Poll
Date: Wed, 03 Sep 2008 16:15:36 -0400
> Carsten Dominik <[EMAIL PROTECTED]> writes:
>
> > is anyone using the interactive note target selection with remember?
> >
> > Or do you all (like me) always file the entries t
Richard G Riley <[EMAIL PROTECTED]> writes:
> Here is a straightforward spreadsheet:
>
>
> * Test org-mode spreadsheet for cash books
>
>
> | | Name | Cash |
> |---+--+|
> | _ | |cashforward |
> | | |
On 07 Sep 2008, at 08:30, Carsten Dominik wrote:
On Sep 5, 2008, at 4:47 PM, Peter Frings wrote:
Is it possible to build a clocktable with the agenda as scope, but
summing up all times per headline level, and not per file. Some
files have the same level 1 entries, and these should be summe
Thomas Baumann <[EMAIL PROTECTED]> writes:
> Richard G Riley <[EMAIL PROTECTED]> writes:
>
>> Here is a straightforward spreadsheet:
>>
>>
>> * Test org-mode spreadsheet for cash books
>>
>>
>> | | Name | Cash |
>> |---+--+|
>> | _ |
On Sep 8, 2008, at 1:34 AM, Eric Schulte wrote:
Carsten Dominik <[EMAIL PROTECTED]> writes:
No, not yet - but with the recently implemented mapping functions, it
would not be so hard. Nice extension! Anyone interested in trying
to
write it?
- Carsten
I second that it would be very nic
I add function 'org-edit-src-find-region-and-lang' to the begin of the
'org-indent-line-function'. When current line is in SRC block do nothing.
So, you can use below code to indent the whole buffer.
,
| (defun my-iwb ()
| "indent whole buffer"
| (interactive)
| (delete-trailing-whitesp
I like the interaction of org-mode and remember, and I have defined
the following templates with minimal and trivial adaptations of what
is suggested in the manual:
(setq org-remember-templates
'(("Todo" ?t "* TODO %?\n %i\n %a" org-default-notes-file "Aufgaben")
("Notiz" ?n "* %U %?\n\n %i
Hi Carsten, all,
Carsten Dominik <[EMAIL PROTECTED]> wrote:
> On Aug 15, 2008, at 10:45 AM, Ulf Stegemann wrote:
[...]
>> Including agenda items into the diary with '&%%(org-diary ...' is
>> something I personally find pretty useless as the dates of those items
>> are not fontified in the calen
Hi
I've written an emacs function which uses:
(org-agenda nil "e")
To export my agenda to HTML. I'd like to make sure that the output
always shows a weekly view, so I tried preceeding that line with
(org-agenda-week-view)
But evaluating the function with the week-view line gives "Wrong type
ar
On Sep 8, 2008, at 6:39 PM, Chris Randle wrote:
Hi
I've written an emacs function which uses:
(org-agenda nil "e")
To export my agenda to HTML. I'd like to make sure that the output
always shows a weekly view, so I tried preceeding that line with
(org-agenda-week-view)
Hi Chris,
this sho
Hi Carsten
I use the table feature in org-mode daily to keep a log of incoming work
requests. These requests have a 16-digit ID based on date such as the
first row/column in the example below. Sometimes I want to copy the same
ID to the line below, but S-return gives the result in the second row:
Hello,
While fiddling with latex export, I wondered if there was a variable to
specify some more packages that should be added the code produced — i.e.
I'd like to add \usepackage[frenchb]{babel} everytime.
I could somehow manage to write a function adding it after exporting the
code — maybe with
Hi Chris,
both proposals do make sense, and I have implemented them.
- Carsten
On Sep 8, 2008, at 7:16 PM, Chris Randle wrote:
Hi Carsten
I use the table feature in org-mode daily to keep a log of incoming
work
requests. These requests have a 16-digit ID based on date such as the
first ro
Hi Nick,
please see
http://article.gmane.org/gmane.emacs.orgmode/7684/
On Sep 8, 2008, at 8:08 PM, Nicolas Goaziou wrote:
Hello,
While fiddling with latex export, I wondered if there was a variable
to
specify some more packages that should be added the code produced —
i.e.
I'd like
14 matches
Mail list logo