On Tue, Oct 11, 2011 at 12:51:24PM -0400, Nick Dokos wrote:
> The following should do basically what you want,
Yes, that realy hit the spot. Sorry for being so destructive earlier.
For a moment I thought you are telling me off.
Carsten:
I think by default it should not expand macros, process babe
Hi Arun,
Arun Persaud wrote:
> I use the following settings to refile tasks
>
> (setq org-refile-use-outline-path 'file)
> (setq org-refile-targets '((org-agenda-files . (:maxlevel . 5
>
> this has the nice effect that I can refile across different files, which
> I do use every now and then.
>
As of a few days ago, completion doesn't work anymore. I get the message
(wrong-number-of-arguments (1 . 2) 4)
Any ideasĀ ?
Julien.
,
| Debugger entered--Lisp error: (wrong-number-of-arguments (1 . 2) 4)
| completion-table-case-fold((#("Cubizolles Julien " 0
17 (org-category "contacts" fo
On 12.10.2011, at 09:44, Henry Hirsch wrote:
> On Tue, Oct 11, 2011 at 12:51:24PM -0400, Nick Dokos wrote:
>> The following should do basically what you want,
> Yes, that realy hit the spot. Sorry for being so destructive earlier.
> For a moment I thought you are telling me off.
>
> Carsten:
>
Thanks, Christian. Please forgive my ignorance but what should I do with
the code? I've not done anything more advanced than org-customize before.
Gez
On 11 October 2011 20:46, Christian Moe wrote:
> Hi, Gez,
>
>
> On 10/7/11 5:02 PM, Gez wrote:
>
>> What I'm imagining is a command executed o
Hi,
You can copy the code into a buffer and `evaluate' it, i.e. teach
Emacs the new function for this session. You evaluate an elisp
expression by placing point right after the last closing parenthesis
and pressing `C-x C-e'. When you do, the minibuffer should display the
name of the function
On Sun, 2 Oct 2011 14:35:48 -0400, Tom Prince wrote:
> This is my attempt to add export of latex code (for HTML export)
> via svg, rather than png. I don't know if this is the best way to go
> about doing it, but I wanted to avoid as much duplicated code as
> possible.
*ping*
There is a nice little app for android called "do it tomorrow", where
you can plan easily for one day, and move them to the next day easily.
I was trying to do the same in org-mode, so my idea is that:
- in the morning I fill some tasks which I should do during the day
- at night I move to the nex
On 12 Oct 2011 16:22, "Andrea Crotti" wrote:
>
> There is a nice little app for android called "do it tomorrow", where
> you can plan easily for one day, and move them to the next day easily.
>
> I was trying to do the same in org-mode, so my idea is that:
> - in the morning I fill some tasks whic
On Wed, 12 Oct 2011, Brian van den Broek wrote:
> All too often, I reschedule from the agenda. On an item, C-c C-s, the use
> the calendar to pick the new day. Does that not do what you are after?
Even more simply, while sitting on the task in the
agenda moves it ahead by a day.
--
John Rakestr
on Wed Oct 12 2011, Andrea Crotti wrote:
> There is a nice little app for android called "do it tomorrow", where
> you can plan easily for one day, and move them to the next day easily.
>
> I was trying to do the same in org-mode, so my idea is that:
> - in the morning I fill some tasks which I
12/10/11 16:22, Andrea Crotti
> There is a nice little app for android called "do it tomorrow", where
> you can plan easily for one day, and move them to the next day easily.
>
> I was trying to do the same in org-mode, so my idea is that:
> - in the morning I fill some tasks which I should do duri
On 10/12/2011 03:54 PM, Dave Abrahams wrote:
Binding `org-agenda-date-later' to a key like `f' ought to work out for
you.
'f' is already bound to next-week, and it's also quite useful.
Shift-right work great thanks!
The problem is that shift-arrow in general is a disputed key for me,
so I have
Generally I'm interested in keeping log entries for my Org items for
historical purposes only (so I like to stash them away in a :LOGBOOK:
drawer), but on a day-to-day basis I'm interested in the very latest log
entry; it tells me about the status of the item. For example, if I've
made a task DEL
On 12.10.2011, at 16:41, John Rakestraw wrote:
> On Wed, 12 Oct 2011, Brian van den Broek wrote:
>> All too often, I reschedule from the agenda. On an item, C-c C-s, the use
>> the calendar to pick the new day. Does that not do what you are after?
>
> Even more simply, while sitting on the task
On 12 October 2011 13:16, Christian Moe wrote:
If you like it and want it available the next time you start Emacs,
> just copy it into your .emacs file (only the bit *between* the #+BEGIN_SRC
> and #+END_SRC lines).
It's in my .emacs now - I have just tested it and it seems to work
perfectly. T
On 10/12/2011 04:55 PM, Carsten Dominik wrote:
An alternative is to use the scheduling mechanism.
* TODO My Task
SCHEDULED:<2011-10-12 Wed>
This task will automatically be forwarded to the following day, until it is
done.
- Carsten
Fantastic!
I only see the habit page on the manual now
Hi,
just had 30 min of fun with a whitespace as in (note the space at the
end of koma_article)
#+LaTeX_CLASS: koma_article
Since I just use this option for the first time and I created my own
entry for 'org-export-latex-classes (according to the tutorial) I was
believing I am doing something wrong.
Tom Prince writes:
> On Sun, 2 Oct 2011 14:35:48 -0400, Tom Prince
> wrote:
>> This is my attempt to add export of latex code (for HTML export)
>> via svg, rather than png. I don't know if this is the best way to go
>> about doing it, but I wanted to avoid as much duplicated code as
>> possibl
Tom Prince wrote:
> On Sun, 2 Oct 2011 14:35:48 -0400, Tom Prince
> wrote:
> > This is my attempt to add export of latex code (for HTML export)
> > via svg, rather than png. I don't know if this is the best way to go
> > about doing it, but I wanted to avoid as much duplicated code as
> > poss
Tom Prince writes:
> On Sun, 2 Oct 2011 14:35:48 -0400, Tom Prince
> wrote:
>> This is my attempt to add export of latex code (for HTML export)
>> via svg, rather than png. I don't know if this is the best way to go
>> about doing it, but I wanted to avoid as much duplicated code as
>> possibl
On 12.10.2011, at 18:08, Andrea Crotti wrote:
> On 10/12/2011 04:55 PM, Carsten Dominik wrote:
>>
>> An alternative is to use the scheduling mechanism.
>>
>> * TODO My Task
>> SCHEDULED:<2011-10-12 Wed>
>>
>> This task will automatically be forwarded to the following day, until it is
>> don
Hi guys,
I've noticed org can't handle a single tag with a dash in it. If I try to
tag an item with 'payment-integration' for example, org turns it into two
tags - ':payment:integration'. Is that intended?
Cheers,
- Marcelo.
Dave Abrahams writes:
> Generally I'm interested in keeping log entries for my Org items for
> historical purposes only (so I like to stash them away in a :LOGBOOK:
> drawer), but on a day-to-day basis I'm interested in the very latest log
> entry; it tells me about the status of the item. For ex
On Wed, Oct 12, 2011 at 6:34 PM, Torsten Wagner
wrote:
> The error message on export was correct to say
> org-export-latex-set-initial-vars: No definition for class
> `koma_article ' in `org-export-latex-classes' (again notice the space)
>
I can reproduce this with one of the default classes (art
On Wed, Oct 12, 2011 at 7:37 PM, Marcelo de Moraes Serpa
wrote:
> I've noticed org can't handle a single tag with a dash in it. If I try to
> tag an item with 'payment-integration' for example, org turns it into two
> tags - ':payment:integration'. Is that intended?
I believe so.
--
Suvayu
Ope
suvayu ali wrote:
> On Wed, Oct 12, 2011 at 7:37 PM, Marcelo de Moraes Serpa
> wrote:
> > I've noticed org can't handle a single tag with a dash in it. If I try to
> > tag an item with 'payment-integration' for example, org turns it into two
> > tags - ':payment:integration'. Is that intended?
>
Hi Everyone
I am having some problems with using org-babel-tangle. Each time I try to
use it, I get the error '(args-out-of-range "" -1 0)'. I've simplified
the source code chunk I want to tangle to this:
#+src_name stack-el
#+begin_src emacs-lisp :tangle stack.el
;;; stack.el -- custom elisp fo
I have a number of tasks that repeat every 2 weeks. I represent those tasks in
my TODO.org via simple TODO items:
* TODO TaskA <2011-11-01 Tue .+2w -1d>
* TODO TaskB <2011-11-01 Tue .+2w -1d>
...
Now all these Tasks show up in my agenda view (M-o a a RET)
Is there any possiblity to show them onl
On Wed, Oct 12, 2011 at 11:59 PM, wrote:
> I have a number of tasks that repeat every 2 weeks. I represent those tasks
> in my TODO.org via simple TODO items:
>
> * TODO TaskA <2011-11-01 Tue .+2w -1d>
> * TODO TaskB <2011-11-01 Tue .+2w -1d>
> ...
>
> Now all these Tasks show up in my agenda vi
Julien Cubizolles writes:
Hi Julien,
> As of a few days ago, completion doesn't work anymore. I get the
> message (wrong-number-of-arguments (1 . 2) 4)
>
> Any ideasĀ ?
No, but you are not alone. :-)
I use a very recent emacs 24 bzr checkout and org master from git. Not
sure who's the culprit.
On 10/12/11 5:59 PM, Gez wrote:
I do use revisioning, but Is there a protocol I should use for testing
code snippets before using them on my original data or can they be
considered safe after being run once?
Save often; backup/commit often; be ready to hit 'undo'...? Do the
first test run on
Hi Jonathan,
Does it help if you change "#+src_name" to "#+source:"?
Tom
Jonathan Arkell writes:
> Hi Everyone
>
> I am having some problems with using org-babel-tangle. Each time I try to
> use it, I get the error '(args-out-of-range "" -1 0)'. I've simplified
> the source code chunk I want
> Andrea Crotti writes:
> On 10/12/2011 03:54 PM, Dave Abrahams wrote:
>> Binding `org-agenda-date-later' to a key like `f' ought to work out for
>> you.
> 'f' is already bound to next-week, and it's also quite useful.
I bind M-n/p to next/perv-week/day/etc.
John
Hi all,
I have a nice outline set up in column view and would like to capture
different versions of this into org-tables. There is far too many
properties to get quick overviews, e.g. one table-capture I'd like to do
contains only the task name and the committed delivery in ascending
order, and an
On Wed 12 Oct 2011, John Wiegley wrote:
>> Andrea Crotti writes:
>
>> On 10/12/2011 03:54 PM, Dave Abrahams wrote:
>>> Binding `org-agenda-date-later' to a key like `f' ought to work out for
>>> you.
>
>> 'f' is already bound to next-week, and it's also quite useful.
>
> I bind M-n/p to next/
> Andy Moreton writes:
>> I bind M-n/p to next/perv-week/day/etc.
> I fervently hope this an unfortunate typo. A whole week ? :-)
LOL. Somehow, flyspell thinks prev is less correct than perv.
John
While we're talking about scheduling... one thing I'd love to see, but
never figured out how to do, is to schedule a parent task, and have
the subtasks all inherit that schedule. I think I've tried most
obvious things, but schedules seem just not to be inherited.
On Wed, Oct 12, 2011 at 1:12 PM,
Hi list,
I love org and I think there's nothing like it out there, but I'm
considering using Evernote for reference notes, because my
reference.orgfile has grown too big (4234k + lines). This makes the
rendering of the file
way too slow, and 2 times out of 10 emacs crashes because of that.
What c
Dave Abrahams writes:
> Generally I'm interested in keeping log entries for my Org items for
> historical purposes only (so I like to stash them away in a :LOGBOOK:
> drawer), but on a day-to-day basis I'm interested in the very latest log
> entry; it tells me about the status of the item. For e
* Maybe EMACS "narrowing" could be used:
http://www.gnu.org/s/libtool/manual/emacs/Narrowing.html
...
Narrowing can make it easier to concentrate on a single subroutine or
paragraph by eliminating clutter. It can also be used to limit the
range of operation of a replace command or repeating keyboa
brian powell writes:
> * I ran into similar problems: I made the file into 2 separate
> files--one very large and the other very small that I render a
> lot--when it gets big, I just prune out older and less important now
> (backburner) subjects, paste them at the bottom of the small file and
> t
I have an agenda view for urgent and now tags. I just spent a lot of
time choosing which ones to mark to remove the tags. I then did B -
to remove the tags.
I was a little too quick and told it to remove urgent. It did not
offer the possibility to remove more than one that I know of. This
mean
Hi,
On 10/13/2011 09:54 AM, Marcelo de Moraes Serpa wrote:
f 10 emacs crashes because of that.
What could I do to make it faster? I'm willing to disable fancy rendering
features if needed, but I'm loosing way too much time with the rendering
issues and crashes.
Just by chance, are you running
Wow.. this worked Torsten. Thank you. I wonder why this happens...
On Wed, Oct 12, 2011 at 9:44 PM, Torsten Wagner wrote:
> Hi,
>
>
> On 10/13/2011 09:54 AM, Marcelo de Moraes Serpa wrote:
> f 10 emacs crashes because of that.
>
>>
>> What could I do to make it faster? I'm willing to disable fanc
After investigating further <2011-10-17 >--<2011-10-30 > works but not
<2011-10-17>--<2011-10-30>. The regexp for a timestamp is defined in
org-ts-regexp :
"<\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}[^\r\n>]*?\\)>"
Shouldn't the trailing space be optional?
--
Ivan Kanis
http://kanis.fr
When you
Hi,
I'm using org-mode since a few weeks and want to collect and store some entrys
from my journal.org in a complete new file.
When using C-c C-w (and TAB completion) only 2011 from the actual journal.org
will be offered.
The same with C-u C-c C-w. Do I need a special part in .emacs?
Now there
"Sebastien Vauban"
writes:
> Hi Arun,
>
> Arun Persaud wrote:
>> I use the following settings to refile tasks
>>
>> (setq org-refile-use-outline-path 'file)
>> (setq org-refile-targets '((org-agenda-files . (:maxlevel . 5
>>
>> this has the nice effect that I can refile across different fil
48 matches
Mail list logo