[Orgmode] Re: Timeline not working in 5.20

2008-02-08 Thread Carsten Dominik


On Feb 7, 2008, at 3:48 PM, Bernt Hansen wrote:

Well, I guess this is a matter of taste.  Do you want the deadlines
prioritized
according to the fraction of warning time that has past, or  
according to

the number of days left to do them.  Opinions?

- Carsten


Here's my two cents :)

I think prioritizing it based on the number of days left to complete  
it

and still meet the deadline makes more sense to me.  I set longer time
frames for some deadlines because I want them to be visible early on  
the

agenda as a reminder even if I'm not planning to work on them right
away.  Deadlines are drop dead dates for me and things need to be
completed on or before the deadline expires.  Working on the things  
that

expire first just feels more natural to me.


Hmm, ok, I guess you guys are right.  I have made the change.

- Carsten



___
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


Re: [Orgmode] [PATCH] Make updated clock table visible

2008-02-08 Thread Carsten Dominik

Hi Bernt,

good idea, I'll put this in.

- Carsten

On Feb 7, 2008, at 8:46 PM, Bernt Hansen wrote:


C-u C-c C-x C-r updates the first clock table in the org file.
If this task is folded the cursor moves to the task but you can't  
see the
result of the update.  The updated clock table is now immediately  
visible.

---

I use C-u C-c C-x C-r all the time to update my clock table and 99% of
the time it's folded so I can't see the result.  This patch works  
for me
but my * Timelog task does not have anything else but the clock  
table in

it.

I would prefer to display the task like org-cycle does and leave an
:PROPERTIES: drawers folded but I don't know how to do that...

This works for me. :)

-Bernt

org.el |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/org.el b/org.el
index c73218b..2db8863 100644
--- a/org.el
+++ b/org.el
@@ -18797,7 +18797,8 @@ When called with a prefix argument, move to  
the first clock table in the

buffer and update it.
  (interactive P)
  (org-remove-clock-overlays)
-  (when arg (org-find-dblock clocktable))
+  (when arg (org-find-dblock clocktable)
+ (org-show-entry))
  (if (org-in-clocktable-p)
  (goto-char (org-in-clocktable-p))
(org-create-dblock (list :name clocktable
--
1.5.4.34.g053d9




___
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


___
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


Re: [Orgmode] list indentation

2008-02-08 Thread Carsten Dominik


On Feb 7, 2008, at 7:58 PM, cezar wrote:


Hello,

 I am using org-mode version 5.17a and I sometimes need to write some
details on a task like:

** TODO something to be done
  notes about this task
  come here and they include a list
  - blah
  - blah
And another list
- foo
- foo
  And one more list
  - bar
  - bar

 Now, this is not what it should look like !
 The lists need to be aligned properly.



Hi Cezar,

Org-mode tries its best to guess what you mean and then
do it.  However, it is not a true mind reader, and it cannot know
how you intend your lists to be structured.  This structure you
show is valid and might just as well be what you mean.

However, Org-mode helps you to create the lists either way.
What you probably did is (I am guessing here):

- type And another list
- press RET to get a new line
- press TAB to indent, Org assumes that you want to continue
  text as *part* of he current item.
- type - to make a new item
- press TAB in the hope that the line would be outdented
  to match your intended structure.  Bummer.  Org keeps
  the structure because it assumes by setting the indentation,
  this is what you mean.

What you could have done
- type And another list
- press RET to get a new line
- type - to make a new item
- press TAB to indent, now org-mode matches up the -
  with the previous ones, because before indenting the line
  you told it that you intended it to be an item in time.

What you really should have done
- type And another list
- M-RET to create the next item.

Hope this helps

- Carsten







 Am I making any sense ?

Regards,
Cezar



___
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




___
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


Re: [Orgmode] Unable to export to latex

2008-02-08 Thread Bastien Guerry
Antano Solar [EMAIL PROTECTED] writes:

 On Feb 8, 2008 4:42 PM, Bastien Guerry [EMAIL PROTECTED] wrote:

 Antano Solar [EMAIL PROTECTED] writes:

  When I type org-export-as- tab i dont see latex in the list.

 Make sure org-export-latex.el is in your load-path.

 Then require it, if necessary:

  (require 'org-export-latex)

 If this triggers no error, then you should be able to use
 M-x org-export-as-latex normally.

 I get the following error now when I do org-export-as-latex

 org-export-latex-set-initial-vars: Symbol's value as variable is void:
 org-todo-keywords-1

I guess your Org version is a bit old.  
What is the output of C-h v org-version RET?

Anyway, as I told you, just download the latest package from Org's
website and come back if the problem persists:

http://orgmode.org/org-5.21.tar.gz

-- 
Bastien


___
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


[Orgmode] agenda command not working for anything except timeline

2008-02-08 Thread Amol Gawai
Hi,
I have added custom todo keywords. I am unable to get any agenda view except
for timeline (C-c aL).
All other search for tags (C-c am) todo(C-c at) show empty agenda buffer.
Any solutions.
Here is my configuration.
I am using ntemacs -  23.0.0.1.
Org-mode - 5.21
and my org specific section is as follows.

;
---
;; The following lines are always needed.  Choose your own keys.
(add-to-list 'auto-mode-alist '(\\.org$ . org-mode))
(define-key global-map \C-cl 'org-store-link)
(define-key global-map \C-ca 'org-agenda)
(add-hook 'org-mode-hook 'turn-on-font-lock)  ; org-mode buffers only
(require 'org-install)
(setq org-agenda-include-diary t) ;add all diary entries to agenda view
; (setq org-log-done '(done)) - moved to individual file #+STARTUP:
lognotestate
(setq org-todo-keywords
   '((sequence Project Started InProgress NearingCompletion
| Completed )
 (sequence Task Started | Completed)
 (sequence NextAction | Completed)))
(defface org-project-face '((t (:foreground blue :weight bold :bold t)))
  Face for Project todo items.)
(defface org-task-face '((t (:foreground cyan :weight bold :bold t)))
  Face for Task todo items.)
(setq org-todo-keyword-faces
  '((Project . org-project-face)
(Task . org-task-face)
(NextAction . org-warning)))
(setq org-agenda-custom-commands
  '((n todo NextAction)))
;; remember mode for Org
(require 'remember)
;;(org-remember-insinuate)
(setq org-directory e:/Amol/Work/EmacsOrgDir/)
(setq org-default-notes-file (concat org-directory /notes.org))
(define-key global-map \C-cr 'org-remember)
;; templates for Org - remember
(setq org-remember-templates
  '((Todo ?t * TODO %?\n  %i\n  %a (concat org-directory
/TODO.org) Tasks)
   (Journal ?j * %U %?\n\n  %i\n  %a (concat org-directory
/JOURNAL.org))
   (Idea ?i * %^{Title}\n  %i\n  %a (concat org-directory
/JOURNAL.org) New Ideas)))
;
---

Thanks a lot.
Amol
___
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


Re: [Orgmode] Unable to export to latex

2008-02-08 Thread Antano Solar
On Feb 8, 2008 4:42 PM, Bastien Guerry [EMAIL PROTECTED] wrote:

 Antano Solar [EMAIL PROTECTED] writes:

  When I type org-export-as- tab i dont see latex in the list.

 Make sure org-export-latex.el is in your load-path.

 Then require it, if necessary:

  (require 'org-export-latex)

 If this triggers no error, then you should be able to use
 M-x org-export-as-latex normally.

 I get the following error now when I do org-export-as-latex

org-export-latex-set-initial-vars: Symbol's value as variable is void:
org-todo-keywords-1


With Regards

Antano Solar John
___
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


Re: [Orgmode] Unable to export to latex

2008-02-08 Thread Bastien Guerry
Antano Solar [EMAIL PROTECTED] writes:

 When I type org-export-as- tab i dont see latex in the list.

Make sure org-export-latex.el is in your load-path.  

Then require it, if necessary:

  (require 'org-export-latex)

If this triggers no error, then you should be able to use 
M-x org-export-as-latex normally.

-- 
Bastien


___
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


[Orgmode] Unable to export to latex

2008-02-08 Thread Antano Solar
Hi ,

I am using emacs version Version: 22.1+1-2.3

I am using the org-mode that is shipped along with this version of emacs.

Though I am able to export the org-mode files as html and ascii .

I am unable to export them as latex.

When I type org-export-as- tab i dont see latex in the list.

Being able to export the file as latex will be very useful and from what I
read  it is possible.

Any help as to how to get this feature working will be really helpful.

With Regards

Antano Solar John
___
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


Re: [Orgmode] problem with org-refile remains in 5.20

2008-02-08 Thread Carsten Dominik


On Feb 7, 2008, at 7:39 PM, Jost Burkardt wrote:



I think the reason, I get this behaviour is the following code in
org-refile:
...
(goto-char (or (save-excursion
 (if reversed
 (outline-next-heading)
   (outline-get-next-sibling)))
   (point-max)))
...

before org-refile moves the point to the correct position, as I have  
not

set `reversed', outline-get-next-sibling is called, as there is no
sibling to *** Notes the point is moved to ** B, but the call
returns nil, so finally (point-max) moves to the end of the file.



Thanks, I can see it now - I am using reversed notes, so that is why I  
could

not reproduce the problem.

This is fixed in the git repository, will be in the next release.

Thanks for being persistent.

- Carsten



___
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


[Orgmode] Worg is back!

2008-02-08 Thread Bastien

   winter slowly fades away
   our screens under the bless of spring
   so fight against unfair decay
   and give your keys another string 

Yes, Worg is back.  

  http://www.cognition.ens.fr/~guerry/worg/

Worg is a bunch of .org pages documenting the piece of code we love.
Worg lives in a git repository so that anyone can check it out and
possibly contribute to it.

If you just want to *read* Worg, the easy way is to check the website
where its HTML output lives (see above URL.)

If you want to *contribute* with content (tutorial, code, screencasts,
etc.), you will need to go through these preliminary steps.

- install git
- create a SSH key
- create a new user on http://repo.or.cz/m/reguser.cgi
- send me your username

Once you've done that, you are able to check out the git repository as
mentionned on this page:

  http://www.cognition.ens.fr/~guerry/worg/worg-git.html

... 

The fun about Worg is that we can share a TODO file and work together,
assigning tasks to each others.  Let me say it again: by contributing to
Worg, you will be able to edit a shared worg-todo.org and assign tasks
to other poeple!  Look:

,
| * TODO Implement my favourite sorting strategy #198
|   :PROPERTIES:
|   :Owner: dominik
|   :END:
| 
| * NEXT Answer my email from november 2007 !
|   :PROPERTIES:
|   :Submitter: your_girlfriend
|   :Owner: bzg
|   :END:
`

Then, with the relevant agenda view, you will be able to check what
people want you to do.  If you want more concrete example, just check
the worg-todo webpage:

  http://www.cognition.ens.fr/~guerry/worg/worg-todo.html

I hope you will find Worg useful.  

-- 
Bastien


___
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


[Orgmode] importing html

2008-02-08 Thread Brian Gough
Is there an html-org mode converter?  I have some web pages I want to
import into org. Thanks.

-- 
Brian Gough


___
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


Re: [Orgmode] org-export-region-as-latex exports more than region

2008-02-08 Thread Bastien Guerry
Nick Dokos [EMAIL PROTECTED] writes:

 I did a little tracing and it looks to me that the function
 org-export-latex-first-lines returns much more than it should in the
 two strange cases above.

I fixed this in the git repo.

Thanks for the detailed report and sorry for the delay.

-- 
Bastien


___
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


Re: [Orgmode] org-export-region-as-latex exports more than region

2008-02-08 Thread Scott Otterson
Oops, I forgot to attach my .org file.  It's attached now. 

However, this bug may be fixed after the work of Nick and Bastien.  I'll 
check it out on the next release.


Scott

Scott Otterson wrote:
Huh, for me, both 'org-export-region-as-latex' and 
'org-export-as-latex' export all the tables, regardless of whether or 
not only one of them is highlighted.  I've attached an example org 
file.  If I select last table in the file, all tables are exported.  I 
wonder if this might have something to do with this particular 
document or maybe my .emacs?


Scott
* RUNS
*** Updated to Xavi's latest cvs on cluster and BeamformIt on 10/2/06

| corpus | data set |   run | comment   
   |

|+--+---+--|
| rt04s  | del4xs   |   63+ |   
   |

_Runs below with new code: [[CVS tag of my code w/ new PCA]]_ 
| corpus | data set|   run | comment
 |

|+-+---+-|
| rt05se | xc5 | 1598+ | 1416, no NR
 |
| rt04s  | NRall.xc1.0 | 1655+ | 1.0s XC, 0.5s ER, new PCA all NR   
 |
| rt05se | NRall.xc1.0 | 1677+ | 1.0s XC, 0.5s ER, new PCA all NR   
 |
_below, removed feat3/4 merge stream feats so that remStuckFrms.m will get 
called_
| devDD | broken speech tools 7226 | XC1ref, *, NR on, in case this matters 
for low dim pca input (dfw=1)  |
| tstDD |  broken 7262 | XC1ref, *, NR on, in case this matters 
for low dim pca input (dfw=1)  |

|---+--+---|
| dtDD  | 6474 | dimPick, ent1G, entNLG 
   |
| dtDD  | 6535 | dimPick, many new methods  
   |

* Reoptimize
*** TODO correlation manifold kernel support vectors from combinations of 
diariation speaker location models
*** Split CCA w/ do_feat_weights==1 :conclusion:

_Conclusions:_ 
1.) best perf is 13.42%, 
2.) beats baseline, 
3.) doesn't beat PCA-only dim reduction 
4.) but no gain over CCA-ER or XC dim reduction

  Total Diariz Error vs. Run [merged 5720, dev_DD, merged 5737, test_DD]

|  x |   feat | |   |  | dev,5720 |   | tst,5737 |  
 |  |  x |
| runNum | 3_nmix | feat3_pairFeats | worst | best |  tot |   |  tot | 
worst | best | runNum |
|++-+---+--+--+---+--+---+--+|
|  05703 |  1 | XCfCCA.CC.1 | 40.84 | 3.04 |18.21 |   | 15.5 | 
40.58 | 5.42 |  05720 |
  
*** Summary Table

||   |  |   |   |   |   |  ||   
  |
|+---+--+---+---+---+---+--++-|
|dev |   |  |   dev |   |   tst |   |  || dev   
  |
| runNum | worst | best |   tot |   |   tot | worst | best | runNum | note  
  |
|+---+--+---+---+---+---+--++-|
|  04677 | 49.26 | 2.75 | 18.04 |   | 17.29 | 46.08 | 2.96 |  04680 | baseline, 
dfw==0|
|  05739 | 44.36 |  3.3 | 16.01 |   | 15.03 | 40.15 | 1.96 |  05746 | baseline, 
dfw==1|
|  05386 | 36.36 | 2.58 | 15.17 |   | 13.03 |  24.3 | 3.65 |  05373 | XC-PCA
  |
|  05454 |  44.2 | 6.29 | 19.73 |   | 20.26 | 42.99 | 5.88 |  05455 | ER/XC 
  |
|  05716 | 36.39 | 2.36 | 15.22 |   | 13.42 | 30.47 | 2.34 |  05733 | 
XCfCCA.dMI.3|
___
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


Re: [Orgmode] Unable to export to latex

2008-02-08 Thread Antano Solar
On Feb 8, 2008 5:14 PM, Bastien Guerry [EMAIL PROTECTED] wrote:

 Antano Solar [EMAIL PROTECTED] writes:

  On Feb 8, 2008 4:42 PM, Bastien Guerry [EMAIL PROTECTED] wrote:
 
  Antano Solar [EMAIL PROTECTED] writes:
 
   When I type org-export-as- tab i dont see latex in the list.
 
  Make sure org-export-latex.el is in your load-path.
 
  Then require it, if necessary:
 
   (require 'org-export-latex)
 
  If this triggers no error, then you should be able to use
  M-x org-export-as-latex normally.
 
  I get the following error now when I do org-export-as-latex
 
  org-export-latex-set-initial-vars: Symbol's value as variable is void:
  org-todo-keywords-1

 I guess your Org version is a bit old.
 What is the output of C-h v org-version RET?

 Anyway, as I told you, just download the latest package from Org's
 website and come back if the problem persists:

 http://orgmode.org/org-5.21.tar.gz

 Yes , the version of org-mode I was using was 4.7
After installing the new version , it is working fine.

Thanks

With Regards

Antano Solar John
___
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


Re: [Orgmode] importing html

2008-02-08 Thread Bastien Guerry
Brian Gough [EMAIL PROTECTED] writes:

 Is there an html-org mode converter?  I have some web pages I want to
 import into org. Thanks.

AFAIK there is no such tool.  And designing a generic tool for this
might be really tricky.  I guess it's easier to code something ad hoc,
just suitable for the specific structure of the HTML files you want to
import.

Maybe you can send one of yours HTML files?

-- 
Bastien


___
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


[Orgmode] Re: list indentation

2008-02-08 Thread cezar
On Fri, 08 Feb 2008 10:24:39 +0100, Carsten Dominik wrote:

 On Feb 7, 2008, at 7:58 PM, cezar wrote:
 
 Hello,

  I am using org-mode version 5.17a and I sometimes need to write some
 details on a task like:

 ** TODO something to be done
   notes about this task
   come here and they include a list
   - blah
   - blah
 And another list
 - foo
 - foo
   And one more list
   - bar
   - bar

  Now, this is not what it should look like ! The lists need to be
  aligned properly.
 
 
 Hi Cezar,
 
 Org-mode tries its best to guess what you mean and then do it.  However,
 it is not a true mind reader, and it cannot know how you intend your
 lists to be structured.  This structure you show is valid and might just
 as well be what you mean.
 
 However, Org-mode helps you to create the lists either way. What you
 probably did is (I am guessing here):
 
  - type And another list
  - press RET to get a new line
  - press TAB to indent, Org assumes that you want to continue
text as *part* of he current item.
  - type - to make a new item
  - press TAB in the hope that the line would be outdented
to match your intended structure.  Bummer.  Org keeps the
structure because it assumes by setting the indentation, this is
what you mean.
 
 What you could have done
  - type And another list
  - press RET to get a new line
  - type - to make a new item
  - press TAB to indent, now org-mode matches up the -
with the previous ones, because before indenting the line you
told it that you intended it to be an item in time.
 
 What you really should have done
  - type And another list
  - M-RET to create the next item.
 
 Hope this helps
 
 - Carsten
 
 
 
 
 

  Am I making any sense ?

 Regards,
 Cezar



 ___ 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
 
 
 
 ___ 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

My problem is that Another list is indented (because it's under a list 
element row). So what I'd want is org-mode to know that/when the list 
ends which is at the end of the line (maybe use a dot)

Thank you for explaining.

Cezar



___
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


[Orgmode] Bug: Strange behavior with export options

2008-02-08 Thread Daniel J. Sinder
The following file erroneously includes the first drawer in the 
exported HTML.  Removing '@:t' from the export #+OPTIONS fixes the 
problem.  Both with and without '@:t', 'Text before first headline' 
is properly included, and the second drawer are properly suppressed.


--
:PROPERTIES:
#+TITLE:   Intro/Drawer Test
#+OPTIONS: skip:nil d:nil @:t
:END:

Text before first headline.
* First Headline
  :PROPERTIES:
  :prop1: value
  :END:
* Second Headline
--

Org-mode version 5.19a
GNU Emacs 22.1.50.1 (i686-pc-linux-gnu, X toolkit) of 2007-06-18

Dan


___
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


Re: [Orgmode] agenda command not working for anything except timeline

2008-02-08 Thread Carsten Dominik

Hi Amol,

you need to tell Org-mode which files to use.  Customize org-agenda- 
files, or simply press
C-c [ in each buffer that you want to have searched.  You have to do  
this only once,

Emacs will remember.

- Carsten

On Feb 8, 2008, at 12:37 PM, Amol Gawai wrote:


Hi,
I have added custom todo keywords. I am unable to get any agenda  
view except for timeline (C-c aL).
All other search for tags (C-c am) todo(C-c at) show empty agenda  
buffer.

Any solutions.
Here is my configuration.
I am using ntemacs -  23.0.0.1.
Org-mode - 5.21
and my org specific section is as follows.

;  
---

;; The following lines are always needed.  Choose your own keys.
(add-to-list 'auto-mode-alist '(\\.org$ . org-mode))
(define-key global-map \C-cl 'org-store-link)
(define-key global-map \C-ca 'org-agenda)
(add-hook 'org-mode-hook 'turn-on-font-lock)  ; org-mode buffers only
(require 'org-install)
(setq org-agenda-include-diary t) ;add all diary entries to agenda  
view
; (setq org-log-done '(done)) - moved to individual file #+STARTUP:  
lognotestate

(setq org-todo-keywords
   '((sequence Project Started InProgress  
NearingCompletion | Completed )

 (sequence Task Started | Completed)
 (sequence NextAction | Completed)))
(defface org-project-face '((t (:foreground blue :weight  
bold :bold t)))

  Face for Project todo items.)
(defface org-task-face '((t (:foreground cyan :weight bold :bold  
t)))

  Face for Task todo items.)
(setq org-todo-keyword-faces
  '((Project . org-project-face)
(Task . org-task-face)
(NextAction . org-warning)))
(setq org-agenda-custom-commands
  '((n todo NextAction)))
;; remember mode for Org
(require 'remember)
;;(org-remember-insinuate)
(setq org-directory e:/Amol/Work/EmacsOrgDir/)
(setq org-default-notes-file (concat org-directory /notes.org))
(define-key global-map \C-cr 'org-remember)
;; templates for Org - remember
(setq org-remember-templates
  '((Todo ?t * TODO %?\n  %i\n  %a (concat org-directory / 
TODO.org) Tasks)
   (Journal ?j * %U %?\n\n  %i\n  %a (concat org-directory / 
JOURNAL.org))
   (Idea ?i * %^{Title}\n  %i\n  %a (concat org-directory / 
JOURNAL.org) New Ideas)))
;  
---


Thanks a lot.
Amol

___
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


___
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


Re: [Orgmode] Re: list indentation

2008-02-08 Thread Carsten Dominik
I don't quite understand yet what you mean.  Please try to explain  
again.


- Carsten

On Feb 9, 2008, at 1:29 AM, cezar wrote:


On Fri, 08 Feb 2008 10:24:39 +0100, Carsten Dominik wrote:


On Feb 7, 2008, at 7:58 PM, cezar wrote:


Hello,

I am using org-mode version 5.17a and I sometimes need to write some
details on a task like:

** TODO something to be done
 notes about this task
 come here and they include a list
 - blah
 - blah
   And another list
   - foo
   - foo
 And one more list
 - bar
 - bar

Now, this is not what it should look like ! The lists need to be
aligned properly.



Hi Cezar,

Org-mode tries its best to guess what you mean and then do it.   
However,

it is not a true mind reader, and it cannot know how you intend your
lists to be structured.  This structure you show is valid and might  
just

as well be what you mean.

However, Org-mode helps you to create the lists either way. What you
probably did is (I am guessing here):

- type And another list
- press RET to get a new line
- press TAB to indent, Org assumes that you want to continue
  text as *part* of he current item.
- type - to make a new item
- press TAB in the hope that the line would be outdented
  to match your intended structure.  Bummer.  Org keeps the
  structure because it assumes by setting the indentation, this  
is

  what you mean.

What you could have done
- type And another list
- press RET to get a new line
- type - to make a new item
- press TAB to indent, now org-mode matches up the -
  with the previous ones, because before indenting the line you
  told it that you intended it to be an item in time.

What you really should have done
- type And another list
- M-RET to create the next item.

Hope this helps

- Carsten







Am I making any sense ?

Regards,
Cezar



___ 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




___ 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


My problem is that Another list is indented (because it's under a  
list

element row). So what I'd want is org-mode to know that/when the list
ends which is at the end of the line (maybe use a dot)

Thank you for explaining.

Cezar



___
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




___
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


Re: [Orgmode] Bug: Strange behavior with export options

2008-02-08 Thread Carsten Dominik

Fixed, thanks.

- Carsten

On Feb 9, 2008, at 3:16 AM, Daniel J. Sinder wrote:

The following file erroneously includes the first drawer in the  
exported HTML.  Removing '@:t' from the export #+OPTIONS fixes the  
problem.  Both with and without '@:t', 'Text before first headline'  
is properly included, and the second drawer are properly suppressed.


--
:PROPERTIES:
#+TITLE:   Intro/Drawer Test
#+OPTIONS: skip:nil d:nil @:t
:END:

Text before first headline.
* First Headline
 :PROPERTIES:
 :prop1: value
 :END:
* Second Headline
--

Org-mode version 5.19a
GNU Emacs 22.1.50.1 (i686-pc-linux-gnu, X toolkit) of 2007-06-18

Dan


___
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




___
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


[Orgmode] Re: list indentation

2008-02-08 Thread cezar
On Sat, 09 Feb 2008 08:17:10 +0100, Carsten Dominik wrote:

 I don't quite understand yet what you mean.  Please try to explain
 again.
 
 - Carsten
 
 On Feb 9, 2008, at 1:29 AM, cezar wrote:
 
 On Fri, 08 Feb 2008 10:24:39 +0100, Carsten Dominik wrote:

 On Feb 7, 2008, at 7:58 PM, cezar wrote:

 Hello,

 I am using org-mode version 5.17a and I sometimes need to write some
 details on a task like:

 ** TODO something to be done
  notes about this task
  come here and they include a list
  - blah
  - blah
And another list
- foo
- foo
  And one more list
  - bar
  - bar

 Now, this is not what it should look like ! The lists need to be
 aligned properly.


 Hi Cezar,

 Org-mode tries its best to guess what you mean and then do it.
 However,
 it is not a true mind reader, and it cannot know how you intend your
 lists to be structured.  This structure you show is valid and might
 just
 as well be what you mean.

 However, Org-mode helps you to create the lists either way. What you
 probably did is (I am guessing here):

 - type And another list
 - press RET to get a new line
 - press TAB to indent, Org assumes that you want to continue
   text as *part* of he current item.
 - type - to make a new item
 - press TAB in the hope that the line would be outdented
   to match your intended structure.  Bummer.  Org keeps the
   structure because it assumes by setting the indentation, this
 is
   what you mean.

 What you could have done
 - type And another list
 - press RET to get a new line
 - type - to make a new item
 - press TAB to indent, now org-mode matches up the -
   with the previous ones, because before indenting the line you
   told it that you intended it to be an item in time.

 What you really should have done
 - type And another list
 - M-RET to create the next item.

 Hope this helps

 - Carsten






 Am I making any sense ?

 Regards,
 Cezar



 ___ 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



 ___ 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

 My problem is that Another list is indented (because it's under a
 list
 element row). So what I'd want is org-mode to know that/when the list
 ends which is at the end of the line (maybe use a dot)

 Thank you for explaining.

 Cezar



 ___ 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
 
 
 
 ___ 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

I have this TODO:

** TODO Meeting with John Doe
   regarding the job interview
   some skills they would like
   - html
   - css
   - unix
 address: 102 str. Blah foo, CA
 phone: 111

I would like to somehow make org aware that the list ends after - unix 
and that what follows are not part of the list, meaning pressing TAB 
should not move the cursor under u form unix.

Regards,
Cezar



___
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