Hi,
I've recently switched from using tracks (http://getontracks.org/) to
org mode for GTD task management. One neat tracks feature that I am
struggling to reproduce is the "show task from date". If you add a
task with no date set, they show up immediately in the context next
action lists, but if
Giovanni Ridolfi writes:
> Johnny writes:
>
>> I have a nice outline set up in column view and would like to capture
>> different versions of this into org-tables.
>
> A case-study org file would have helped here. :-(
Sorry, my bad. I attach an example file below, based on your ideas, and
put
Matthew,
Matthew Sauer gmail.com> writes:
>
> My understanding is that you want a file that gets moved into the
> active directory to be automatically included in the agenda?
> From worg:
> You can simply include the directory (as one of the items) in the
> value of the variable org-agenda-file
Hi Nick,
Nick Dokos hp.com> writes:
> Seek and ye shall find:
>
> C-h v org-agenda--hook RET
>
> will list all the matching hooks. Which one to choose? I'll leave that up
> to the interested reader
Indeed, doing
(load-library "find-lisp")
(add-hook 'org-agenda-mode-hook (lambda ()
(setq o
> Still a proof-of-concept, but better than the first attempt - set
> recursive minibuffers locally and use the standard keybinding:
That was easy. I'm looking forward to this making its way into the
main repository. Where else would a recursive minibuffer make sense?
How about putting links into
Nick Dokos wrote:
> Skip Collins wrote:
>
> > > org-time-stamp-inactive uses the minibuffer, and calling
> > > a function that uses the minibuffer *from* the minibuffer (as
> > > org-set-property would do) make emacs unhappy.
> >
> > Elisp does seem to allow recursive minibuffers:
> > http://w
Skip Collins wrote:
> > org-time-stamp-inactive uses the minibuffer, and calling
> > a function that uses the minibuffer *from* the minibuffer (as
> > org-set-property would do) make emacs unhappy.
>
> Elisp does seem to allow recursive minibuffers:
> http://www.gnu.org/software/emacs/elisp/html
> org-time-stamp-inactive uses the minibuffer, and calling
> a function that uses the minibuffer *from* the minibuffer (as
> org-set-property would do) make emacs unhappy.
Elisp does seem to allow recursive minibuffers:
http://www.gnu.org/software/emacs/elisp/html_node/Recursive-Mini.html
Would t
Am 13.10.2011 15:59, schrieb Dave Abrahams:
>
> on Thu Oct 13 2011, Rainer Stengele wrote:
>
>> Am 13.10.2011 10:47, schrieb Rainer Stengele:
>>
>>> Me too I sometimes run into this situation where I just want to
>>> shift past-dated items to today.
>>> I never had a use case where I wanted to s
Hi Rainer,
I pull from the orgmode.org git server (which I believe is preferred
over the repo.or.cz server) and the last commit I see if from Monday so
I believe there simply hasn't been any new commits in the last few days.
Best -- Eric
Rainer M Krug writes:
> Hi
>
> I am updating from git da
Hi Ken,
Ken Williams wrote:
> Hi, the following document makes a LaTeX export (C-c C-e d) crash with "Args
> out of range: "", -1, 0". After that,
>
> --
> #+TITLE: Test doc
> #+AUTHOR: Ken Williams
>
> Some stuff.
>
> #+begin_src R
> 5+5
> #+end_src
> --
>
> Is thi
Hi,
I face a similar problem with my org-mode. So several months my
org-mode installation won't export to LaTeX and as I noticed today the
export of a project with org-jekyll etc. doesn't work either (but I do
not cover that error in this post):
- GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ V
Hi all,
I am quite impressed by this discussion, thanks a lot.
I am an org-mode user for just a couple of days, and an emacs user for four
weeks today. Needless to say, I can't contribute anything useful to this
discussion.
The only thing(s) I would like to say is/are:
(1) If it is not too comp
Hi everyone,
On Fri, Oct 14, 2011 at 2:05 PM, Jambunathan K wrote:
> Is it psychologically very taxing to see 1. instead of a (1) in an Org
> buffer. Could it be so taxing that a user's productivity will be
> impacted by it?
>
For my personal use I don't care much as long as there are
ordered/en
On 14.10.2011, at 13:31, Nicolas Goaziou wrote:
> Hello,
>
> Nick Dokos writes:
>
>> Marius Hofert wrote:
>>
>>
>>> What do you mean by "better solution"? As far as I can tell, your
>>> approach is precisely what Suvayu pointed to.
>>
>> No: what Suvayu pointed to can be done with the stan
> What about letting go those two variables and create
> `org-list-bullet-types', which would be a list of strings like:
>
>'("-" "+" "*" "1." "1)" "(1)" "a." "a)" "A)" "A.")
>
> It would be hard-coded but every bullet type could be opt-in or
> opt-out via customize. The defaul
Hello,
Nick Dokos writes:
> Marius Hofert wrote:
>
>
>> What do you mean by "better solution"? As far as I can tell, your
>> approach is precisely what Suvayu pointed to.
>
> No: what Suvayu pointed to can be done with the standard latex exporter,
> so it would not require changes to org-list-g
Nick Dokos writes:
> Skip Collins wrote:
>
>> I store a timestamp in a property.
You can use a capture template:
(setq org-capture-templates (quote (("a" "vArious" entry (file+headline
"c:/myfile.org" "Appt") ":PROPERTIES:
:Birthday: %^u
:END:
hth
Giovanni
Applied, thanks.
Please, provide a ChangeLog-like entry next time.
- Carsten
On 14.10.2011, at 10:25, Sebastien Vauban wrote:
> Hi Carsten,
>
>> "Sebastien Vauban" wrote:
>>> Carsten Dominik wrote:
> I found it difficult, sometimes, to remember which subtree we're gonna
> refile. When
Why not working-file and archive-file? Archive-file would be the big
file and working-file would be the small file in that scheme.
On Wed, 12 Oct 2011, brian powell wrote:
> * Maybe EMACS "narrowing" could be used:
> http://www.gnu.org/s/libtool/manual/emacs/Narrowing.html
> ...
> Narrowing ca
If org-mode runs into that kind of problem one way might be when a new
.org file is made it has a chained from [main.org] statement in the top.
If the file remains small enough that's all it would get. If the file
is going to go beyond x lines in length, then a chained to [file.org]
would end
Hi, the following document makes a LaTeX export (C-c C-e d) crash with "Args
out of range: "", -1, 0". After that,
--
#+TITLE: Test doc
#+AUTHOR: Ken Williams
Some stuff.
#+begin_src R
5+5
#+end_src
--
Is this a known problem?
If I either omit the R source blo
Hi, the following document makes a LaTeX export (C-c C-e d) crash with
"Args out of range: "", -1, 0". After that, exporting (to any format)
dies with the same error.
--
#+TITLE: Test doc
#+AUTHOR: Ken Williams
Some stuff.
#+begin_src R
5+5
#+end_src
--
Is this
Hi Carsten,
> "Sebastien Vauban" wrote:
>> Carsten Dominik wrote:
I found it difficult, sometimes, to remember which subtree we're gonna
refile. When TAB'ing for multiple targets, you loose your source buffer,
and can easily forget which exact subtree you had selected.
Her
Hi
I am updating from git daily (from git://repo.or.cz/org-mode.git) , but
haven't received any updates during the last two days - is there a problem
or has org reached a stable state?
Rainer
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germ
Btw I get that behavior in emacs 23.1 too
Scott
On Fri, Oct 14, 2011 at 3:00 AM, Tassilo Horn wrote:
> Marcelo de Moraes Serpa writes:
>
> Hi Marcelo,
>
> > 4328, exactly the same amount of lines I have in the file.
>
> Didn't you say that you have 4000 *k* lines?
>
> Anyway, as Scott mentiones
Marcelo de Moraes Serpa writes:
Hi Marcelo,
> 4328, exactly the same amount of lines I have in the file.
Didn't you say that you have 4000 *k* lines?
Anyway, as Scott mentiones, in emacs 24 the linum packages seems to be
more clever and only creates overlays for the visible area of a buffer.
F
27 matches
Mail list logo