On Tue, Jan 25, 2011 at 7:00 AM, Giorgio Valoti wrote:
> The problem is that I can’t get a sparse tree using these timestamps because
> it works only with deadlines and schedules. Does anybody know how to work
> around this limitation, short of using a regexp?
Well my suggestions is with using
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
Bewlow an example, illustrating cases where :results replace does not
work, dependent of the type and content. Each of the source blocks was
executed twice:
":results output org replace" did not work
":results output raw replace" did work, but not
On Mon, 24 Jan 2011 09:36 -0500, "Nick Dokos"
wrote:
> Yes, sorry: I figured that I had answered the wrong question after I
> sent it, but I was too tired to fix my mistake at that time. However, I
> could not make your formulation work for me at all. I still don't
> understand how it could possib
Hey there,
I've just upgraded to the latest org-mode HEAD and noticed that the tag
behavior changed. (It now sorts entries, except now grouping is broken.)
This is how it used to work:
(Assume "#+TAGS: { foo(f) bar(b) } quux(q)" for all of this.)
* Foo :foo:
now using M-x org-set-tags-command a
On Tue, 25 Jan 2011 10:05 -0500, "Nick Dokos"
wrote:
> lecodespor...@eml.cc wrote:
>
>
> > Yes, it may require hacking diary-anniversary.
> >
>
> One more thing before I turn into a pumpkin: what happens if you have
> multiple entries (John's birthday, Mary's wedding anniversary, Jane's
> birt
lecodespor...@eml.cc wrote:
> Yes, it may require hacking diary-anniversary.
>
One more thing before I turn into a pumpkin: what happens if you have
multiple entries (John's birthday, Mary's wedding anniversary, Jane's
birthday *and* her wedding anniversary, etc.) Are you expecting to deal
with
lecodespor...@eml.cc wrote:
> On Mon, 24 Jan 2011 09:36 -0500, "Nick Dokos"
> wrote:
> > Yes, sorry: I figured that I had answered the wrong question after I
> > sent it, but I was too tired to fix my mistake at that time. However, I
> > could not make your formulation work for me at all. I still
I'm a grad student out on Long Island, but I'd come into the city for this.
I would love to learn more about how to use org-mode in my daily life.
Chris
On Mon, Jan 24, 2011 at 10:45 PM, Andrew Hyatt wrote:
> I'd love to attend a NYC one, and can probably arrange for hosting in
> a nice space i
Il giorno 25/gen/2011, alle ore 09.05, suvayu ali ha scritto:
> On Tue, Jan 25, 2011 at 7:00 AM, Giorgio Valoti wrote:
>> The problem is that I can’t get a sparse tree using these timestamps because
>> it works only with deadlines and schedules. Does anybody know how to work
>> around this lim
Hi Rainer,
I have fixed the problem with ":results org" so it should now work as
expected. The ":results replace raw" can never work as expected because
raw results are inserted directly into the Org buffer with no wrappers
to delimit the results, so there is no way to programmatically identify
w
Ido Magal writes:
> On Fri, Jan 21, 2011 at 18:05, Eric Schulte wrote:
>
>>
>> You can use the inline code syntax for very small blocks, e.g.
>>
>> src_emacs-lisp{(tagged "foo")}
>>
>
> I'm missing something. This does not evaluate with
>
> # -*- eval: (org-babel-execute-buffer) -*-
Hi,
Than
I am still very curious about what other orgers (orgsters?
organizers?) do for this.
Do you just do this every time you want a within-headline section?
#+begin_center
---
#+end_center
That is strangely longer than "-", which I take to be a
higher-level section divider than headlines because
Benjamin Andresen writes:
> Hey there,
>
> I've just upgraded to the latest org-mode HEAD and noticed that the tag
> behavior changed. (It now sorts entries, except now grouping is broken.)
>
> This is how it used to work:
> (Assume "#+TAGS: { foo(f) bar(b) } quux(q)" for all of this.)
>
> * Foo
The manual doesn't make explicit mention of org as a Babel source
language. Well, it isn't listed in the supported languages, and an
"org mode org source block" site search via Google didn't turn up the
info I'm looking for.
Basically, I tried using example blocks for a table I wrote, but noted
th
Jeff Horn writes:
> The manual doesn't make explicit mention of org as a Babel source
> language. Well, it isn't listed in the supported languages, and an
> "org mode org source block" site search via Google didn't turn up the
> info I'm looking for.
>
There is support for Org code blocks, evalu
* lisp/org-habit.el: (org-habit-parse-todo) Don't parse more days than
needed.
When constructing a consistency graph, org-habit now stops searching
for timestamps when the number of matches exceeds the span of time
displayed in the graph. This can lead to a significant speedup in
agenda construc
"Bradley M. Kuhn" writes:
> I also had a script from a while back that I wrote to migrate from
> Planner to org-mode. Perhaps it's useful to some:
> http://gitorious.org/bkuhn-small-hacks/org-mode/blobs/master/planner2org.plx
>
>> I added a FAQ in Worg about migration for Planner with just thi
Hi
On 01/21/2011 03:58 PM, Eric S Fraga wrote:
> I also have been syncing between my Google calendar and org. A while
> back, I posted this message onto this list:
>
> http://article.gmane.org/gmane.emacs.orgmode/26848
>
> but check out later messages in the thread for an updated awk script.
I
Hello,
Thanks for all the suggestions. Being a perl dummy, how should these
scripts be called? Presumably some variables need to be set. Thanks
again for the pointers.
Cheers,
Seb
On Tue, 25 Jan 2011 15:08:59 -0500,
Matt Lundin wrote:
> "Bradley M. Kuhn" writes:
>> I also had a script fro
On Tue, Jan 25, 2011 at 2:36 PM, Eric Schulte wrote:
> There is support for Org code blocks, evaluation will generally result
> in returning a modified (possibly exported) version of the code block
> body.
OK. When I evaluated the block, I got an error about "no function"
being defined for org ex
Jeff Horn writes:
> On Tue, Jan 25, 2011 at 2:36 PM, Eric Schulte wrote:
>> There is support for Org code blocks, evaluation will generally result
>> in returning a modified (possibly exported) version of the code block
>> body.
>
> OK. When I evaluated the block, I got an error about "no functi
Applied, thanks.
- Carsten
On Jan 25, 2011, at 9:03 PM, Matt Lundin wrote:
* lisp/org-habit.el: (org-habit-parse-todo) Don't parse more days than
needed.
When constructing a consistency graph, org-habit now stops searching
for timestamps when the number of matches exceeds the span of time
di
On Tue, Jan 25, 2011 at 4:32 PM, Eric Schulte wrote:
> yes, you will need to add org-mode to you list of supported languages
> along the directions in http://orgmode.org/manual/Languages.html
>
> I'll update the manual to reflect org-mode as a valid language.
Done, and thanks. One last follow up.
Is there a way to use full encryption and still have it integrate
seamlessly with the org agenda?
Thanks,
Marcelo.
On Mon, Jan 17, 2011 at 4:37 AM, Julien Danjou wrote:
> On Mon, Jan 17 2011, Marcelo de Moraes Serpa wrote:
>
>> What is the de-facto way to encrypt using org? I now I can use GnuP
Jeff Horn writes:
> On Tue, Jan 25, 2011 at 4:32 PM, Eric Schulte wrote:
>> yes, you will need to add org-mode to you list of supported languages
>> along the directions in http://orgmode.org/manual/Languages.html
>>
>> I'll update the manual to reflect org-mode as a valid language.
>
> Done, an
On Tue, Jan 25, 2011 at 8:48 PM, Eric Schulte wrote:
> Jeff Horn writes:
>
>> On Tue, Jan 25, 2011 at 4:32 PM, Eric Schulte wrote:
>>> yes, you will need to add org-mode to you list of supported languages
>>> along the directions in http://orgmode.org/manual/Languages.html
>>>
>>> I'll update th
I've gotten the fix and am trying to verify it, however I keep seeing
>File local-variables error: (invalid-function org-save-outline-visibility)
I'm not sure if it's relevant or not. This is my test file:
# -*- eval: (org-bab
Ido Magal writes:
> I've gotten the fix and am trying to verify it, however I keep seeing
>
>>File local-variables error: (invalid-function org-save-outline-visibility)
>
Hmm, this function is defined in org-macs.el, and is required by ob.el
so if you have Org-mode and Babel loaded then the func
28 matches
Mail list logo