Re: [Orgmode] performance problems with drawers

2010-02-05 Thread Carsten Dominik
On Feb 6, 2010, at 1:14 AM, Samuel Wales wrote: On 2009-08-02, Carsten Dominik wrote: P.S. Unfortunatey, I cannot fix the performance issues regarding vertical cursor motion, this is in the guts of Emacs. `C-c C-f' and `C-c C-b' do help a bit... It is funny that outline-previous-visible-h

Re: [Orgmode] Re: [PATCH] Close calendar buffer after scheduling an item

2010-02-05 Thread Carsten Dominik
On Feb 6, 2010, at 5:11 AM, Matt Lundin wrote: Nathaniel Flath writes: If you schedule an item with org-schedule, the *Calendar* buffer will stay around. This also occurs with org-deadline, and any other functions that use org-read-date. The patch attached just closes this buffer once t

[Orgmode] Re: [PATCH] Close calendar buffer after scheduling an item

2010-02-05 Thread Matt Lundin
Nathaniel Flath writes: > If you schedule an item with org-schedule, the *Calendar* buffer will > stay around.  This also occurs with org-deadline, and any other > functions that use org-read-date.  The patch attached just closes this > buffer once the date is read. Might I ask why it is necessa

[Orgmode] [PATCH] Close calendar buffer after scheduling an item

2010-02-05 Thread Nathaniel Flath
If you schedule an item with org-schedule, the *Calendar* buffer will stay around. This also occurs with org-deadline, and any other functions that use org-read-date. The patch attached just closes this buffer once the date is read. I've filled out the FSF forms already, so copyright shouldn't b

[Orgmode] file location

2010-02-05 Thread Shawn Koons
Hello, Is there a command (or two) that will identify the locations of the below-listed files/folders? I am using Ubuntu and it seems that there is more than one emacs install on this computer and multiple files that *could* The following is from the #makefile# found in the org.mode folder downl

Re: [Orgmode] performance problems with drawers

2010-02-05 Thread Samuel Wales
On 2009-08-02, Carsten Dominik wrote: > P.S. Unfortunatey, I cannot fix the performance issues > regarding vertical cursor motion, this is in the guts of > Emacs. `C-c C-f' and `C-c C-b' do help a bit... It is funny that outline-previous-visible-heading is faster than previous-line when the pre

Re: [Orgmode] Re: Integrating ctags & org mode (patch)

2010-02-05 Thread Samuel Wales
Hi Paul, I think I haven't been following this closely enough, because I don't understand why an external program is necessary for <>. Can you just have a variable to hold the files that need searching? Then use the existing org ID mechanism. The targets would hold org IDs. I realize it would

Re: [Orgmode] From comments in code to org-mode

2010-02-05 Thread Samuel Wales
Ideally we could put tasks in comments, but there are regexps that need refactoring. On 2010-01-16, andrea wrote: > I had an idea which would be really nice if I'm able to implement it. > I write very often in code comments like > // FIXME: infinite loop > for example, now is a good thing they're

[Orgmode] bug: can't clock out

2010-02-05 Thread Samuel Wales
For a few weeks or so, most of the time when I clock out, I get an error. Cannot narrow it down further. (setf org-clock-modeline-total 'today) (setq org-clock-into-drawer t) Clock in. Wait a few hours, doing stuff in org in the meantime. signal(error ("Clock start time is gone")) erro

[Orgmode] Atomized completion list for multi-value property keys

2010-02-05 Thread Harald Weis
For example, the key sequence "C-c / p " yields the following completion list: colon colon_rss oesoph colon_colosc prost_echogrvitdvitd prost_psa vitd prost_tr In _addition_ to this, I need a completion list where all multi-values are atomized: colon c

Re: [Orgmode] Re: interacting with word processors (opeonffice, word)

2010-02-05 Thread Matt Price
On Fri, 2010-02-05 at 01:44 +, Shelagh Manton wrote: > On Thu, 04 Feb 2010 15:10:51 +, Eric S Fraga wrote: > > > At Thu, 04 Feb 2010 09:43:31 -0500, > > Matt Price wrote: > > > > [...] > > > >> get documentsl ooking about how I want them to -- the default output of > >> the latex export

[Orgmode] org-goto + Aquamacs

2010-02-05 Thread Nathan Neff
Hi, I like using org-goto to jump to headings in an org file. When I press C-c C-j, Aquamacs displays the contents of the defconst org-goto-help in a different frame. Then, I have to switch back to my main frame. This is a minor annoyance. Is there a way to get Aquamacs not to show this, or to

[Orgmode] Re: Any instructions on using bibtex with org?

2010-02-05 Thread Paul Mead
Raffi R writes: > I'm not at the computer with most of my BibTeX/orgmode stuff right > now, but I suspect you may still have to include something along the > lines of: > > \bibliography{my_bibliography_filename}{} > \bibliographystyle{plain} > > at the end of your orgmode document. > > HTH, > - R

[Orgmode] Resolving Idle Time - Wow

2010-02-05 Thread Nathan Neff
http://orgmode.org/org.html#Resolving-idle-time I just discovered this, and it was one of those 'wow, org-mode already does this' moments. I really like being able to get distracted from some task, then apply the lapsed minutes to *more than one* other task. All I have to do is keep running M-x

Re: [Orgmode] [OT] See available keybindings?

2010-02-05 Thread Ryan Thompson
Try pressing f6 and then C-h. Generally, pressing any prefix followed by C-h lists the bindings for that prefix. On Fri, Feb 5, 2010 at 10:48 AM, Nathan Neff wrote: > I've defined a list of org-mode shortcuts that start with f6. > > Example: > f6 i = clock in > f6 o =clock out > > Is there a way

[Orgmode] Re: [OT] See available keybindings?

2010-02-05 Thread Mikael Fornius
Use C-h to see all keybindings. -- Mikael Fornius ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: [OT] See available keybindings?

2010-02-05 Thread Bernt Hansen
Nathan Neff writes: > I've defined a list of org-mode shortcuts that start with f6. > > Example: > f6 i = clock in > f6 o =clock out > > Is there a way to see all the available keybindings that begin > with f6?  Sometimes I'm not sure what key I need to type. > > When I press f6, then appears in

[Orgmode] Re: Any instructions on using bibtex with org?

2010-02-05 Thread Raffi R
I'm not at the computer with most of my BibTeX/orgmode stuff right now, but I suspect you may still have to include something along the lines of: \bibliography{my_bibliography_filename}{} \bibliographystyle{plain} at the end of your orgmode document. HTH, - Raffi. On Fri, Feb 5, 2010 at 1:36 PM

[Orgmode] Re: Any instructions on using bibtex with org?

2010-02-05 Thread Paul Mead
Raffi R writes: > Are you trying to export to BibTeX or simply integrate orgmode with a > BibTeX database? > > http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/ > is the blog post I used to set up orgmode with RefTex so that I can > very easily insert BibTeX citations into

[Orgmode] Re: Any instructions on using bibtex with org?

2010-02-05 Thread Paul Mead
Raffi R writes: > Are you trying to export to BibTeX or simply integrate orgmode with a > BibTeX database? > > http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/ > is the blog post I used to set up orgmode with RefTex so that I can > very easily insert BibTeX citations into

[Orgmode] [OT] See available keybindings?

2010-02-05 Thread Nathan Neff
I've defined a list of org-mode shortcuts that start with f6. Example: f6 i = clock in f6 o =clock out Is there a way to see all the available keybindings that begin with f6? Sometimes I'm not sure what key I need to type. When I press f6, then appears in the minibuffer, waiting for another ke

Re: [Orgmode] Any instructions on using bibtex with org?

2010-02-05 Thread Raffi R
Are you trying to export to BibTeX or simply integrate orgmode with a BibTeX database? http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/ is the blog post I used to set up orgmode with RefTex so that I can very easily insert BibTeX citations into my org documents and export

[Orgmode] Re: org-archive-subtree keep structure

2010-02-05 Thread Bernt Hansen
Nathaniel Flath writes: > Hello, Is there a way to get org-archive-subtree to keep the tree > structure in the archive file?  this information is currently just > added to the :ARCHIVE_OLPATH in the archive file; is there an option > to get it to construct the tree instead? I do this 'manually'.

[Orgmode] Any instructions on using bibtex with org?

2010-02-05 Thread Paul Mead
Can anyone please provide me with a link to instructions on using bibtex with org? I've been searching for a while and I found the stuff on worg about org-exp-bibtex.el but I can't see from that how to set this up. Thanks, Paul. ___ Emacs-orgmode mail

Re: [Orgmode] How to insert apostrophe (') into code and verbatim text?

2010-02-05 Thread Nick Dokos
Uriel Avalos wrote: > So I guess it's too complicated for the gurus. :-) > > I'm already doing '=life= but I thought perhaps there was a quick hack > to get ='life= to work. Oh well, not a biggie, life moves on... > Too complicated for me, perhaps: I'm no guru :-) Carsten had a suggestion of

Re: [Orgmode] How to insert apostrophe (') into code and verbatim text?

2010-02-05 Thread Uriel Avalos
So I guess it's too complicated for the gurus. :-) I'm already doing '=life= but I thought perhaps there was a quick hack to get ='life= to work. Oh well, not a biggie, life moves on... On Thu, 04 Feb 2010 11:53:30 -0500 Nick Dokos wrote: > Uriel Avalos wrote: > > > Here's an easy one for th

[Orgmode] Re: Only show a certain weekday in the agenda view

2010-02-05 Thread Bernt Hansen
Björn Steffen writes: > Hi Manish, > >> I am guessing you probably want to see items related to your classes. > > Exactly. To get an overview for the next couple of weeks. > >> In that case if you tag the items related to classes, then you can >> filter based on the tag ('/' in agenda or timeline