Thanks Jambunathan, that's really some good advice. You're right, sometimes
we just postpone things because we think we should "get ready" for it.
Profound and true.
To make things easier though, I think I'll just go with Emacs + Vipermode
:)
Cheers,
Marcelo.
*
*
On Wed, Jul 27, 2011 at 11:32 P
Hi all,
Either #+STARTUP: nologrefile is not behaving as intended, or I've
misunderstood the intention.
I have '(setq org-log-refile 'time)' in my .emacs. I have the line
'#+STARTUP: nologrefile' in a subtree at the bottom of my inbox.org.
Given this setup, I'd expect to get refiling notes with
> Hey guys,
>
> I'd like to start hacking the orgmode codebase and perhaps add my own
> extensions and modifications. What's the best workflow? My main
> editor is now MacVim, could I use it to edit and compile with emacs?
> I can understand if things go smoother with emacs, and I could use
> vipe
Thanks to both you and Michael for persisting with me!
On Wed, Jul 27, 2011 at 9:26 AM, Memnon Anon
wrote:
> John Hendy writes:
>
>> Ah. That might have done it. I was playing around a bit tonight and
>> noticed that if I changed the scheduled date, I got a little
>> multi-colored bar looking th
On Jul 26, 2011, at 12:44 PM, Memnon Anon wrote:
> Bastien writes:
>
>> On an item, `C-c C-s' and `C-c C-d' now allows you to use
>> "+2d" to say "schedule in 2 days from today" or "++2d" to
>> say "schedule in 2 days from existing timestamp".
>>
>> In agenda, `B s' and `B d' will also unders
Hey guys,
I'd like to start hacking the orgmode codebase and perhaps add my own
extensions and modifications. What's the best workflow? My main editor is
now MacVim, could I use it to edit and compile with emacs? I can understand
if things go smoother with emacs, and I could use viper if needed. I
Hi Bastien,
Thanks, did not know about it.
M>
On Wed, Jul 27, 2011 at 6:22 AM, Bastien wrote:
> Hi Marcelo,
>
> Marcelo de Moraes Serpa writes:
>
> > [Feature suggestion] (related to what I described in the last post of
> > this thread):
> >
> > Keep configuration options for an org file in a
Bastien and the group,
I am thinking that to successfully pull this off I am going to have to
do two separate files for what I am wanting to do. One that will be
called in .emacs through load that will load the custom agenda view.
So, my question is, I have my custom agenda command in a .el file
Bastien,
Just re-gitted (git pull && make clean && make) and applied your new 't'
format specifier, and ... joy! Many thanks for following up on this. I
will now retire my old Windows-based invoicing system in favor of org.
Great work.
Regards,
Dan
At Wed, 27 Jul 2011 13:25:46 +0200,
bzg wr
Hello,
Henri-Paul Indiogine writes:
> I have the following setup in my orgmode file:
>
> 1. blah blah
>
> some text in a paragraph
>
> 2. foo bar
>
> some text in a paragraph
>
> 3 .
>
> and so on
It should be:
1. blah blah
some text in a paragraph
2. foo bar
some text in a paragr
I have nested tasks that are much harder to parse when presented in the
unindented agenda view.
I would like to replace the CATEGORY column with a column that shows the
parent of the task.
So instead of
todo.txtmow lawn
todo.txtclean mower
todo.txtbuy fuel
i'd see
todo.txt mow
Hi Andras,
Andras Major wrote:
> I'm really intrigued by org-mode's table and spreadsheet functionality
> and would like to use it for those cases where I found excel and
> gnumeric impractically cumbersome.
>
> What I want are two slightly diffent things:
>
> - Make tables that have cells with in
Greetings!
I have the following setup in my orgmode file:
1. blah blah
some text in a paragraph
2. foo bar
some text in a paragraph
3 .
and so on
In LaTeX it starts renumbering at 1 each time. I read the orgmode
manual for ordered lists and it tells to use [@1] , [@2], and so on to
for
On 27.07.2011 11:18, Avery Chan wrote:
To whom it may concern,
I am trying to load orgmode via the emacs-starter kit. Following the
instructions, I did the following:
508 cp -R emacs-starter-kit ~/.emacs.d
509 cd /Users/avery/.emacs.d
511 git submodule init
515 git submodule update
The update
At Wed, 27 Jul 2011 13:33:16 +0200,
Bastien wrote:
>
> Also, it would be really nice to update this tutorial on Worg and to
> show how to use the new feature you introduced:
>
> http://orgmode.org/worg/org-contrib/org-depend.html
>
Done, will push once I have permissions
Hi Bastien,
At Wed, 27 Jul 2011 17:28:36 +0200,
Bastien wrote:
>
> Hi David,
>
> David Maus writes:
>
> > I highly recommend to not use this macro but to build the intended
> > functionality with separate building blocks: Factor out the flesh of
> > the respective functions (e.g. org-schedule) an
1) How might it be possible to set custom expansion headlines for
capture templates?
For example, using the symbols from the capture note itself (kind of),
something like this:
-
(setq org-capture-templates
'(("j" "journal" entry (file+olp "~/org/refile.org" "Journals" "%-mm")
Hi Achim and Sebastian,
Achim Gratz writes:
> Bastien writes:
>> I fail to understand why an additional
>> should break Sebastian's tool.
>>
>
> For starters, the title now resides in the preamble, but the script
> looks for it in content. This error is easily fixed, but I don't know
> if i
Avery Chan writes:
> Cloning into src/org...
> error: Unable to get pack file
> http://orgmode.org/org-mode.git/objects/pack/pack-beb4230c6615129746e9adfd39b5a38d78a4c191.pack
This URL works okay for me.
> transfer closed with 49103369 bytes remaining to read
> error: Unable to find db094c32041
Hi Renger,
Renger van Nieuwkoop writes:
> I try to define a view that should show me my agenda for today with
> all NEXT/TODO items with priority A.
> I found some code for the priority but did not manage to get it
> running with filtering for NEXT/TODO (I tried adding (todo “NEXT|
> TODO”) but
On 27.7.2011, at 14:37, Bastien wrote:
> Hi Nathan,
>
> Nathan Neff writes:
>
>> I've recently started using org-mode to export to html,
>> and I have empty .orgx files laying around in my directory.
>>
>> Is there a way have the publish routine delete these .orgx files after
>> exporting,
>>
To whom it may concern,
I am trying to load orgmode via the emacs-starter kit. Following the
instructions, I did the following:
508 cp -R emacs-starter-kit ~/.emacs.d
509 cd /Users/avery/.emacs.d
511 git submodule init
515 git submodule update
The update procedure failed with the
Hi Renzo,
Renzo Been writes:
> However, some things about the org-icons package... It seems to be a little
> outdated. Are there many org-moders out there still using it?
I'm not using it.
> Were there
> ever any plans to include it in the org-distribution?
I don't know, I wasn't aware of
Hi Michael,
Michael Brand writes:
> As an alternative to overlays used by "C-c }" on a table to display
> the coordinate grid, I would suggest the attached patch that displays
> the coordinates in the table editor "C-c `" like this:
>
> #+begin_src org
> #
> # Edit field @2$3 and finish with C-c
Hi there,
I'm really intrigued by org-mode's table and spreadsheet functionality
and would like to use it for those cases where I found excel and
gnumeric impractically cumbersome.
What I want are two slightly diffent things:
- Make tables that have cells with individual background colours when
Hi David,
I've finally managed to get there.
David Maus writes:
> The macro suffers from leaking: It let-binds symbols like beg, end
> etc. that might be present in ,@body. The let-bound symbols will
> shadow body's.
Yes, you're right.
> The whole problem of leaking macros is discussed in Pet
Hi David,
David Maus writes:
> I highly recommend to not use this macro but to build the intended
> functionality with separate building blocks: Factor out the flesh of
> the respective functions (e.g. org-schedule) and use org-map-entries
> to map. As far as I can see, the latter provides all w
Hi etimecowboy,
etimecowboy writes:
> For example, I want to search the scheduled TODO items with the "work"
> tag in the past 3 days. I thought the searching string was:
>
> "+work+SCHEDULED<\"\"+SCHEDULED>=\"\"",
^? ^?^? ^?
> but failed to get the
Hi Max,
Max Mikhanosha writes:
> Here is an updated patch, its split into 3 very small part, belowe is
> an explanaton of each:
I applied all three, thanks a bunch for this.
> 1. First patch is my original patch to fix error with %e agenda
> format.
Okay.
> 2. Second patch fixes what I belei
Hi Max,
Max Mikhanosha writes:
> Amended patch attached, changes:
>
> - use (eval-when-compile) with require 'cl
> - changed include-done to todo-and-done-only
> - Added defcustom org-depend-find-next-options for default options
> which are now: from-current,todo-only,priority-up
> - cleaned u
Hi Max,
Max Mikhanosha writes:
> 2. Two new commands, org-agenda-effort-up, org-agenda-effort-down,
> that would shift the effort up/down to the next value, with suggested
> bindings of M-Left and M-Right, which will allow effortless editing of
> efforts in Agenda
That'd be nice -- thanks for y
Hi John,
John Hendy writes:
> I looked into taskjuggler again, but I can't figure out what the
> status is on tj3 and org-mode.
AFAICT, Org's Taskjuggler exporter works fine with both tj2 and tj3.
You need to configure `org-export-taskjuggler-target-version'.
There is some work to be done
Hi Jambunathan,
Jambunathan K writes:
>>From 263ede1b312bb9330281e179b6d767c07cfbf12f Mon Sep 17 00:00:00 2001
> From: Jambunathan K
> Date: Wed, 27 Jul 2011 11:27:23 +0530
> Subject: [PATCH 2/2] org-odt: Emit OD compatible date string in the
> default case
Applied, thanks.
--
Bastien
Hi Max,
Max Mikhanosha writes:
>> Can you give an example?
>
> * Parent
> ** TODO Item 1
> ** TODO Item 2
> ** TODO Item 3
> ** TODO Item 4
> ** NEXT Item 5 Current (the one with TRIGGER property)
> ** TODO Item 6
> ** Item 7
> ** TODO Item 8
> ** DONE Item 9
>
> Below are example list of candi
Hi Erik,
Erik Hetzner writes:
> https://gitorious.org/org-cook/org-cook
> https://gitorious.org/org-brew/org-brew
I'm a terrible cooker/brewer... but I love these ideas!
I allowed myself to put this in Worg -- org-hacks.org,
in a new "Musings" section.
Thanks :)
--
Bastien
Hi Daniel,
Daniel E.Doherty writes:
> I am trying to take a duration output by CLOCKTABLE and multiply it by
> dollars-per-hour (or dollars-per-second, either way) and get an answer
> in units of dollars.
I see, thanks for the explanation.
> Can you suggest a way this can be done?
Since lat
Hi Jambunathan,
Jambunathan K writes:
>>From 3530d2b3bd5b903e9b568a6412573faa79862d36 Mon Sep 17 00:00:00 2001
> From: Jambunathan K
> Date: Wed, 27 Jul 2011 02:50:48 +0530
> Subject: [PATCH] org-odt: Include mimetype in the exported odt file
Applied, thanks.
--
Bastien
Hi Nathan,
Nathan Neff writes:
> I've recently started using org-mode to export to html,
> and I have empty .orgx files laying around in my directory.
>
> Is there a way have the publish routine delete these .orgx files after
> exporting,
> or is there a way to specify that they should be create
Hi Marcelo,
Marcelo de Moraes Serpa writes:
> [Feature suggestion] (related to what I described in the last post of
> this thread):
>
> Keep configuration options for an org file in a separate file. Could
> be:
> * nameoftheorgfile.conf
I don't think this is necessary. You can already include
Hi Max,
hope you'll get this sorted out -- I'm sure Jambunathan will provide
usefull directions.
If you see anything that can be clearer in Worg's instructions, please
let us know.
Thanks!
--
Bastien
At Tue, 26 Jul 2011 11:47:25 -0500,
Ryan,
Thanks for chiming in. I'm still in the dark on this. I'm hoping a
guru will ride to the rescue.
Org is without question the best organizational tool I've ever used, and
to use it for billing would be a real boon to me, but I'm stuck on this
issue at th
John Hendy writes:
> Ah. That might have done it. I was playing around a bit tonight and
> noticed that if I changed the scheduled date, I got a little
> multi-colored bar looking thing in agenda week view. Is that the
> "graph"?
Yes.
>> #+begin_src org
>> ,* TODO note down month's accompli
Rafael writes:
Hi Rafael,
> If I run:
>
> emacs -Q -L ~/Dropbox/emacs/site-lisp/org-mode/lisp/
>
> (that's where I put org-mode),
> and then open any org file (I have tried with a very simple one, with
> only one heading), such file is not syntactically colored. However, if I
> open any second
Hi John
On Wed, Jul 27, 2011 at 08:16, John Hendy wrote:
> I was playing around a bit tonight and
> noticed that if I changed the scheduled date, I got a little
> multi-colored bar looking thing in agenda week view. Is that the
> "graph"?
yes, see also the PNG link in the first post of John Wieg
44 matches
Mail list logo