[O] 'org-calendar-holiday's not in an org agenda org file

2013-09-09 Thread Enda
In order to include holidays in the org agenda for current day or week (M-x 
org-agenda RET a), you have to put the following line in one of the 
org-agenda-files:

%%(org-calendar-holiday)

Is there a way to include holidays in the org agenda for current day or week 
without putting %%(org-calendar-holiday) in one of the org agenda org files?


-- Enda



[O] items in org-class do not get exported in ical export

2012-09-05 Thread Enda
When export an org file to ical, the items in org-class do not get exported.

http://orgmode.org/worg/org-faq.html#org-class


- Enda



[O] org-class, instead of (all) holidays could there be a set of holidays that could be skipped?

2012-08-24 Thread Enda
http://orgmode.org/worg/org-faq.html#org-class
  If one of
the SKIP-WEEKS is the symbol holidays, then any holidays known to the
calendar are also skipped. 


Using org-class, instead of the symbol holidays to denote all holidays, could 
there be a set of holidays that could be skipped denoted by another symbol?


- Enda



[O] how do you I export holidays into an iCal file

2012-08-15 Thread Enda
How do you I export this into an iCal file (C-c C-e i) (only events get 
exported):

* New Year's Day
%%(diary-anniversary 1 1)


- Enda

[O] #+OPTION that specified headings would be fontified while everything else would not be

2012-07-05 Thread Enda
Can there be a way to specify headings (and subheadings) in an #+OPTION option, 
and that these headings would be fontified while everything else would not be, 
like

* Blue1
#!/not/red

* Blue2
** Sierra1
http://www.example.com/notblue

(links are usually the same colour as the first level heading.)

Org #+OPTIONS (#+STARTUP, #+OPTIONS, etc.) should be fontified so that
they can be easily seen.

* Not a Heading

- list1

*not* bold
/not/ italicised

- not to be treated like a list


#+OPTIONS: headings1: Blue1 Blue2 headings2: Sierra1 lists: list1
#+STARTUP: showall



Best wishes,

Enda

[O] #+OPTION that specified headings would be fontified while everything else would not be

2012-07-05 Thread Enda
Can there be a way to specify headings (and subheadings) in an #+OPTION option, 
and that these headings would be fontified while everything else would not be, 
like

* Blue1
#!/not/red

* Blue2
** Sierra1
http://www.example.com/notblue

(links are usually the same colour as the first level heading.)

Org #+OPTIONS (#+STARTUP, #+OPTIONS, etc.) should be fontified so that
they can be easily seen.

* Not a Heading

- list1

*not* bold
/not/ italicised

- not to be treated like a list


#+OPTIONS: headings1: Blue1 Blue2 headings2: Sierra1 lists: list1
#+STARTUP: showall



Best wishes,

Enda

[O] org-icalendar-alarm-time different time for different category

2012-07-05 Thread Enda
Can there be a per file option to set org-icalendar-alarm-time for a different 
time for a different category?



Best wishes,

Enda


Debian GNU/Linux Emacs 23.4

[O] org-icalendar-alarm-time in org file as an #+OPTION

2012-06-27 Thread Enda
http://orgmode.org/manual/iCalendar-export.html



In Org options, I can set org-icalendar-alarm-time to '5' and when I export the 
org file as an ical file, and then import the ical file into a calendar 
application, I get notified by the alarm of the calendar application five 
minutes before the event (which was in the org file). Is there a way of setting 
org-icalendar-alarm-time to '5' locally instead of globally?

# -*- org-icalendar-alarm-time: 5  -*-
works, but I get a warning when I open the file.


Best wishes,

Enda




 From: Bastien b...@gnu.org
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Wednesday, June 6, 2012 7:30 PM
Subject: Re: org-icalendar-alarm-time in org file as an #+OPTION
 
Hi Enda,

Enda enda...@yahoo.com writes:

 Is there is way to have to have org-icalendar-alarm-time in an org
 file as an #+OPTION?

What would do `org-icalendar-alarm-time'?

-- 
Bastien

[O] org-export-as-html-batch backup file

2012-06-27 Thread Enda
When I run:
emacs --batch --visit=index.org --funcall org-export-as-html-batch

If index.html already exists a backup file index.html~ is created,
however when I export as html within Emacs no backup file is
created. How do I prevent a backup file being created in the above
scenario?


Best wishes,

Enda

[O] How to turn off font-lock-mode per file

2012-06-27 Thread Enda
How do you turn off font-lock-mode per file (an org file)?


Best wishes,

Enda


[O] org-export-icalendar-this-file tmp file

2012-06-27 Thread Enda
When I run 
M-x org-export-icalendar-this-file
on a file, in the *Messages* buffer, it says:

Saving file /tmp/orgics3698Kdg...
Wrote /tmp/orgics3698Kdg
Saving file ~/file.ics...
Wrote ~/file.ics

Does the tmp file need to be created since one is not needed for other
exports?


Best wishes,

Enda

Re: [O] MobileOrg - Symbol's value as variable is void: org-agenda-filter

2012-06-27 Thread Enda
MobileOrg - Push files and views (C-c C-x RET p)

*Backtrace*

Debugger entered--Lisp error: (void-variable org-agenda-filter)
  org-mobile-push()
  call-interactively(org-mobile-push nil nil)


Best wishes,

Enda



 From: Nick Dokos nicholas.do...@hp.com
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Friday, June 22, 2012 5:06 PM
Subject: Re: [O] MobileOrg - Symbol's value as variable is void: 
org-agenda-filter
 
Enda enda...@yahoo.com wrote:

 MobileOrg - Push files and views (C-c C-x RET p)
 Symbol's value as variable is void: org-agenda-filter
 
 Why am getting this error?: Symbol's value as variable is void: 
 org-agenda-filter
 

M-x toggle-debug-on error

try it again and when you get the error, send the backtrace.

Nick

[O] first level heading = category

2012-06-27 Thread Enda
In an org file, I want the category of each item (and subitems) to be
the name of the first level heading, is there a way to do this without
setting the category for each heading like so?:

* Web
  :PROPERTIES:
  :CATEGORY: Web
  :END:
** Web1
** Web2
* Holiday
  :PROPERTIES:
  :CATEGORY: Holiday
  :END:
** Holiday1
** Holiday2


Best wishes,

Enda


P.S. In the org manual on page 95, there is

* Birthdays and similar stuff
#+CATEGORY: Holiday
%%(org-calendar-holiday) ; special function for holiday names
#+CATEGORY: Ann
%%(org-anniversary 1956 5 14)6 Arthur Dent is %d years old
%%(org-anniversary 1869 10 2) Mahatma Gandhi would be %d years old

Is using #+CATEGORY: like this depreciated according to the footnote
on page 101 of the org manual?

[O] move multiple lines of text at the same time

2012-06-27 Thread Enda
Say I have two lines of text like so, and I want to move both of them
at the same time, could there be a C-u 2 M-down in order to do this.


Best wishes,

Enda

Re: [O] org-icalendar-alarm-time in org file as an #+OPTION

2012-06-27 Thread Enda
There are #+OPTIONs, etc. in Org-mode, either C-h v enable-local-variables or 
pressing '!' after I am warned about the potentially dangerous local variable 
in order that I am not warned again about that particular local variable is not 
ideal. Having an #+OPTION, etc to set org-icalendar-alarm-time per file is on 
my wishlist.


Best wishes,

Enda



 From: Nick Dokos nicholas.do...@hp.com
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Wednesday, June 27, 2012 5:38 PM
Subject: Re: [O] org-icalendar-alarm-time in org file as an #+OPTION
 
Enda enda...@yahoo.com wrote:

 http://orgmode.org/manual/iCalendar-export.html
 
 In Org options, I can set org-icalendar-alarm-time to '5' and when I export 
 the org file as an ical
 file, and then import the ical file into a calendar application, I get 
 notified by the alarm of the
 calendar application five minutes before the event (which was in the org 
 file). Is there a way of
 setting org-icalendar-alarm-time to '5' locally instead of globally?
 
 # -*- org-icalendar-alarm-time: 5  -*-
 works, but I get a warning when I open the file.
 

I'm guessing you have local file variables disabled (the default).
Try

    C-h v enable-local-variables

Nick

 Best wishes,
 
 Enda
 
 
 From: Bastien b...@gnu.org
 To: Enda enda...@yahoo.com
 Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org
 Sent: Wednesday, June 6, 2012 7:30 PM
 Subject: Re: org-icalendar-alarm-time in org file as an #+OPTION
 
 Hi Enda,
 
 Enda enda...@yahoo.com writes:
 
  Is there is way to have to have org-icalendar-alarm-time in an org
  file as an #+OPTION?
 
 What would do `org-icalendar-alarm-time'?
 
 --
 Bastien
 
 
 
 Alternatives:
 
 

Re: [O] How to turn off font-lock-mode per file

2012-06-27 Thread Enda
Thanks, I already read that section of the manual.

I know I can turn on font-lock-mode for any file with
# -*- mode: font-lock; -*-
even though it is the default, the manual does not specify how to turn off a 
mode.

(I know C-u -1 M-x font-lock-mode always disables font lock mode, but I do not 
know how do this in the file.)


Best wishes,

Enda



 From: Nick Dokos nicholas.do...@hp.com
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Wednesday, June 27, 2012 5:43 PM
Subject: Re: [O] How to turn off font-lock-mode per file
 
Enda enda...@yahoo.com wrote:

 How do you turn off font-lock-mode per file (an org file)?
 

A lot of your questions are emacs questions and you could find the
answers in the emacs manual, e.g. this exact question is answered in
sec.48.2.4.1, Specifying File Variables, of the emacs manual:

(info (emacs) Specifying File Variables)

Nick

Re: [O] essentially turn off font-lock except for headings

2012-06-22 Thread Enda
Is there a way to do this on a per-file setting?


Best wishes,

Enda




 From: Eric S Fraga e.fr...@ucl.ac.uk
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Monday, June 18, 2012 8:34 AM
Subject: Re: [O] essentially turn off font-lock except for headings
 
Enda enda...@yahoo.com writes:

 How do you essentially turn off font-lock except for headings?

By customising the faces used?  You can find out what face is active at
any point with C-u C-x =.
-- 
: Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D
: in Emacs 24.1.50.1 and Org release_7.8.11-69-ga2fd96

[O] take the name of org-class event from heading

2012-06-22 Thread Enda


How can I schedule a weekly class that lasts for a limited period of
time? (org-class)

Org-mode offers a convenient diary sexp function for setting up a
recurring appointment that lasts for a certain period of time, such as
a class. It is called org-class and it can be entered as follows:

** Class 7:00pm-9:00pm
   %%(org-class 2009 2 16 2009 4 20 1 10)

The function above schedules an appointment for every Monday (1)
between February 16 and April 20, 2009, except for ISO week 10 (March
1 to March 7).

If you would prefer not to place the timestamp in the headline, you
can use the following format:

** Class
%%(org-class 2009 2 16 2009 4 20 1 10) 7:00pm-9:00pm Class

Why do you have to repeat the name of the event in the org-class, why
cannot it not take the name from the heading?


Best wishes,

Enda

[O] How can a holiday that you specify be made known to the calendar?

2012-06-22 Thread Enda


How can I schedule a weekly class that lasts for a limited period of
time? (org-class)

If one of the SKIP-WEEKS is the symbol holidays, then any holidays
known to the calendar are also skipped.

How can a holiday that you specify be made known to the calendar?


Best wishes,

Enda

[O] How do I schedule events relative to Easter Sunday?

2012-06-22 Thread Enda
Re: How do I schedule events relative to Easter Sunday?

Easter Sunday is in 

%%(org-calendar-holiday)

how does Emacs calculate it?

Best wishes,

Enda

[O] MobileOrg - Symbol's value as variable is void: org-agenda-filter

2012-06-22 Thread Enda


MobileOrg - Push files and views (C-c C-x RET p)
Symbol's value as variable is void: org-agenda-filter

Why am getting this error?: Symbol's value as variable is void: 
org-agenda-filter


Best wishes,

Enda

[O] org-mobile-directory @@Dropbox

2012-06-22 Thread Enda
From FAQ:
What can I do if I don't want to use Dropbox.com?


(setq org-mobile-directory /scpc:user@@remote.host:org/webdav/)

Having the '@@' caused the username to be 'user@' so I could not log
in, removing one of the @'s solved the problem.

Best wishes,

Enda


P.S.

Can TRAMP use WebDAV?

Re: [O] take the name of org-class event from heading

2012-06-22 Thread Enda


From: Nick Dokos nicholas.do...@hp.com
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Friday, June 22, 2012 4:44 PM
Subject: Re: [O] take the name of org-class event from heading
 
Enda enda...@yahoo.com wrote:

 How can I schedule a weekly class that lasts for a limited period of
 time? (org-class)
 
 Org-mode offers a convenient diary sexp function for setting up a
 recurring appointment that lasts for a certain period of time, such as
 a class. It is called org-class and it can be entered as follows:
 
 ** Class 7:00pm-9:00pm
    %%(org-class 2009 2 16 2009 4 20 1 10)
 
 The function above schedules an appointment for every Monday (1)
 between February 16 and April 20, 2009, except for ISO week 10 (March
 1 to March 7).
 
 If you would prefer not to place the timestamp in the headline, you
 can use the following format:
 
 ** Class
 %%(org-class 2009 2 16 2009 4 20 1 10) 7:00pm-9:00pm Class
 
 Why do you have to repeat the name of the event in the org-class, why
 cannot it not take the name from the heading?
 

What if you want them to be *different*?

Couldn't I have

** Class
%%(org-class 2009 2 16 2009 4 20 1 10) 7:00pm-9:00pm


?


Nick

PS I cannot tell where you are quoting others and where you are talking as
yourself. Can you please use some quoting style?

I italicized the quoted text.

Re: [O] take the name of org-class event from heading

2012-06-22 Thread Enda
 What if you want them to be *different*?

 
 Couldn't I have
 
 ** Class
 %%(org-class 2009 2 16 2009 4 20 1 10) 7:00pm-9:00pm
 
 ?
 

Of course you could.

But then the name of the event, in this case 'Class', would not appear in the 
agenda.


Best wishes,

Enda

[O] The best way to keep up-to-date with new features?

2012-06-14 Thread Enda
If you have read the manual, what is the best way to keep up-to-date
with new features?, DiffPDFbetween the manual that was read and
latest manual?


Best wishes,

Enda

[O] essentially turn off font-lock except for headings

2012-06-14 Thread Enda
How do you essentially turn off font-lock except for headings?



Best wishes,

Enda


P.S.
like
Can there be an #+OPTION to stop comments and weblinks from being coloured and 
names of directories from being italised, /etc/ ?


Re: [O] emacs --batch without calling all the .el scripts

2012-06-14 Thread Enda
Enda writes:


 emacs --batch --visit=index.org --funcall org-export-as-html-batch

 all the .el scripts in /etc/emacs/site-start.d/ get called which
 takes
 time, since all of these are unnecessary except 50org-mode.el, is
 there is way to only load 50org-mode.el


Bastien writes:


Untested:

emacs -Q --batch --visit=index.org -l \
/etc/emacs/site-start.d/50org-mode.el \
--funcall org-export-as-html-batch

HTH,


This worked:

emacs -Q --batch --visit=index.org --funcall org-export-as-html-batch


It did not require the -l  /etc/emacs/site-start.d/50org-mode.el.


Best wishes,

Enda


Re: [O] white (hide)stars in black background terminal

2012-06-14 Thread Enda




 From: Bastien b...@gnu.org
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Wednesday, June 6, 2012 7:31 PM
Subject: Re: white (hide)stars in black background terminal
 
Hi Enda,

Enda enda...@yahoo.com writes:

 When I open org-mode with hidestars in a TTY terminal I cannot see
 the
 stars, however when I open them in a terminal emulator inside GNOME,
 the stars that are supposed to be hidden are white (on a black
 background).

Please share elements of your configuration that are relevant to this
issue.  Do you experience the same with emacs -Q (no configuration)?



This still happens with emacs -Q.


Best wishes,

Enda

[O] How can I set an event to occur every day except Saturday and Sunday between two given dates?

2012-06-14 Thread Enda
I know how can I set an event to occur every day except Saturday and Sunday

** Daily meeting
   %%(memq (calendar-day-of-week date) '(1 2 3 4 5))

How can I set an event to occur every day except Saturday and Sunday
between two given dates?


Best wishes,

Enda

[O] shorter way of #+HTML: br /

2012-06-06 Thread Enda
When I prepare an org file to convert into html, I have to have a lot
of

#+HTML: br /

to break lines without a full full line space between them, should
there be or is there is shorter way to doing this?, like having a dot
on a line by itself for the html converter could mean a newline
(without a full line space) like:

Org mode
.
Emacs

would be converted to:

p
Org mode
br /
Emacs
p


Best wishes,

Enda


[O] *print 'Hello world'* is not bold

2012-06-06 Thread Enda
*print 'Hello world'* is not bold.


Best wishes,

Enda


[O] emacs --batch without calling all the .el scripts

2012-06-06 Thread Enda
When I call:
emacs --batch --visit=index.org --funcall org-export-as-html-batch

all the .el scripts in /etc/emacs/site-start.d/ get called which takes
time, since all of these are unnecessary except 50org-mode.el, is
there is way to only load 50org-mode.el


Best wishes,

Enda


[O] org-icalendar-alarm-time in org file as an #+OPTION

2012-06-06 Thread Enda
Is there is way to have to have org-icalendar-alarm-time in an org file as an 
#+OPTION?


Best wishes,

Enda


[O] org-mode html5 converter option

2012-06-06 Thread Enda
Is there a way to convert from org-mode to html5?


Best wishes,

Enda


[O] white (hide)stars in black background terminal

2012-06-06 Thread Enda
When I open org-mode with hidestars in a TTY terminal I cannot see the
stars, however when I open them in a terminal emulator inside GNOME,
the stars that are supposed to be hidden are white (on a black
background).

Best wishes,

Enda


Re: [O] shorter way of #+HTML: br /

2012-06-06 Thread Enda
I want nearly all paragraphs to have one line of spacing, the #+HTML: br / 
(no line of spacing) is just for once-off occasions.

Best wishes,

Enda




 From: Bernt Hansen be...@norang.ca
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Wednesday, June 6, 2012 6:28 PM
Subject: Re: shorter way of #+HTML: br /
 
Enda enda...@yahoo.com writes:

 When I prepare an org file to convert into html, I have to have a lot
 of

 #+HTML: br /

 to break lines without a full full line space between them, should
 there be or is there is shorter way to doing this?, like having a dot
 on a line by itself for the html converter could mean a newline
 (without a full line space) like:

 Org mode
 .
 Emacs

 would be converted to:

 p
 Org mode
 br /
 Emacs
 p

 Best wishes,

 Enda

This is what CSS is for.  Define the spacing you want between paragraphs
and you don't need any additional markup.

Regards,
Bernt

Re: [O] org-icalendar-alarm-time in org file as an #+OPTION

2012-06-06 Thread Enda
http://orgmode.org/manual/iCalendar-export.html

In Org options, I can set org-icalendar-alarm-time to '1' and when I export the 
org file as an ical file, and then import the ical file into a calendar 
application, I get notified by the alarm of the calendar application one minute 
before the event (which was in the org file). Is there a way of setting 
org-icalendar-alarm-time to '1' locally instead of globally.


Best wishes,

Enda





 From: Bastien b...@gnu.org
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Wednesday, June 6, 2012 7:30 PM
Subject: Re: org-icalendar-alarm-time in org file as an #+OPTION
 
Hi Enda,

Enda enda...@yahoo.com writes:

 Is there is way to have to have org-icalendar-alarm-time in an org
 file as an #+OPTION?

What would do `org-icalendar-alarm-time'?

-- 
Bastien

Re: [O] stop comments and weblinks from being coloured and names of directories from being italised, /etc/

2012-05-25 Thread Enda
Original Question: Can there be an #+OPTION to stop comments and weblinks from 
being coloured and names of directories from being italised, /etc/

In an org file that I use the hold code snippets, org-mode colors these which I 
do not want, is there a way to create an +OPTION: option that stops this.
Also I keep directory names in the org file like /usr/bin/ which in the org 
file as you know would become italicized. Main Headings are blue (* Heading), 
but also weblinks are blue, which highlights them and I do not want them to be 
highlighted.

Best wishes,

Enda




 From: Bastien b...@altern.org
To: nicholas.do...@hp.com 
Cc: Enda enda...@yahoo.com; emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Tuesday, May 22, 2012 11:40 PM
Subject: Re: [O] stop comments and weblinks from being coloured and names of 
directories from being italised, /etc/
 
Nick Dokos nicholas.do...@hp.com writes:

 BTW, we now have four cents between us.

Yes -- one day I'll count how much money has been spent in emails 
that never got answered back :)

-- 
Bastien

[O] Priorities do not work on lists

2012-05-25 Thread Enda
priorities do not work on lists
- item 1
- item 2

S-up and S-down does not work (yet if you manually insert them by
typing [#B] they are coloured properly).


Best wishes,

Enda


[O] #+STARTUP option that hides everything not a list heading

2012-05-25 Thread Enda
Can there be #+STARTUP option that hides everything not a list heading
or a heading on startup like:

* shown
** shown
not shown
- shown
not shown


Best wishes,

Enda


[O] #+STARTUP: showstars

2012-05-25 Thread Enda
With #+STARTUP: hidestars, the output looks nice in Emacs org-mode but
not otherwise, can there be an option where a line beginning with a
space and a star is like two stars with the hidestars option and a
line beginning with two spaces and a star is like three stars (it
could be called #+STARTUP: showstars (and even enabled by default))


Best wishes,

Enda


[O] italicise across lines

2012-05-25 Thread Enda
Is there is a way to italicise across lines like

/italicised
text/

rather than

/italicised/
/text/

For long pieces of text, italicising the ends of each line is
inefficient (maybe there could be a #+BEGIN_ITALICS, #+END_ITALICS, I know of
#+BEGIN_VERSE, just without the indentation without affecting verses.)


Best wishes,

Enda


Re: [O] #+STARTUP: showstars

2012-05-25 Thread Enda
Otherwise is like in vi, the additional stars (like **, opposed to SPACE*) 
are too noisy, and since I do not want to see them whether it is in org-mode or 
in vi, etc, so I wondered was there a way to have the file like

* first level heading

 * second level heading
   * third level heading

highlighted like in hidestars except there would be no stars to hide.


Best wishes,

Enda




 From: Nick Dokos nicholas.do...@hp.com
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Friday, May 25, 2012 6:30 PM
Subject: Re: [O] #+STARTUP: showstars
 
Enda enda...@yahoo.com wrote:


 With #+STARTUP: hidestars, the output looks nice in Emacs org-mode but
 not otherwise, can there be an option where a line beginning with a
 space and a star is like two stars with the hidestars option and a
 line beginning with two spaces and a star is like three stars (it
 could be called #+STARTUP: showstars (and even enabled by default))
 

What do you mean by otherwise? Something like fundamental mode? Or
when you cat the file? If the former, all I can suggest is to enable
org-mode in the buffer. If the latter, try exporting to ascii.

In any case, such an option would require major changes to the code, I
believe.  It's unlikely to be implemented.

Nick

PS My opinion only, and bear in mind I'm not a maintainer.

Re: [O] italicise across lines (stop comments and weblinks from being coloured and names of directories from being italised, /etc/)

2012-05-25 Thread Enda
Disabling font-lock would not work because then the headings (* Headings) would 
not be in color.

Best wishes,

Enda




 From: Jambunathan K kjambunat...@gmail.com
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Friday, May 25, 2012 6:32 PM
Subject: Re: [O] italicise across lines
 

[Not a reply to this thread, but kind of meta]

What exactly are you trying to do?  Please share the underlying
motivation behind the series of questions you have been posting lately.

Will disabling font-lock for Orgmode files accomplish what you want?

If you are new to Orgmode, look at the manual, browse the mailing list
and then post the questions.
-- 

Re: [O] #+STARTUP option that hides everything not a list heading

2012-05-25 Thread Enda
#+STARTUP: content
hides the items (- item) like so:


* shown
** shown...


opposed to


* shown
** shown...
- shown...



Best wishes,

Enda




 From: Nick Dokos nicholas.do...@hp.com
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Friday, May 25, 2012 6:23 PM
Subject: Re: [O] #+STARTUP option that hides everything not a list heading
 
Enda enda...@yahoo.com wrote:

 Can there be #+STARTUP option that hides everything not a list heading
 or a heading on startup like:
 
 * shown
 ** shown
 not shown
 - shown
 not shown
 

#+STARTUP: content

See (info (org) In-buffer settings) for a complete list.

Nick

Re: [O] #+STARTUP: showstars (#+STARTUP: showlaststar)

2012-05-25 Thread Enda
I just saw that #+STARTUP: showstars is the opposite of #+STARTUP: hidestars, 
#+STARTUP: showlaststar would have been a more appropriate subject header.

org-indent-mode can be activated using #+STARTUP: indent according to 
http://orgmode.org/manual/Clean-view.html, however in the same page I see that 
 All headline
stars but the last one are made invisible using the org-hide face, however I 
want there to be no actual stars except the last and then org-mode using the 
right color for each heading like:

* first heading

SPACE* second heading
SPACESPACE* third heading

Best wishes,

Enda




 From: Yagnesh Raghava Yakkala h...@yagnesh.org
To: Enda enda...@yahoo.com 
Cc: nicholas.do...@hp.com nicholas.do...@hp.com; emacs-orgmode@gnu.org 
emacs-orgmode@gnu.org 
Sent: Friday, May 25, 2012 6:52 PM
Subject: Re: #+STARTUP: showstars
 

Hello Enda,

Enda enda...@yahoo.com writes:

 Otherwise is like in vi, the additional stars (like **, opposed to
 SPACE*) are too noisy, and since I do not want to see them whether
 it is in org-mode or in vi, etc, so I wondered was there a way to have
 the file like

 * first level heading
  * second level heading
    * third level heading

are you looking for org-indent-mode.?

--8---cut here---start-8---
(add-hook 'org-mode-hook
          (lambda ()
            (org-indent-mode 1)))
--8---cut here---end---8---

--
YYR

Re: [O] Priorities do not work on lists

2012-05-25 Thread Enda
Yet, they are colored as such if they are typed in manually.

Best wishes,

Enda




 From: Nicolas Goaziou n.goaz...@gmail.com
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Friday, May 25, 2012 7:15 PM
Subject: Re: Priorities do not work on lists
 
Hello,

Enda enda...@yahoo.com writes:

 priorities do not work on lists
 - item 1
 - item 2

 S-up and S-down does not work (yet if you manually insert them by
 typing [#B] they are coloured properly).

There is no such thing as priorities in lists.


Regards,

-- 
Nicolas Goaziou

Re: [O] #+STARTUP: showstars (#+STARTUP: showlaststar)

2012-05-25 Thread Enda
I might want to edit the file where Emacs is not installed, so I do not want to 
be exporting to ascii.


Best wishes,

Enda





 From: Nick Dokos nicholas.do...@hp.com

But the suggestion of exporting to ascii (and editing that in vi) has
not been rejected (yet), so that may be a way forward.

Re: [O] Priorities do not work on lists

2012-05-25 Thread Enda
I am using Org-mode version 7.8.11 and priorities in items are colored just 
like I want, however nicholas.do...@hp.com says That's an artifact of 
font-lock-mode.

Best wishes,

Enda




 From: Nicolas Goaziou n.goaz...@gmail.com
To: Enda enda...@yahoo.com 
Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org 
Sent: Friday, May 25, 2012 7:28 PM
Subject: Re: Priorities do not work on lists
 
Hello,

Enda enda...@yahoo.com writes:

 Yet, they are colored as such if they are typed in manually.

This shouldn't happen anymore with latest commit.  Can you confirm it?

Thanks for reporting this.


Regards,

-- 
Nicolas Goaziou

[O] stop comments and weblinks from being coloured and names of directories from being italised, /etc/

2012-05-22 Thread Enda
Can there be an #+OPTION to stop comments and weblinks from being coloured and 
names of directories from being italised, /etc/


Best wishes,

Enda