emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Manager Leader <managerleader@gmail.com>
To: Manish <mailtomanish.sharma@gmail.com>
Cc: Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: Re: Org-Mode in Windows
Date: Sun, 25 Jan 2009 23:30:16 +0800	[thread overview]
Message-ID: <497C8588.2090100@gmail.com> (raw)
In-Reply-To: <e7cdbe30901250711o240c789bq6ef6603bbd20986@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1665 bytes --]

Hi Manish,

Thanks for the tip on loading the .emacs using M-x load-file (ENTER), 
after that I type "c:/emacs/.emacs" and the agenda command worked.

With regards to the environmental settings - we're doing it the same 
place - see attached screenshot.

With regards to my .emacs, its very empty - I attached it as well... I 
just created the .emacs file myself. Is there supposed to be something 
inside .emacs by default?

How do you think I should make the .emacs load by itself?

Thanks,


Bailey

Manish wrote:
> On Sun, Jan 25, 2009 at 8:32 PM, Manager Leader wrote:
>   
>> Hi Manish,
>>
>> Thank you for your reply.
>>
>> I tried what you said:
>> (add-to-list 'load-path "C:/path/to/org-mode/lisp")
>> (require 'org-install)
>> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
>> (global-set-key "\C-ca" 'org-agenda)
>>
>> But I had to create a .emacs file (.emacs filename and no extension - not
>> sure if this is right). I placed 2 copies - 1 where runemacs.exe is located
>> (c:/emacs/bin) and another in c:/emacs - but it seems like there's no effect
>> on the behaviour of org-mode... So I think there's a problem with reading
>> the .emacs..
>>
>> I have already set the path: C:\emacs\bin\ and Added environmental variables
>> HOME = c:\emacs\
>>     
>
> How are you setting up the environment variable?  I set it up a user
> variable under:
>
> 1. Windows Explorer
> 2. My Computer
> 3. (right click)
> 4. Properties
> 5. Advanced Tab
> 6. Environment Variables
>
> Do restart Emacs for this to take effect.
>
> You can load .emacs using "M-x laod-file <RET>" and navigating to the
> file as well while you resolve the issue.
>
> HTH
>   

[-- Attachment #2: emacs environent.jpg --]
[-- Type: image/jpeg, Size: 80755 bytes --]

[-- Attachment #3: .emacs --]
[-- Type: text/plain, Size: 373 bytes --]

;; The following lines are always needed.  Choose your own keys.
(add-to-list 'load-path "c:/emacs/org")
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)

(global-font-lock-mode 1)                     ; for all buffers
(transient-mark-mode 1)

[-- Attachment #4: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2009-01-25 15:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <497BD2E2.3080306@gmail.com>
2009-01-25  6:45 ` Org-Mode in Windows Carsten Dominik
2009-01-25 10:56   ` David Lord
     [not found]     ` <497C5E28.9070706@gmail.com>
2009-01-25 20:01       ` David Lord
2009-01-25 11:49   ` Manish
2009-01-25 15:02     ` Manager Leader
2009-01-25 15:11       ` Manish
2009-01-25 15:30         ` Manager Leader [this message]
     [not found]           ` <497C8B92.8010706@firstscales.com>
2009-01-25 18:45             ` Manish

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=497C8588.2090100@gmail.com \
    --to=managerleader@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mailtomanish.sharma@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).