emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Centos 6.5 => emacs 23.1 => org 6.21b => Need help
@ 2014-04-03 17:04 Suhas Pai
  2014-04-16 16:47 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Suhas Pai @ 2014-04-03 17:04 UTC (permalink / raw)
  To: Emacs-orgmode@gnu.org

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

My kudos to the orgmode team. I love the package and want to use
it to teach a Fall course in engineering. I use Centos and typed the following
to get the latest:

sudo yum groupupdate emacs
Package 1:emacs-23.1-25.el6.x86_64 already installed and latest version
In order to preserve the integrity of all pacakges installed, I prefer not
deviate from "yum" so I don't have the latest emacs (24.1) or the orgmode pacakge.

* Shell mode
#+begin_src sh :exports both
echo "Hello world"  # C-c C-c
#+end_src

Currently, I'm running into the following issues and can easily share my session via VNC to 
see the problem firsthand.

1. C-c C-e b  says "exporting done" but it doesn't open it in firefox however when I open sh.html in emacs and type C-c C-s and C-c C-v, it displays in firefox.
2. When I keep my cursor on "Hello world" and do C-c C-c it comes back with "org-ctrl-c-ctrl-c: C-c C-c can do nothing useful at this location. I was expecitng "#+results:"
3. When publish, is there a way to tell org mode to create all files with 755 permissions. It correctly creates them in ~/public_html directory but with 700 permissions.
4. Is there a colorful stylesheet that allows me set the backgroud color, image, etc.? Should I just save it in ~/org/css directory. The html output is bit dull at the moment.
5. I plan to teach some hardware languages where I want to show compile, simulate and view waveforms using babel-org mode. How do I add HW language support?
6. I noticed that if I just have code without heading, it picks up the first line of the language as heading. 
7. It didn't auto complete submit in the current org version I have => M-x org-submit-bug-report RET

My apologies for not finding the solution to these problems even after extensive googling and youtubing.

Thanks,
Suhas

[-- Attachment #2: Type: text/html, Size: 2249 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Centos 6.5 => emacs 23.1 => org 6.21b => Need help
  2014-04-03 17:04 Centos 6.5 => emacs 23.1 => org 6.21b => Need help Suhas Pai
@ 2014-04-16 16:47 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2014-04-16 16:47 UTC (permalink / raw)
  To: Suhas Pai; +Cc: Emacs-orgmode@gnu.org

Hi Suhas,

Suhas Pai <suhaspai@yahoo.com> writes:

> sudo yum groupupdate emacs
> Package 1:emacs-23.1-25.el6.x86_64 already installed and latest
> version
> In order to preserve the integrity of all pacakges installed, I
> prefer not
> deviate from "yum" so I don't have the latest emacs (24.1) or the
> orgmode pacakge.

I suggest you install latest Org release by

1. downloading http://orgmode.org/org-latest.zip
2. unzipping the file
3. cd org-mode/
3. make autoloads

Then add this to your .emacs.el file :

;; Adapt the directory path if needed
(add-to-list 'load-path "~/org-mode/")

This way you will enjoy a recent version without compromising
the stability of your distribution, and you'll be able to check
if the issues you reported are still there.

Best,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-16 16:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-03 17:04 Centos 6.5 => emacs 23.1 => org 6.21b => Need help Suhas Pai
2014-04-16 16:47 ` Bastien

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).