Carsten Dominik wrote:
Well, at least it was not a close call :-)
http://sourceforge.net/community/cca09/winners/
shows that we came in 9th of the 10 contenders.
It looks to me that org-mode received around 873 votes which is pretty
good in my book. PortableApps.com, a heavily advertised
Bastien wrote:
sran...@gmail.com writes:
I admit the demo is rough. I had to quit working on it in order to do my
regular work. Adding a concluding slide shouldn't be hard though. As the
method I used to make the demo is highly inefficient, it would be too
much work to change the font, so I'm n
Bastien wrote:
sran...@gmail.com writes:
I admit the demo is rough. I had to quit working on it in order to do my
regular work. Adding a concluding slide shouldn't be hard though. As the
method I used to make the demo is highly inefficient, it would be too
much work to change the font, so I'm n
Bastien wrote:
sran...@gmail.com writes:
Ok, I guess sending this as an attachment isn't going to work. So, below
is a link to a Beamer presentation that is intended to give the viewer a
taste of what can be done with org-mode.
http://www3.uakron.edu/randby/orgmode/demo.pdf
Nice. Three tiny
Fantastic video!
Scott Randby
Bastien wrote:
Hi all,
I managed to create a short video for the SCCA 2009:
http://www.youtube.com/watch?v=TlTDSX0vRiA
http://vimeo.com/5155665 (for those who prefer)
Chritopher Baker kindly allowed me to use some of his great
video material from his "Hello
Ok, I guess sending this as an attachment isn't going to work. So, below
is a link to a Beamer presentation that is intended to give the viewer a
taste of what can be done with org-mode.
http://www3.uakron.edu/randby/orgmode/demo.pdf
Originally, I was going to make a video, but getting good re
Here are some ideas.
--
1. Complete this sentence in about 140 characters: "Our project is
[-foo-]." For example, "Our project is a tool that helps you wash your
car."
Our project is the best organizing tool that exists
Nick Dokos wrote:
sran...@gmail.com wrote:
I just discovered that if I put HTML source code into a drawer, it is
not exported. The following example illustrates a situation where only
the headline is exported.
#+DRAWERS: DUCK
* Ducks Quack
:DUCK:
#+BEGIN_HTML
The quack ducks.
#+END_HTM
Greetings:
I just discovered that if I put HTML source code into a drawer, it is
not exported. The following example illustrates a situation where only
the headline is exported.
#+DRAWERS: DUCK
* Ducks Quack
:DUCK:
#+BEGIN_HTML
The quack ducks.
#+END_HTML
:END:
Is this behavior inten
Marvin Doyley wrote:
I would like to use Org mode to build and maintain my research website.
I have begun to build the website in org and exporting it to html works
fine; however, I was wondering how can I get export to produce more
professional looking website similar rather than an outline. D
I received a request to tell the list how I managed to change the face
for lines that begin with # in an org file, so here it is.
Lines that begin with # are comment lines. The face of comment lines is
determined by font-lock-comment-face. In my .emacs, I now have:
'(font-lock-comment-face ((
Please disregard my previous message. I figured out how to change the face.
Scott Randby
___
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
Hi,
I've been customizing faces for org-mode. Everything is easy to do
except I can't figure out how to customize the face of lines which begin
with # such as the following:
#+STARTUP: hidestars overview
How do I customize the face of these lines?
Scott Randby
I saw some discussion on the list about custom IDs, but it confused me.
So, here is my problem.
I upgraded to 6.26. Now, when I export my index.org file to html, the
headlineline
* Courses
is exported to
Courses
instead of
Courses
.
This happens for all other headlines in index.org
Carsten Dominik wrote:
Hi Scott,
I do not think it makes sense to automatically produce these files.
Among other things, it would mean that the extra files are
produces for every single export of a file.
Yes, I agree, but I still would like to be able to do it. Perhaps, when
I eventually lear
Greetings,
When I export (using org-mode 6.23) to html an org file that has options
for org-info.js, the html file contains this:
Earlier versions of org-mode exported scripts this way:
/* */
Today, I disco
Carsten Dominik wrote:
That would be the variable org-highlight-sparse-tree-matches.
Thanks, this is perfect for me.
Scott
How to find it?
M-x org-customize RET
Open the "Org Structure" group
Open the "Org Sparse Trees" group
and there it is.
Or, alternatively
M-x apropo
Hi again,
Sorry for the multiple messages.
I just noticed one other thing. When I go from slide mode to plain mode,
the full table of contents will not be displayed unless I reload the page.
Scott Randby
___
Emacs-orgmode mailing list
Remember:
Hi again,
I just noticed that the title is displayed when I hit "x" to view the
page as slides and it appears at the top of every slide. Unfortunately,
I don't want the title displayed when viewing the page as slides. I only
want it displayed above the table of contents when in plain or info m
Hi,
I just upgraded org-info.js to version 0.1.0.2. Everything works fine
except for one item.
The org file I use to generate my web page contains the line
#+TITLE: This is the Title
which org-mode 6.23 exports to html, right below , as
This is the Title
When I view the web page using
Greetings:
This is a small issue. I've just installed Org-6.21b, upgrading from
Org-6.09 (yes, I'm behind). At the top of an org file I export to html,
I have the "-*- mode: org; -*-" line even though I really don't need it.
When I exported to html using 6.09, this line was ignored. When I exp
Hi Carsten,
Here is what I find in my disorganized .emacs.
(setq org-show-following-heading nil)
(add-hook 'org-mode-hook 'turn-on-font-lock)
'(org-export-html-style "")
'(org-export-skip-text-before-1st-heading t)
'(org-show-entry-below (quote ((default
'(org-show-siblings (quote ((default)
Matthew Lundin wrote:
Hi Scott,
[EMAIL PROTECTED] writes:
I've been using org-mode to make my web site since August. The address
follows.
http://www3.uakron.edu/randby
Thanks for the link. I like how you've used org-info.js and a single
page to create an entire website.
Matt
Hi Matt,
T
[EMAIL PROTECTED] (Flávio de Souza) writes:
Hi everybody!
I'm new emacs and org-mode user. I've posted to this group sometimes and
I got helpful hints. Now I need your help ( opinion ) about
publishing html with org-mode.
I decided to use emacs to make my personal website. Basically,
I want to
Sebastian Rose wrote:
[EMAIL PROTECTED] wrote:
One comment. I've been using LaTeX for about 15 years, Emacs for about
2 years and Org-Mode for about 8 months. My LaTeX files are heavily
customized and I'm used to working with them without org-mode. My few,
and not very serious, attempts to mov
Russell Adams wrote:
On Fri, Oct 17, 2008 at 03:30:12PM -0400, [EMAIL PROTECTED] wrote:
The videos are all extremely useful and enjoyable. Too bad they are not
available in OGG format.
They are! Ogg Theora "raw" video is available on
http://video.houstonlinux.org/, in the raw directory. The t
Russell Adams wrote:
Fellow Org'ers,
About a month after Carsten gave his incredible presentation at
Google, I shared his video with the Houston Linux Users Group at one
of our bimonthly Saturday meetings.
Instead of reinventing the wheel, I chose to share his video with the
group and augment i
In case some are wondering, Jörg is referring to a message I sent to him
about updating org-mode in Carbon Emacs. I meant to send the message to
this list, but I failed to hit "reply all" when I sent it and I didn't
check its address before I sent it. Anyway, in case others are
interested, the
Hi Stephan,
Thanks, I was using M-Shift-s instead of M-Shift . Now it
works fine.
Scott
Stephan Schmitt wrote:
Hi Scott,
for me it works like intended.
Perhaps you're confusing the keystrokes:
M-S- does not mean
Meta-Shift-s
but
Meta-Shift-
i.e. the capital S denotes the Shift key.
Then
Here is something weird. When I move a subtree using M-S- or
M-S-, the content of the first section of the subtree becomes
centered.
* Subtree
** Section 1
Content 1
** Section 2
Content 2
changes to
* Subtree
** Section 1
Content 1
** Section 2
Content 2
It is as if M-s
Hi Sebastian,
Thanks for the fix. I changed the links in the org-info.js script itself
and the HELP and 'click here' links work fine now. Ahh, the benefits of
free software. You can modify the software however you wish!
Scott
Sebastian Rose wrote:
Hi Scott,
I can confirm the black 'HELP'
Hi Sebastian,
I'm embarrassed to say that the help function works after all. I thought
it didn't work because the HELP link isn't blue, it is black and the
mouse doesn't indicate a link when the pointer is put on the HELP. I
didn't think to try to click on it (DUH). So my only question is how
I am using the org-info.js script when I export an ORG file to html.
Everything works great except I can't figure out how to turn on the help
function so that the HELP link is active. I've looked through the
org-info.js documentation (in which the HELP link is active) and found
only that the he
Hi Carsten,
I understand and appreciate your point, but in my case there is no
danger of accidentally typing in invisible text. The reason I don't want
to display the next headline is that I wish to fold the headlined region
I'm working in and return everything to the state it was when I first
I upgraded my org-mode to 6.06b which took care of the problem of
showing undesired headlines after a search, but a new issue has arisen.
Say I have the following text:
* Grades
** Student 1
*** Exams :exams:
Exam scores
*** Homework :homework:
Homework scores
** Student 2
*** Exams
Thanks for the solution. I believe that I am using an older version of
org-mode. I will upgrade later, but setting the
`org-show-following-heading' variable to nil will do for now.
Scott Randby
Carsten Dominik wrote:
On Jul 27, 2008, at 10:22 AM, [EMAIL PROTECTED] wrote:
When I do a tag sea
When I do a tag search (C-c \), the headline containing the tag is
displayed along with the next headline (which does not contain the tag I
was searching for) at that level if there is one. I don't want the next
headline displayed. How do I adjust org-mode to stop displaying these
undesired hea
The talk was impressive, especially because it made me aware of the
org-mode web site and this mailing list. I've been using org-mode for
about 7 months after finding out about it through an article in Linux
Journal. I'm a mathematics professor and I use org-mode to keep track of
grades. I have
38 matches
Mail list logo