Re: [Orgmode] Question/Poll

2008-09-08 Thread Harri Kiiskinen
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

[Orgmode] Re: spreadsheet in org

2008-09-08 Thread Thomas Baumann
Richard G Riley <[EMAIL PROTECTED]> writes: > Here is a straightforward spreadsheet: > > > * Test org-mode spreadsheet for cash books > > > | | Name | Cash | > |---+--+| > | _ | |cashforward | > | | |

Re: [Orgmode] How to get a clock table without the file level?

2008-09-08 Thread Peter Frings
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

Re: [Orgmode] Re: spreadsheet in org

2008-09-08 Thread Richard G Riley
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 | >> |---+--+| >> | _ |

Re: [Orgmode] FR: Columnview Tables & Formulas

2008-09-08 Thread Carsten Dominik
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

[Orgmode] Patch to fix indent error when current line is in SRC block

2008-09-08 Thread S . P . Tseng
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

[Orgmode] org-mode remember visibility

2008-09-08 Thread Rainer Thiel
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

[Orgmode] Re: date marking with (org-diary)

2008-09-08 Thread Ulf Stegemann
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

[Orgmode] Question and observation about org-agenda-week-view

2008-09-08 Thread Chris Randle
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

Re: [Orgmode] Question and observation about org-agenda-week-view

2008-09-08 Thread Carsten Dominik
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

[Orgmode] Feature request for copy cell in tables

2008-09-08 Thread Chris Randle
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:

[Orgmode] About latex export

2008-09-08 Thread Nicolas Goaziou
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

Re: [Orgmode] Feature request for copy cell in tables

2008-09-08 Thread Carsten Dominik
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

Re: [Orgmode] About latex export

2008-09-08 Thread Carsten Dominik
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