emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Sanjib Sikder <sanjibju2002@gmail.com>
Cc: Yagnesh Raghava Yakkala <hi@yagnesh.org>, emacs-orgmode@gnu.org
Subject: Re: Bib file path relative to home using tilde ~ in Ubuntu
Date: Sun, 14 Oct 2012 00:57:35 -0400	[thread overview]
Message-ID: <14518.1350190655@alphaville> (raw)
In-Reply-To: Message from Sanjib Sikder <sanjibju2002@gmail.com> of "Sat, 13 Oct 2012 23:40:38 +0530." <CAL1SgUr_4g2+pgbh=-iOR0YsPLknAUutWjO_jtp29RsV2Nk0ug@mail.gmail.com>

Sanjib Sikder <sanjibju2002@gmail.com> wrote:

> Hi,
> 
> "The easiest way to update is logout from the computer, login again and start emacs."
> 
> I did that. Still not working :(
> 

When you have problems like this, you need to take it in small
steps.

o What shell are you using? Yagnesh's recommendation assumes
  that you are running bash as your shell (presumably on some
  Linux/Unix system). Is this assumption correct?

o Assuming you are using bash, there are two relevant initialization
  files: a login shell sources $HOME/.profile and any shell (be it a login
  shell or one that is started as a descendant of your login shell) sources
  $HOME/.bashrc.

o Adding

  export FOO=bar

  to such an initialization file causes the variable FOO to be defined (with value "bar")
  and to be exported (i.e. it is available in the environment of *any* subprocess of
  this shell).

o So log out and log back in[fn:2], start a shell and at the prompt say

  echo $FOO

  Does it say "bar"? If not, don't go any further: the problem has nothing to do with
  emacs (note that this is the first time I mention emacs).

o If this part is OK, start emacs *from this shell*: it should inherit the variable.
  You can check by evaluating this form:

  (getenv "FOO")

  Then the variable will also be available to any subprocesses started by emacs.

o In particular, if you define BIBINPUTS as Yagnesh suggests, then the bibtex invoked
  by the latex exporter under emacs will find the bib file where you told it.
  
o What can go wrong? The usual problem is that you use some graphical
  desktop environment and start emacs by clicking on some icon. Then
  the emacs process does not have a bash shell as its parent, so it does
  not inherit the exported variables. Try starting emacs from a bash
  command line.[fn:2]

Nick

Footnotes:
[fn:1] If you define it in .bashrc, you shouldn't have to log out and log
       back in: just start a new bash shell.

[fn:2] I prefer defining variables in my .profile and I have arranged
       for my .profile to be sourced by the appropriate initialization
       file of my graphical desktop environment, so I get it whether I
       log in at the console or through the graphical login. That
       way *every* process, no matter how it is started, has the
       variables available to it. I use .bashrc only for aliases (which
       I use very rarely, so most of the time I don't have a .bashrc
       file at all).

  parent reply	other threads:[~2012-10-14  4:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-13 13:54 Bib file path relative to home using tilde ~ in Ubuntu Sanjib Sikder
2012-10-13 14:11 ` Yagnesh Raghava Yakkala
2012-10-13 14:36   ` Sanjib Sikder
2012-10-13 17:17     ` Sanjib Sikder
2012-10-13 17:40     ` Yagnesh Raghava Yakkala
2012-10-13 18:10       ` Sanjib Sikder
2012-10-14  1:54         ` Yagnesh Raghava Yakkala
2012-10-14  6:23           ` Sanjib Sikder
2012-10-14  7:28             ` Vladimir Lomov
2012-10-14 15:49               ` Thomas S. Dye
2012-10-14  4:57         ` Nick Dokos [this message]
2012-10-14  6:44           ` Sanjib Sikder
2012-10-14  9:42           ` Yagnesh Raghava Yakkala

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=14518.1350190655@alphaville \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=hi@yagnesh.org \
    --cc=sanjibju2002@gmail.com \
    /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).