[O] org-jira.el

2012-01-02 Thread Bao Haojun
Hi, all I have implemented org-jira.el, bringing org-mode and Jira system together. Wrote a Wiki page for it on emacswiki: http://www.emacswiki.org/emacs/OrgJiraMode Hope somebody find it useful, if he/she is also using Jira and loves org-mode.

Re: [O] Problem with noweb-ref property

2012-01-02 Thread Andreas Leha
Tomas Grigera tgrig...@gmail.com writes: Hi Eric, Thanks a lot for your quick reply and fix. Getting the git repo version scares me a bit, but I guess I'll just have to take the plunge! Here we go :) Thanks again, Tomas On Thu, Dec 29, 2011 at 16:51, Eric Schulte eric.schu...@gmx.com

Re: [O] [babel] Is there a way to use edebug on emacs-lisp code blocks ?

2012-01-02 Thread Marc-Oliver Ihm
Am 01.01.2012 23:40, schrieb Nicolas Goaziou: Marc-Oliver Ihmmarc-oliver@online.de writes: So, if I have something like: #+call: foo(1,2) I cannot see a way to get a buffer with all the code, that foo might expand into, INCLUDING the assignments for the arguments 1 and 2. (If babel

Re: [O] Location of OpenDocument style files should be configurable

2012-01-02 Thread Jambunathan K
Ulrich So, could the build system please be changed, such that the datadir value at _compile_ time is taken, not at _install_ time? I.e., something like the patch included below. BTW, maybe one could think about supporting DESTDIR? That should be trivial to implement, simply prepend

Re: [O] [PATCH] Org manual on :noweb-ref property

2012-01-02 Thread Bastien
Hi Tomas, Tomas Grigera tgrig...@gmail.com writes: After Eric's fix a couple of days ago, setting :noweb-ref through a property now works as explained in the manual. However, the example given will only work if one turns on property inheritance. I think it is worthwhile noting this in the

Re: [O] Feature suggestion

2012-01-02 Thread Bastien
Hi York, York Zhao gtdplatf...@gmail.com writes: May I suggest a feature that when the point is inside a TeX source block and C-c C-c is pressed, instead of showing the error No org-babel-execute function for tex!, can we process the current tex block to output the dvi or pdf file? I'd

Re: [O] Feature suggestion

2012-01-02 Thread York Zhao
York Zhao gtdplatf...@gmail.com writes: May I suggest a feature that when the point is inside a TeX source block and C-c C-c is pressed, instead of showing the error No org-babel-execute function for tex!, can we process the current tex block to output the dvi or pdf file? I'd rather

[O] [babel][bug]

2012-01-02 Thread Martyn Jago
There is a bug running babel on Emacs 22.1.1 with a minimal init file. The following code works: --8---cut here---start-8--- * Test passes #+begin_src emacs-lisp hello there #+end_src #+results: : hello there --8---cut

Re: [O] Feature suggestion

2012-01-02 Thread Bastien
Hi York, York Zhao gtdplatf...@gmail.com writes: I think this is a good idea. By `org-babel-execute:tex' do you mean `org-babel-execute-tex'? No, I mean org-babel-execute:tex. There is a whole family of Babel functions that let C-c C-c act upon a source block, with respect to the langage

Re: [O] About the use of PROPERTY meta lines...

2012-01-02 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: #+TITLE: Properties #+AUTHOR:Seb Vauban #+PROPERTY: var foo=1 #+PROPERTY: var+ bar=2 * Abstract IIUC, properties are set in this way: - on a file basis, before any heading, through the =PROPERTY= keyword, - on a subtree

Re: [O] inline src_R also in latex src block

2012-01-02 Thread Eric Schulte
Michael Bach pha...@gmail.com writes: Hello, I am using org-mode version 7.8.02 I can successfully do inline `src_R' e.g. via \begin{equation} src_R{4 + 4} \end{equation} where `8' is put into the equation environment on export. Sadly, there is no LaTeX font lock in the org file

Re: [O] [babel] noweb with ob-screen??

2012-01-02 Thread Eric Schulte
Torsten Wagner torsten.wag...@gmail.com writes: Hi this is a follow up on a early post. I try to get noweb working with ob-screen. I wrote several code blocks and named them. I finished with a code block which calls all other blocks using noweb notation adding to its header :noweb yes. I

Re: [O] Problem with noweb-ref property

2012-01-02 Thread Eric Schulte
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Tomas Grigera tgrig...@gmail.com writes: Hi Eric, Thanks a lot for your quick reply and fix. Getting the git repo version scares me a bit, but I guess I'll just have to take the plunge! Here we go :) Thanks again, Tomas On Thu,

Re: [O] Unable to unfold a folded block having point directly after the folded block

2012-01-02 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: Having *** Headline :LOGBOOK: - point is at the end of the headline - moving one line down I am at the end of the LOGBOOK line There I cannot open the folded LOGBOOK block with TAB. I have to move point one character

Re: [O] Filter the agenda by category

2012-01-02 Thread Viktor Rosenfeld
Awesome, thanks! Cheers, Viktor Bastien wrote: Hi Vicktor, Viktor Rosenfeld listuse...@googlemail.com writes: is it possible to quickly limit what the agenda is showing to one category? Yes -- you can now use `' to filter the agenda through the category from the current line.

Re: [O] Color agenda items

2012-01-02 Thread Bastien
Hi Max, Maximilian Matthe maxi.mat...@googlemail.com writes: I've imported school holidays from .ics into my org-mode setup. They do show up in the agenda. I would like to have a special color for all holiday entries in the agenda. Maybe I can add this in the PROPERTIES-Drawer? I don't

Re: [O] org-column face

2012-01-02 Thread Bastien
Hi Michael, Michael Brand michael.ch.br...@gmail.com writes: What is the right way for the setup to get all this working? The default face for the column view is DeJa Sans Mono for me, working fine. Are things okay by just setting the face with M-x customize-face RET org-column RET then

[O] org-contacts: match name without formatting

2012-01-02 Thread Daniel Clemente
I use radio headers in my contacts data base, like: * Alice * Bob (Alice's brother) org-contacts was presenting the names with before, so you needed to type to match them. I attach a patch to remove this particular formatting before presenting the completions; in this way you can match

Re: [O] Please test the new Makefile

2012-01-02 Thread Achim Gratz
I've implemented a few improvements in my fork that should take care of most issues raised in recent discussions: - default target is now all instead of help - make does not complain when not inside a Git tree - all installations prefixed with $(DESTDIR) to allow for staged installation -

Re: [O] Location of OpenDocument style files should be configurable

2012-01-02 Thread Achim Gratz
Jambunathan K kjambunat...@gmail.com writes: I have pushed a fix so that make install will do the right thing. Package maintainers have to modify just the $(lispdir) and $(datadir) vars in the Makefile. (Hopefully) They don't have to do anything special at all. You may also want to read the

[O] org-diary-class doesn't skip weeks

2012-01-02 Thread Evgeniy Sporov
Could somebody help me, please? I had org 7.5 before and the following sexp worked fine: %%(org-diary-class 8 11 2011 6 2 2012 1 47 51 52 14) StudentName 4:45pm-5:15pm After upgrading to org 7.7 the skipping weeks part stopped working, meaning I still have a student appearing in Agenda at 4:45pm

Re: [O] org-column face

2012-01-02 Thread Michael Brand
Hi Bastien Setting org-column-face did not solve my issues (and in my opinion should be avoided if possible) but helped me to find out that the problem is either set-frame-font too late in my large setup or the use of default-frame-alist even when at the first place. This minimal setup works for

Re: [O] About the use of PROPERTY meta lines...

2012-01-02 Thread Sebastien Vauban
Hi Eric and all, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: #+TITLE: Properties #+AUTHOR:Seb Vauban #+PROPERTY: var foo=1 #+PROPERTY: var+ bar=2 * Abstract IIUC, properties are set in this way: - on a file basis, before any heading, through the