[Orgmode] Binding a key to org-store-link in a shell (non-eshell)

2009-10-18 Thread Friedrich Delgado Friedrichs
Hi! I usually prefer to use a regular shell in screen, and today I wanted to press my n remember keybinding on the shell, which already works in mutt and emacs (and also via bookmarklet, shortcut 'a', in firefox). I use zsh, I'm not a zsh expert (still a newbie after a couple of years), but I man

[Orgmode] org-agenda-custom-commands

2009-10-18 Thread Harald Weis
Hi All, I would like to define one entry of the org-agenda-custom-commands variable like so: (setq org-agenda-custom-commands '(("i" "item" tags-tree (remedy-build-tags-tree-regex "item" where ''item'' is the property key and where the remedy-build-tags-tree-regex function

[Orgmode] global config for table and export style

2009-10-18 Thread Eraldo Helal
how can I globally: - make exporting tables with borders the default > #+ATTR_HTML: border="2" rules="all" frame="all" - make html export aware of line breaks > #+OPTIONS: \n:t in other words... how can I set - #+ATTR_HTML: border="2" rules="all" frame="all" - #+OPTIONS: \n:t in my .emacs file? G

Re: [Orgmode] global config for table and export style

2009-10-18 Thread Dan Davison
Eraldo Helal writes: > how can I globally: > - make exporting tables with borders the default > #+ATTR_HTML: > border="2" rules="all" frame="all" > - make html export aware of line breaks > #+OPTIONS: \n:t > > in other words... > how can I set > - #+ATTR_HTML: border="2" rules="all" frame="all" >

[Orgmode] Re: [babel] allow emacs-lisp results to be pretty-printed

2009-10-18 Thread Eric Schulte
"Eric Schulte" writes: >> >>> WRT the pp patch for emacs-lisp, I think it is an excellent addition and >>> in fact I think that it points to a more general need. Languages should >>> have the option of returning values as they would appear when written in >>> the language. That is how they woul

Re: [Orgmode] global config for table and export style

2009-10-18 Thread Eraldo Helal
Yup... Thank you for your feedback... However this solution conflicts with some publish settigs of mine ;; timestamps I would still prefer a global setting if that is possible. I prefer my tables to be with borders in any file! The same holds true for html export. __

[Orgmode] org-agenda

2009-10-18 Thread Bostjan Vilfan
Hello, Version 6.30e included a nice detail in the org-agenda feature: the org-agenda frame could be closed simply by clicking the x (close-file) button. I notice that this capability is absent (at least by default) in version 6.31a. Can it be somehow enabled? Regards, bostjanv _

[Orgmode] howto view all categories

2009-10-18 Thread Eraldo Helal
Is there a method with which I can view all categories that I have? (including the default ones defined by filename) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

[Orgmode] use todo-keyword to assign category

2009-10-18 Thread Eraldo Helal
ISSUE: I have a keyword "CATEGORY" which I use on headlines to make me aware that they define a category for everything below them. example: file: school.org * CATEGORY English #+CATEGORY: English ** PROJECT presentation "org-mode" *** TODO call Tom: beamer *** TODO search pictures ** TODO homewo

Re: [Orgmode] use todo-keyword to assign category

2009-10-18 Thread James TD Smith
Hi Eraldo, On 2009-10-19 02:40:19(+0200), Eraldo Helal wrote: > I have a keyword "CATEGORY" which I use on headlines to make me aware > that they define a category for everything below them. [snip] > Is it possible to let emacs know that every headline with the > "CATEGORY" todo-keyword should b

[Orgmode] Contextual tag auto-exclusion

2009-10-18 Thread John Wiegley
I've submitted a feature today which provide contextual auto-exclusion for tags in the Agenda view. For example, I use the following tags for TODOs: Net Needs internet access Call Needs a phone Errand Done in town Home Done at home Now, it's quite easy for my computer

[Orgmode] [babel] :session

2009-10-18 Thread Thomas S. Dye
Aloha all, In org-babel.org one of the R examples uses a header argument :session that is not otherwise documented. I don't trust my Lisp understanding enough to learn about it from the source code. Would it be possible to add it to the documentation? org-babel is lots of fun--many, man

[Orgmode] [babel] Is ":results output inline" possible ?

2009-10-18 Thread emailorama
The org-babel package looks very nice. Thanks to Eric for doing this. It seems to have so many possibilities. I wonder, is it possible to get "inline" output ? It seems to be very close to the existing option ":results output" but would just put the output "inline" rather than in a quoted bloc

Re: [Orgmode] (customize-variable 'org-agenda-sorting-strategy) problem (release_6.31.73.g28e6.dirty)

2009-10-18 Thread Carsten Dominik
Applied, thanks. - Carsten On Oct 17, 2009, at 3:57 PM, Mikael Fornius wrote: I get mismatch when trying to (customize-variable 'org-agenda-sorting-strategy) . The search option is not included in the defcustom. Maybe I have missed something but for me the attached patch fixes the problem.