Re: [Orgmode] Spreadsheet FR

2010-04-04 Thread Carsten Dominik
On Apr 2, 2010, at 10:16 AM, Russell Adams wrote: On Fri, Apr 02, 2010 at 09:49:46AM +0200, Carsten Dominik wrote: Would it be feasible to "narrow" a table by criteria on a specific field in between separators? Ie: only display those cells in field A if they are > 2, or if field B matches "P

Re: [Orgmode] Combination of 'ordered' property and 'scheduled' hides TODO items.

2010-04-04 Thread Carsten Dominik
Hi, you would have to write your own functions for the blocker hook and install it instead of the default one. If would not be so hard - basically call the default blocker hook function and then test yourself if the entry is scheduled, and combine the result. However, I would just use a

Re: [Orgmode] Combination of 'ordered' property and 'scheduled' hides TODO items.

2010-04-04 Thread mrb
On Sun 04-Apr-2010 09:07 Carsten Dominik wrote: > you would have to write your own functions for the blocker hook and > install it instead of the default one. If would not be so hard - > basically call the default blocker hook function and then test > yourself if the entry is scheduled, an

[Orgmode] Re: Archiving in same file opens all subtrees and leaves them open

2010-04-04 Thread Tom
Carsten Dominik gmail.com> writes: > > Because normally archiving goes to a different file, where this > would not be a problem. But you can try this patch and run with > it for a while, to see if it causes any problems. Thanks, I'll try it. A possible workaround (if it does cause problems)

Re: [Orgmode] Re: using orgmode to send html mail?

2010-04-04 Thread David Maus
Eric Schulte wrote: >Alright, here are two final points summarizing my perspective. >1) Emacs is not about the paternalistic removal of potentially unsafe > functionality. Emacs is about giving users as much power and choice > as possible, even if that amounts to given them enough rope to ha

[Orgmode] Re: Org-mode and citations

2010-04-04 Thread Matt Lundin
John Hendy writes: > Just finishing up a report and was taking care of the citations. I've > been using C-c C-x f and it's been awesome... until I go to export to > LaTeX when everything falls apart. Footnotes in my document came during > unordered list items (bullets) and the LaTeX export had al

Re: [Orgmode] Spreadsheet FR

2010-04-04 Thread Xiao-Yong Jin
On Sun, 4 Apr 2010 09:01:30 +0200, Carsten Dominik wrote: > On Apr 2, 2010, at 10:16 AM, Russell Adams wrote: >> On Fri, Apr 02, 2010 at 09:49:46AM +0200, Carsten Dominik wrote: >>> Would it be feasible to "narrow" a table by criteria on a specific field in between separators? Ie: only

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-04 Thread Henri-Paul Indiogine
Carsten Dominik writes: > > OK, you can now specify the position where the usepackage definitions > should appear in your header by putting the string > >[PACKAGES] > > into the header definition in org-export-latex-classes. Default (if > you do > not include this placeholder) is at the end.

Re: [Orgmode] using orgmode to send html mail?

2010-04-04 Thread Eric Schulte
David Maus writes: > Eric Schulte wrote: >>David Maus writes: > >>> Eric Schulte wrote: > > Thinking functional this might be the first function of > org-mail-htmlize[1]: Create a html representation of message body if > necessary or appropriate. > >>> Oh, so this would b

Re: [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2010-04-04 Thread Michael Brand
Carsten Dominik wrote: but being able to import whole rows/columns would be incredibly useful. There is actually now a way to do tis - even though it is inefficient. To copy column 2 from table FOO into column 3 of the current table, use #+TBLFM: $3=remote(FOO,@@#$2) This is now possible

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-04 Thread Mark Elston
Henri, On 4/4/2010 10:36 AM, Henri-Paul Indiogine wrote: Carsten Dominik writes: OK, you can now specify the position where the usepackage definitions should appear in your header by putting the string [PACKAGES] into the header definition in org-export-latex-classes. Default (if you d

Re: [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2010-04-04 Thread Carsten Dominik
Applied, thanks. - Carsten On Apr 4, 2010, at 9:02 PM, Michael Brand wrote: Carsten Dominik wrote: but being able to import whole rows/columns would be incredibly useful. There is actually now a way to do tis - even though it is inefficient. To copy column 2 from table FOO into column 3 of

Re: [Orgmode] Spreadsheet FR

2010-04-04 Thread Russell Adams
On Sun, Apr 04, 2010 at 12:46:28PM -0400, Xiao-Yong Jin wrote: > I have an idea. We can leave the original table intact, > while making a new dynamically generated table derived from > the original one. The org-babel idea was the do similar, but again you will not have the ability to edit the dat

[Orgmode] Auto-load files into agenda list

2010-04-04 Thread Marcelo de Moraes Serpa
Hello list, I keep a diary by using journal.el -- it simply creates a new .org file everytime I call M-x journal with the current Date timestamp ( date_day_of_week.org). Works fine. I usually create a * tags headline and tag it with relevant tags. The downside is that, in order to have all the age

[Orgmode] Re: Auto-load files into agenda list

2010-04-04 Thread Matt Lundin
Marcelo de Moraes Serpa writes: > Hello list, > > I keep a diary by using journal.el -- it simply creates a new .org file > everytime I call M-x journal with the current Date timestamp ( > date_day_of_week.org). Works fine. I usually create a * tags headline > and tag it with relevant tags. The d

[Orgmode] Re: Auto-load files into agenda list

2010-04-04 Thread Marcelo de Moraes Serpa
Hmm, yeah, you are right. Might have to rething my strategy :) Thanks, Marcelo. On Sun, Apr 4, 2010 at 4:21 PM, Matt Lundin wrote: > Marcelo de Moraes Serpa writes: > > > Hello list, > > > > I keep a diary by using journal.el -- it simply creates a new .org file > > everytime I call M-x journ

Re: [Orgmode] Spreadsheet FR

2010-04-04 Thread Xiao-Yong Jin
On Sun, 4 Apr 2010 15:19:06 -0500, Russell Adams wrote: > On Sun, Apr 04, 2010 at 12:46:28PM -0400, Xiao-Yong Jin wrote: >> I have an idea. We can leave the original table intact, >> while making a new dynamically generated table derived from >> the original one. > The org-babel idea was the do

Re: [Orgmode] [CONTRIB?] using orgmode to send html mail?

2010-04-04 Thread Eric Schulte
Hi, It is now possible to send HTML mail directly form an org-mode buffer. Calling `org-mime-org-buffer-htmlize' (could probably use a better name) from inside of an org-mode buffer will use `org-export-as-html' to generate HTML of the buffer (respecting regions and subtree narrowing), and will t

Re: [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2010-04-04 Thread Michael Brand
Carsten Dominik wrote: Applied, thanks. Thank you. Looking forward to 6.35 I am watching Changes.org and have seen a typo which I think is worth to be pointed out: == --- a/ORGWEBPAGE/Changes.org +++ b/ORGWEBPAGE/Changes.org

Re: [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2010-04-04 Thread Carsten Dominik
On Apr 5, 2010, at 8:11 AM, Michael Brand wrote: Carsten Dominik wrote: Applied, thanks. Thank you. Looking forward to 6.35 I am watching Changes.org and have seen a typo which I think is worth to be pointed out: Thanks, applied. Pheuw, I will be very glad when I get this release out

Re: [Orgmode] [CONTRIB?] using orgmode to send html mail?

2010-04-04 Thread Carsten Dominik
On Apr 5, 2010, at 7:39 AM, Eric Schulte wrote: Hi, It is now possible to send HTML mail directly form an org-mode buffer. Calling `org-mime-org-buffer-htmlize' (could probably use a better name) from inside of an org-mode buffer will use `org-export-as-html' to generate HTML of the buffer

Re: [Orgmode] Re: [PATCH] Allow regexps in org-file-apps to capture link parameters using groups

2010-04-04 Thread Luke Amdor
Hi guys, I believe I found one little thing that this patch broke. That is linking to either a text search or heading search in a different org file. I've attached two files which illustrate this. The first file test.orgcontains a link to a heading search of "* Hello" in the other file ( other.org)