From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: Re: Help: Agenda not working anymore Date: Fri, 16 Jul 2010 19:26:25 +0200 Message-ID: <87hbjzmj7i.wl%dmaus@ictsoc.de> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============1603082662==" Return-path: Received: from [140.186.70.92] (port=46092 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZogj-0005O8-Jf for emacs-orgmode@gnu.org; Fri, 16 Jul 2010 13:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZogi-0007Jf-7E for emacs-orgmode@gnu.org; Fri, 16 Jul 2010 13:27:05 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:37933) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZogi-0007JX-2B for emacs-orgmode@gnu.org; Fri, 16 Jul 2010 13:27:04 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Markus Heller Cc: emacs-orgmode@gnu.org --===============1603082662== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Fri_Jul_16_19:26:25_2010-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Fri_Jul_16_19:26:25_2010-1 Content-Type: text/plain; charset=US-ASCII Markus Heller wrote: >I've finally started to use git for my .org-files, and I'm still very >new to git. But ever since I initialized the repository, emacs loads >vc-git, which apparently is bundled with emacs. My suspicion was that >all those ID locations are in fact related to vc-git, and upon disabling >vc-git by putting >(setq vc-handled-backends nil) In case you are going to need vc you can use this hack to disable vc for Org mode agenda files: (add-hook 'find-file-hook 'dmj/disable-vc-for-agenda-files-hook) (defun dmj/disable-vc-for-agenda-files-hook () "Disable vc-mode for Org agenda files." (if (and (fboundp 'org-agenda-file-p) (org-agenda-file-p (buffer-file-name))) (remove-hook 'find-file-hook 'vc-find-file-hook) (add-hook 'find-file-hook 'vc-find-file-hook))) HTH, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Fri_Jul_16_19:26:25_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAkxAlkEACgkQma24O1pEeOZV/gEAy3AtfeBdMkk/bmo1xXfvAQqu 4SVoUkwwyKihIPkYCEQBALzlIBH7O3Bgn1poriRIZjJUhosRkrB4AaWtx3b239Y+ =flod -----END PGP SIGNATURE----- --pgp-sign-Multipart_Fri_Jul_16_19:26:25_2010-1-- --===============1603082662== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1603082662==--