Re: [Orgmode] suggestion/feature-request for dynamic blocks

2010-09-22 Thread I.S.
the results. I think things like this would be useful for all the various kinds of org-dblock-write: functions and so suggested a generic library for writers of org-dblock-write: functions to handle things like this. Thanks, -I.S. ___ Emacs-orgmode

[Orgmode] proposal for enhanced org-get-priority function

2010-10-20 Thread I.S.
Dear Experts, I'd like to propose a replacement for the org-get-priority function which is backward compatible with the current version but allows the user to add a sub-priority such as [#A]-5 or [#B]+3: (defun org-get-priority (s) "Find priority cookie and return priority. Priorities of t

Re: [Orgmode] proposal for enhanced org-get-priority function

2010-10-27 Thread I.S.
On 10/24/2010 3:18 PM, David Maus wrote: At Wed, 20 Oct 2010 13:14:39 -0400, I.S. wrote: Dear Experts, I'd like to propose a replacement for the org-get-priority function which is backward compatible with the current version but allows the user to add a sub-priority such as [#A]-5 or [

Re: [Orgmode] proposal for enhanced org-get-priority function

2010-10-29 Thread I.S.
Sorry, I realized the previous patch did not contain updates to the org-priority-regexp. An updated patch is attached. Sorry, -I.S. On 10/27/2010 8:01 AM, I.S. wrote: On 10/24/2010 3:18 PM, David Maus wrote: At Wed, 20 Oct 2010 13:14:39 -0400, I.S. wrote: Dear Experts, I'd li

Re: [Orgmode] proposal for enhanced org-get-priority function

2010-10-29 Thread I.S.
Sorry, previous patch had some junk in it. Attached is the final version (really). Sorry again for the confusion, -I.S. On 10/29/2010 7:45 AM, I.S. wrote: Sorry, I realized the previous patch did not contain updates to the org-priority-regexp. An updated patch is attached. Sorry, -I.S

[Orgmode] confusion with file search with org-links

2010-11-11 Thread I.S.
mylink)) )) An example of the bug.bib illustrating the problem is shown below % start bug.bib % foo % bar @article{me98, title={a bug}, author={me}, journal={it}, year=1998, } %blah -- Thanks, -I.S. ___ Emacs-orgmode mailing list Pleas

Re: [Orgmode] proposal for enhanced org-get-priority function

2010-11-15 Thread I.S.
s this easy to do. -- Thanks, -I.S. ___ 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

Re: [Orgmode] confusion with file search with org-links

2010-11-15 Thread I.S.
On 11/11/2010 11:09 AM, Carsten Dominik wrote: Hi I.S. This should already work out of the box in bibtex files, but it will use the citation key instead of the title as the thing to search for. the code for this functionality is in org-bibtex.el - Carsten You are right, it does work out

Re: [Orgmode] proposal for enhanced org-get-priority function

2010-11-17 Thread I.S.
On 11/17/2010 3:16 AM, Carsten Dominik wrote: Hi I.S. I have not added you patch as it is, because in some ways the syntax it adds is questionable, and, as others have pointed out, sorting can be done in different ways, too. However, instead, I have introduced a variable that can be set to

[Orgmode] Is it possible to do literate programming without org-babel?

2010-12-03 Thread I.S.
in a .py file? One thing I have tried is switching to org-mode when I want to write comments, create links, etc. and do that in org-mode and then switch back to python mode. This actually works reasonably well but it's annoying to switch modess. Any better ideas? -- Thanks,