On 4.1.2013, at 06:28, Nick Dokos wrote:
> Boyan Penkov wrote:
>
>> Hello,
>>
>> In the default agenda view (C-c a), the leftmost column is the org-mode file
>> name from which the given item stems. However, I use a single file for all
>> my actionables, and would like to eliminate this co
Boyan Penkov wrote:
> Hello,
>
> In the default agenda view (C-c a), the leftmost column is the org-mode file
> name from which the given item stems. However, I use a single file for all
> my actionables, and would like to eliminate this column, as it wastes 12 or
> so characters worth of sp
Hello,
In the default agenda view (C-c a), the leftmost column is the org-mode file
name from which the given item stems. However, I use a single file for all my
actionables, and would like to eliminate this column, as it wastes 12 or so
characters worth of space on the left of the agenda.
Ca
Robert Horn writes:
> I'm experimenting with starterkit on a new machine and have run into a
> bug in org-mode elpa version 20121231.
>
> With the stock distribution org-mode (7.8.11) in emacs 24.2 there is no
> problem. With the elpa version 20121231 I get an error, see the
> attached output fr
Hi Bastien,
On 1/3/13, Bastien wrote:
> Do I understand right that you would like to display indirect
> buffers in a new frame and follow agenda trees in other window?
> And that you are forced to chose between the two right now?
Yes. C-c C-x b in new frame; agenda follow in other window.
Plea
Bastien writes:
> Hi Ben,
>
> Ben Finney writes:
>
> > I am getting the same error. I'm using the Org mode that comes with
> > Emacs (“GNU Emacs 23.4.1”).
>
> You should not get this error anymore from maint.
Thank you. I'm not in a position to use the maint version, so I will
need to wait for
Hi Andrew,
"Andrews, Kyle (KC)" writes:
> When I try to rebuild the agenda buffer to display only TODO's with "1 r" I
> get the error:
>
> org-agenda-get-todos: Wrong type argument: integer-or-marker-p, nil
I can't reproduce this -- could you provide a minimal recipe to
reproduce the bug ?
Th
Nick Dokos wrote:
> Andrews, Kyle (KC) wrote:
>
>
> > Maybe it is related to this issue?
> >
> > http://lists.gnu.org/archive/html/emacs-orgmode/2012-03/msg00310.html
> >
>
> I'd say probably not.
>
Well, looking at it some more, you may very well be right:
org-get-category is saving matc
Andrews, Kyle (KC) wrote:
> When I try to rebuild the agenda buffer to display only TODO's with "1 r" I=
> get the error:
>
>
> org-agenda-get-todos: Wrong type argument: integer-or-marker-p, nil
>
>
> And then the buffer is left blank.
>
> Here is the backtrace:
>
>
> Debugger entered--L
On 1/3/13 Jan 3 -4:17 AM, Daniel Clemente wrote:
> El Wed, 02 Jan 2013 13:07:20 -0600 Robert Goldman va escriure:
>>
>> Thunderbird, which I have been using, doesn't support links to messages.
>> OTOH, it has the best IMAP client I have found, so I keep coming back
>> to it.
>>
>> Gnus: I regret
Cool, thanks for the change!
Dave
Bastien writes:
> Hi David,
>
> da...@adboyd.com (J. David Boyd) writes:
>
>> The section of the code that writes out the Priorities (line 462 in org
>> version 7.9.2) totally ignores the variables org-highest-priority and
>> org-lowest-priority, and simply s
When I try to rebuild the agenda buffer to display only TODO's with "1 r" I get
the error:
org-agenda-get-todos: Wrong type argument: integer-or-marker-p, nil
And then the buffer is left blank.
Here is the backtrace:
#+BEGIN_QUOTE
Debugger entered--Lisp error: (wrong-type-argument integer-o
Luca Ferrari wrote:
> Thanks,
> a very good advice. Now, forgive my lisp ignorance, but I've defined
> the following function to do what I want:
>
> (defun org-todo-automatic-clock ()
> "Starts/Stops the clock when a task is marked as implementing or completed"
> (if (string= state org-todo-
Thanks,
a very good advice. Now, forgive my lisp ignorance, but I've defined
the following function to do what I want:
(defun org-todo-automatic-clock ()
"Starts/Stops the clock when a task is marked as implementing or completed"
(if (string= state org-todo-fluca1978-running)
(org-clock-
Hi Luca,
Luca Ferrari writes:
> I'd like to advice the function org-todo to check in and check out the
> clock automatically.
I would not advice `org-todo', I would explore the idea of adding a
function to `org-after-todo-state-change-hook'.
> I've defined the org-todo-keywords so that they ha
Hi,
It would be useful to be able to use the noweb reference syntax to refer
to #+CALL: lines:
e.g.:
#+name: myFunction
#+BEGIN_SRC sh :var A="" :noweb yes
echo $A
#+END_SRC
#+CALL: myFunction[:results output](A="aaa") :noweb-ref mynoweb
#+header: :noweb yes
#+begin_src sh
<>
#+end_src
#+RES
Hi all,
I'd like to advice the function org-todo to check in and check out the
clock automatically.
I've defined the org-todo-keywords so that they have a choice letter as follows:
(setq org-todo-keywords
'( (sequence "TODO(t!)" "|" "DONE(d!)")
(sequence "FEATURE(f!)" "BUG(b!)" "IM
Hi,
there exist a contrib
http://orgmode.org/worg/org-contrib/org-git-link.html
which allows you to link to specific versions of a file under git control.
Thus, you can describe a error/feature/behavior in a file and make sure the
description remains valid even if you change the file in the mean t
Thanks,
this is really close to what I was searching for (I believe that using
the bare metal mode with the commit object is what I need to track
which commit closed the task.
I'll try it.
Thanks,
Luca
This is fascinating, thanks for explaining this. One question though is
about the templates. I wasn't aware you can have such things in org-mode.
Can you elaborate a bit on those?
Thanks!
S.
On Thu, Jan 3, 2013 at 3:57 PM, Darlan Cavalcante Moreira wrote:
>
> A have a setup similar to the one
A have a setup similar to the one you ask, using tables, but I don't need
babel for that.
Basically, I have a "Finances" headline in my main org file, whose children
are "years" headlines. In the beginning of each month I create a new
headline for that month in the current year using a template s
On Thu, 3 Jan 2013 13:11:26 +0100
Stelian Iancu wrote:
> You guys might want to check out mu4e as well:
> http://www.djcbsoftware.nl/code/mu/mu4e.html
>
> It's quite young but shows a lot of promise.
Looks interesting, but it lacks support for nntp and all the mailing
lists I follow (except one
Am Thu, Jan 03, 2013 at 02:48:16PM +0100, Bastien wrote:
> Not, it `C-c C-x f' is not activated by orgstruct++-mode -- I don't
> think it should, as orgstruct++-mode keybindings are only active in
> Org's structures, and `org-footnote-action' should be available in
> paragraphs as well.
thanks fo
Hi Igor,
Igor Sosa Mayor writes:
> orgstruct++-mode wsa already on. It is supposed to activate also the
> footnote functionality. At least C-c C-x f is not activated...
Not, it `C-c C-x f' is not activated by orgstruct++-mode -- I don't
think it should, as orgstruct++-mode keybindings are only
Luca Ferrari writes:
> Hi all,
> I'm using Org mode to manage my coding projects, that are all based on
> git. I was wondering if there are tips and tricks to use the two
> efficiently, for instance storing the current head when a task is
> marched as completed in org mode, so that the task can "
Am Thu, Jan 03, 2013 at 01:36:53PM +0100, Bastien wrote:
> (define-key mail-mode-map "\C-c\C-xf" 'org-footnote-action)
thanks, Bastien, it works perfectly.
> You might also want to turn on orgstruct++-mode like this:
orgstruct++-mode wsa already on. It is supposed to activate also the
footnote f
Hi all,
I'm using Org mode to manage my coding projects, that are all based on
git. I was wondering if there are tips and tricks to use the two
efficiently, for instance storing the current head when a task is
marched as completed in org mode, so that the task can "link" to the
commit that complete
Hi Ben,
Ben Finney writes:
> I am getting the same error. I'm using the Org mode that comes with
> Emacs (“GNU Emacs 23.4.1”).
You should not get this error anymore from maint.
Thanks,
--
Bastien
Hi Igor,
Igor Sosa Mayor writes:
> (eval-after-load 'mail '(define-key mail-mode-map [C-c C-x f]
> 'org-footnote-action))
(define-key mail-mode-map "\C-c\C-xf" 'org-footnote-action)
You might also want to turn on orgstruct++-mode like this:
(add-hook 'mail-mode-hook 'turn-on-orgstruct++)
HT
Hi James,
James Harkins writes:
> - One should not put symlinks into org-directory, or at least make
> sure the symlink's name is the same as the target. If this is an
> intentional limitation, it should be documented.
>
> - Or, the symlink resolution is not actually necessary and it causes
> pr
Hi David,
da...@adboyd.com (J. David Boyd) writes:
> The section of the code that writes out the Priorities (line 462 in org
> version 7.9.2) totally ignores the variables org-highest-priority and
> org-lowest-priority, and simply sets the #+ALLPRIORITIES value to "A B
> C".
>
> In my case, I hav
Hi Ramon,
Ramon Diaz-Uriarte writes:
> - Then, when org-mobile-push runs (either because it tell it do so, or
> because the timer says so), the display gets redrawn, and I get only two
> windows, one with *Org Agenda* and the other with the *SUMO* buffer.
>
> This is very annoying to me be
On Thu, Jan 3, 2013 at 11:53 AM, Michael Strey wrote:
> On Wed, Jan 02, 2013 at 01:07:20PM -0600, Robert Goldman wrote:
> > I use multiple devices, so I need to have an IMAP server that really is
> > an IMAP server, instead of something the just serves up messages to be
> > downloaded. I have mu
Hi,
i'm trying to use org-footnote-action in mail-mode for writing
footnotes. I would like to bind it to C-c C-x f.
If I put this in .emacs
(eval-after-load 'mail '(define-key mail-mode-map [C-c C-x f]
'org-footnote-action))
I get the message: "C-c C-x f is undefined". This line appears befor
Right now for 'VISIBILITY' property Org has the following options:
folded, children, content, all
I think one more flexible options--n children--would be useful (n is a
integer)
It restricts how many top children you can see under the current headline.
This is inspired by Things for Mac app,
On Wed, Jan 02, 2013 at 01:07:20PM -0600, Robert Goldman wrote:
> I use multiple devices, so I need to have an IMAP server that really is
> an IMAP server, instead of something the just serves up messages to be
> downloaded. I have multiple folders, and I read messages from different
> clients.
I
El Wed, 02 Jan 2013 13:07:20 -0600 Robert Goldman va escriure:
>
> Thunderbird, which I have been using, doesn't support links to messages.
> OTOH, it has the best IMAP client I have found, so I keep coming back
> to it.
>
> Gnus: I regret to say that despite having tried it at least three
> ti
Hi Nathan,
Nathan Trapuzzano writes:
> This would apply the escape to the entire row. I supposed it's better
> than the way things are now, but it's still not a very good solution in
> my mind.
Please do feel free to have a go and let us know what works best.
Thanks!
--
Bastien
Hi Samuel,
Samuel Wales writes:
> In my case, follow-mode works best with a split window.
>
> So combining them makes me choose which to not use.
Do I understand right that you would like to display indirect
buffers in a new frame and follow agenda trees in other window?
And that you are forced
Hi Glenn,
Glenn Morris writes:
> Please can we have the relevant patch installed in emacs-24.
I plan to release Org 7.9.3 before the end of the week, most
probably on sunday eve. I will do the merge then.
--
Bastien
40 matches
Mail list logo