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

2012-01-02 Thread Sebastien Vauban
Hi Eric and all, Eric Schulte wrote: > "Sebastien Vauban" 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 =PROP

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 a

[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] Location of OpenDocument style files should be configurable

2012-01-02 Thread Achim Gratz
Jambunathan K 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 comments under > D

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

[O] org-contacts: match name without formatting

2012-01-02 Thread Daniel Clemente
I use radio headers in my contacts data base, like: * <<>> * <<>> (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 matc

Re: [O] org-column face

2012-01-02 Thread Bastien
Hi Michael, Michael Brand 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 picking up the font family

Re: [O] Color agenda items

2012-01-02 Thread Bastien
Hi Max, Maximilian Matthe 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 think so. How are you a

Re: [O] Filter the agenda by category

2012-01-02 Thread Viktor Rosenfeld
Awesome, thanks! Cheers, Viktor Bastien wrote: > Hi Vicktor, > > Viktor Rosenfeld 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. Another press t

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

2012-01-02 Thread Bastien
Hi Rainer, Rainer Stengele 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 . > I have to move point one character back in order to u

Re: [O] Problem with noweb-ref property

2012-01-02 Thread Eric Schulte
Andreas Leha writes: > Tomas Grigera 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 Sch

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

2012-01-02 Thread Eric Schulte
Michael Bach 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 this wa

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

2012-01-02 Thread Eric Schulte
Torsten Wagner 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 execute this block

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

2012-01-02 Thread Eric Schulte
"Sebastien Vauban" 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 basis, through the

Re: [O] Feature suggestion

2012-01-02 Thread Bastien
Hi York, York Zhao 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 used. Do `C-h f org-b

[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 here---

Re: [O] Feature suggestion

2012-01-02 Thread York Zhao
> York Zhao 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 define a or

Re: [O] Feature suggestion

2012-01-02 Thread Bastien
Hi York, York Zhao 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 define a or

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

2012-01-02 Thread Bastien
Hi Tomas, Tomas Grigera 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 manual. The patch

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 prepen

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 Ihm 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 would give me such a buffer,

Re: [O] Problem with noweb-ref property

2012-01-02 Thread Andreas Leha
Tomas Grigera 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 wrote: >> Tomas Grigera write

[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.