emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: andrea <andrea.crotti.0@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: org-agenda-files variable
Date: Mon, 18 Jan 2010 11:46:55 +0100	[thread overview]
Message-ID: <m18wbvwuzk.fsf@gmail.com> (raw)
In-Reply-To: 447E3ED5-4D17-449C-A3C9-1F17E50DF4CF@gmail.com

Carsten Dominik <carsten.dominik@gmail.com> writes:

> Hi Andrea,
>
> This post is really incomplete, and it is impossible for anyone to give
> a good answer - which means that everyone has to read my answer and then
> your second attempt.  Things that could help are:
>
> - What does your hook look like?
> - There is no hook called `before-hook'
> - Are you using a recent version of Org-mode?
> - Are the "different machines" different operating systems?
>
> Please, before you send an email to more than 700 people, stop
> for a second and check if you have supplied all the information
> that could possibly be useful.
>
> Thanks.
>
> - Carsten

I'm really sorry you're right, I should write a sort for this kind of
questions, I always forget important details...
Anyway

emacs-version: "23.1.50.1"
org-version:   "6.33trans"


The code for the hook is this

--8<---------------cut here---------------start------------->8---
(defun org-add-eventually()
  "Adding a file to org-agenda when saved"
  (interactive)
  (if (string= major-mode "org-mode")
      (org-agenda-file-to-front)))

(add-hook 'before-save-hook 'org-add-eventually)
--8<---------------cut here---------------end--------------->8---

And finally I have different operating systems, linux on the other
machine and osx 10.6 on this one.

I'm not sure when the filename gets added in the "wrong format", but
maybe it's my fault, I visit the absolute path.
Anyway if I can force somehow to only use relative to home paths in
emacs somehow it would be also fine.

By the way when I open the agenda all the org-files are visited and I
end up with a lot of buffers, is that normal?

Thanks and sorry for the incomplete post

  reply	other threads:[~2010-01-18 10:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-17 11:00 org-agenda-files variable andrea
2010-01-18  7:37 ` Carsten Dominik
2010-01-18 10:46   ` andrea [this message]
2010-01-18 11:45     ` Stephan Schmitt
2010-01-22  9:58     ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m18wbvwuzk.fsf@gmail.com \
    --to=andrea.crotti.0@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).