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
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
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
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)
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
22 matches
Mail list logo