From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yagnesh Raghava Yakkala Subject: Re: Bib file path relative to home using tilde ~ in Ubuntu Date: Sun, 14 Oct 2012 02:40:49 +0900 Message-ID: <87r4p21d9a.fsf@yagnesh.org> References: <87391i31i3.fsf@yagnesh.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN5gH-0005rp-Ku for emacs-orgmode@gnu.org; Sat, 13 Oct 2012 13:39:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TN5gG-000881-PF for emacs-orgmode@gnu.org; Sat, 13 Oct 2012 13:39:21 -0400 Received: from mailgate4.sys.hokudai.ac.jp ([133.87.1.147]:54537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN5gG-00087r-FR for emacs-orgmode@gnu.org; Sat, 13 Oct 2012 13:39:20 -0400 Received: from mailgate4.sys.hokudai.ac.jp (localhost.localdomain [127.0.0.1]) by localhost.sys.hokudai.ac.jp (Postfix) with ESMTP id 44D9742DF89 for ; Sun, 14 Oct 2012 02:39:18 +0900 (JST) Received: from okhotsk19 (okhotsk19.lowtem.hokudai.ac.jp [133.87.217.175]) by mailgate4.sys.hokudai.ac.jp (Postfix) with ESMTP id 3979042DF86 for ; Sun, 14 Oct 2012 02:39:18 +0900 (JST) In-Reply-To: (Sanjib Sikder's message of "Sat, 13 Oct 2012 20:06:28 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sanjib Sikder Cc: emacs-orgmode@gnu.org Hello Sanjib, Sanjib Sikder writes: > export BIBINPUTS=3D".:$HOME/bib:" > export BSTINPUTS=3D".:$HOME/bst:" > export TEXINPUTS=3D".:$HOME/bib:" Actually TEXINPUTS variable is for tex sources (classes, packages ..). (not relevant to the current topic) > > where bib and bst are my two folders whose actual path are /home/USERNAME= /bib > for example. > > But it is still not working.=20 may be the environment variables didn't get exported. The easiest way to update is logout from the computer, login again and start emacs. > [I did one mistake, initially instead of placing these in .bashrc, i had = run > those in terminal. Is it causing any problem?] I don't think so. Thanks., --=20 =E0=B0=8E=E0=B0=82=E0=B0=A6=E0=B0=B0=E0=B1=8B =E0=B0=AE=E0=B0=B9=E0=B0=BE= =E0=B0=A8=E0=B1=81=E0=B0=AD=E0=B0=BE=E0=B0=B5=E0=B1=81=E0=B0=B2=E0=B1=81 = =E0=B0=85=E0=B0=82=E0=B0=A6=E0=B0=B0=E0=B0=BF=E0=B0=95=E0=B0=BF =E0=B0=B5= =E0=B0=82=E0=B0=A6=E0=B0=A8=E0=B0=AE=E0=B1=81=E0=B0=B2=E0=B1=81 YYR