[Orgmode] Re: Ticket Management integration, muse mode, etc

2009-01-21 Thread Paul R
Hi, David Thank you to the both of you for responding so quickly. Basically David the reasoning why I' doing all this is to try and take more David detailed notes on stuff that maybe the end user should not see in David the ticket - which right now I kinda have to do. I still want to David

Re: [Orgmode] lists and quoted latex

2009-01-21 Thread Carsten Dominik
Hi Joao, this is, unfortunately, not possible currently. List structure is based on indentation, and the BEGIN_LaTeX statement cannot be indented. All you can do it make the entire list in LaTeX, like: \begin{enumerate} \item My first option \item My second option some difficult latex here

Re: [Orgmode] BUG? - Time summary overlay inherits org-tag face if heading has tags

2009-01-21 Thread Carsten Dominik
On Jan 21, 2009, at 5:59 AM, William Henney wrote: Hi list If a heading has tags, then that heading's time summary overlay (shown by C-c C-x C-d) is displayed using the org-tag face. This looks a bit strange. Is it intended? What is intended is that the face should be only a highlight, and

Re: [Orgmode] Command key problem in agenda view

2009-01-21 Thread Daniel Clemente
Bruce Hackett bruce.hack...@met.no writes: (setq load-path (append load-path '(~/.emacs.d/org/lisp))) This was something I picked up long, long ago, and never worried about. My guess is that append really means just that, and that add-to-list means prepending. Anyway, org-mode is working

Re: [Orgmode] Command key problem in agenda view

2009-01-21 Thread Carsten Dominik
Hi Daniel, thank you very much for this useful entry. - Carsten On Jan 21, 2009, at 12:35 PM, Daniel Clemente wrote: Bruce Hackett bruce.hack...@met.no writes: (setq load-path (append load-path '(~/.emacs.d/org/lisp))) This was something I picked up long, long ago, and never worried

[Orgmode] C-c C-e t Missing : Option

2009-01-21 Thread Ian Barton
Using C-c C-e t to insert options omits : (include time and date stamps). This is with 6.17 trans. Ian. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] re-search and org-link

2009-01-21 Thread Christopher Suckling
I currently use the following hook to achieve the level of detail I like from a sparse tree: (add-hook 'org-occur-hook (lambda () (goto-char (point-max)) (while (re-search-backward regexp nil t) (show-subtree)

[Orgmode] Footnotes and R output when exporting to HTML or Latex

2009-01-21 Thread Graham Smith
Mmmm, so busy concerened about the graphics I didn't realise I had such a major issue with footnotes. I am pasting R output into an org file which comes in like: names(gq3hazard) [1] H1aH1bH1cH2aH2bH2cH3aH3b [9] H3cH3dH4aH4bH4cH5aH5bH5c

Re: [Orgmode] BUG? - Time summary overlay inherits org-tag face if heading has tags

2009-01-21 Thread William Henney
Hi Carsten On Wed, Jan 21, 2009 at 3:32 AM, Carsten Dominik domi...@science.uva.nl wrote: If a heading has tags, then that heading's time summary overlay (shown by C-c C-x C-d) is displayed using the org-tag face. This looks a bit strange. Is it intended? What is intended is that the face

[Orgmode] Re: Footnotes and R output when exporting to HTML or Latex

2009-01-21 Thread Paul R
Graham Is it possible to disable the footnote feature and then Graham explicityly tell orgmode that a specific instance of square Graham brackets should be interpreted as a footnote. Check org-footnote-re and org-footnote-definition-re -- Paul

[Orgmode] Re: Footnotes and R output when exporting to HTML or Latex

2009-01-21 Thread Graham Smith
Paul, Check org-footnote-re and org-footnote-definition-re Thanks, but I would appreciate a bit more hand holding on this. I don't actually know how to check org-footnote-re and org-footnote-definition-re sorry Graham ___ Emacs-orgmode mailing

[Orgmode] Highlight current date in agenda buffer

2009-01-21 Thread Leo
Hi there, My friend asked about how to have the current date highlighted when in the week view of the agenda. Any ideas? Thanks, -- .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :. ___ Emacs-orgmode mailing list Remember: use `Reply All' to

[Orgmode] [OT] basic emacs tips you will need someday (was: Footnotes and R output when exporting to HTML or Latex)

2009-01-21 Thread Paul R
Graham, Graham Thanks, but I would appreciate a bit more hand holding on this. Graham I don't actually know how to check org-footnote-re and Graham org-footnote-definition-re I think the best help I can do is to describe the first steps to find your way in the emacs jungle. First, take a few

[Orgmode] Re: [OT] basic emacs tips you will need someday (was: Footnotes and R output when exporting to HTML or Latex)

2009-01-21 Thread Graham Smith
Paul, This looks really useful, the problem with the Friendly manual (and I have the O'Reilly book and the SAMS book) is that its difficult to know where to start and this very focussed help I am sure will give me a kick start. I have now printed it out and will work through it. Many thanks,

Re: [Orgmode] Re: Footnotes and R output when exporting to HTML or Latex

2009-01-21 Thread Nick Dokos
Graham Smith myotis...@gmail.com wrote: Check org-footnote-re and org-footnote-definition-re Thanks, but I would appreciate a bit more hand holding on this. I don't actually know how to check org-footnote-re and org-footnote-definition-re C-h v org-footnote-re RET or M-x

Re: [Orgmode] Re: Footnotes and R output when exporting to HTML or Latex

2009-01-21 Thread Graham Smith
Nick But I suspect that you are going to run into a much harder wall after you've done this. The description reads as follows: --- org-footnote-re is a variable defined in

Re: [Orgmode] C-c C-e t Missing : Option

2009-01-21 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 21, 2009, at 1:50 PM, Ian Barton wrote: Using C-c C-e t to insert options omits : (include time and date stamps). This is with 6.17 trans. Ian. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

Re: [Orgmode] bugs in C-*

2009-01-21 Thread Carsten Dominik
Hi, following this thread, I have revisited the commands `C-c -' and `C-c *' and hope that they are now better behaved and more useful: If there is an active region, these commands will act on the region, otherwise on the current line. C-c - This command turns headings or normal

[Orgmode] Re: Highlight current date in agenda buffer

2009-01-21 Thread Bernt Hansen
Leo sdl@gmail.com writes: My friend asked about how to have the current date highlighted when in the week view of the agenda. Any ideas? I have the following in my .emacs (add-hook 'org-agenda-mode-hook '(lambda () (hl-line-mode 1))) and then just '.' in the agenda goes to today with the

[Orgmode] Agenda on iPhone as HTML

2009-01-21 Thread Peter Jones
I finally have my agenda just the way I like, thanks to custom agenda block commands. So the next natural thing to do was to get this exported so I could see it on my iPhone. Pending a formal Org iPhone application, I decided to put some HTML on a web server I control, and access it from my

[Orgmode] Re: [OT] basic emacs tips you will need someday (was: Footnotes and R output when exporting to HTML or Latex)

2009-01-21 Thread Manish Sharma
Paul R paul.r...@gmail.com writes: Graham, Graham Thanks, but I would appreciate a bit more hand holding on this. Graham I don't actually know how to check org-footnote-re and Graham org-footnote-definition-re I think the best help I can do is to describe the first steps to find your way

Re: [Orgmode] BUG? - Time summary overlay inherits org-tag face if heading has tags

2009-01-21 Thread Carsten Dominik
On Jan 21, 2009, at 4:51 PM, William Henney wrote: Hi Carsten On Wed, Jan 21, 2009 at 3:32 AM, Carsten Dominik domi...@science.uva.nl wrote: If a heading has tags, then that heading's time summary overlay (shown by C-c C-x C-d) is displayed using the org-tag face. This looks a bit

Re: [Orgmode] re-search and org-link

2009-01-21 Thread Carsten Dominik
Hi Christopher, turning font-lock off and on does seem to help, but it is a pretty big cannon. The reason hy your hook runs into problem is: When the match is in text marked by an intangible property (like the link part of a link that also has a description), then the command loop moves