Re: [O] [PATCH] Use font-lock-face property in org-src-font-lock-fontify-block?

2012-09-27 Thread Bastien
Hi Takafumi, Takafumi Arakaki writes: > I am thinking about including my version of > org-src-font-lock-fontify-block in EIN, but Dan Davison suggested to > ask in this ML because it could be a problem in org-mode too. I'm not sure I understand the problem you are trying to fix for your own cod

Re: [O] An org-attach link type [7.9.1 (7.9.1-elpa @ /home/youngfrog/.emacs.d/elpa/org-20120903/)]

2012-09-27 Thread Bastien
Hi Nicolas, thanks for the patches. Unless I'm wrong, you did not assign your copyright to the FSF yet for such changes. Would you like to? If yes please fill this form: http://orgmode.org/cgit.cgi/org-mode.git/plain/request-assign-future.txt It can take 1-2 months before the process is ove

Re: [O] auto-fill non-op, fill-paragraph error

2012-09-27 Thread Bastien
Edward DeMeulle writes: > org-fill-paragraph: Symbol's function definition is void: > org-element--parse-objects > > Org-mode version 7.9.1 (release_7.9.1-396-g5ba6bd @ > /home/ewd/.emacs.d/org-mode/lisp/) Can you give the output of C-h f org-element-parse-buffer RET C-h f org-fill-paragraph R

Re: [O] how to insert fraction & integration

2012-09-27 Thread Bastien
Hi Nick, Nick Dokos writes: > $$...$$ is plain TeX, not LaTeX, and according to Lamport (p. 233), > "... does not work properly." See also > >http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dolldoll $$...$$ worked for me for years in LaTeX (using tetex on GNU/Linux) so I'm curious: is this F

Re: [O] Agenda priority setting bad feature

2012-09-27 Thread Bastien
You can now use both `,' and `C-c ,' in agenda to set the priority. You can also use `C-u ,' and `C-u C-c ,' to see the see the priority. Note that the priority displayed is a number, not the priority cookie. Also this number for the same headline will differ in agendas and in Org buffers, as the

Re: [O] auto-fill non-op, fill-paragraph error

2012-09-27 Thread Edward DeMeulle
Ok. Ran 'make update2', which completed w/o errors. Still running into error: org-fill-paragraph: Symbol's function definition is void: org-element--parse-objects Org-mode version 7.9.1 (release_7.9.1-396-g5ba6bd @ /home/ewd/.emacs.d/org-mode/lisp/)

Re: [O] how to insert fraction & integration

2012-09-27 Thread Nick Dokos
Bastien wrote: > Hi Supriya, > > Supriya Sawant writes: > > > how to insert fraction & integration in emacs .org file > > > > eg. test.org > > > > \frac{1}{2} > > \sqrt{x^2-1} > > > > when I export it into html using org-export-as-html it gives > > > > test.html > > > > \frac{1}{2} > > \sqrt{

Re: [O] Language for agenda

2012-09-27 Thread Olaf Meeuwissen
Bastien writes: > twiki writes: > >> How can you change the language in which Emacs >> displays the Agenda in Org-mode? > > (setq calendar-day-name-array > ["lunedì" "martedì" "mercoledì" "giovedì" >"venerdì" "sabato" "domenica"]) > > (setq calendar-month-name-array > ["gennai

Re: [O] Agenda priority setting bad feature

2012-09-27 Thread Robert Horn
FBastien writes: > Robert Horn writes: > >> I think that the key mapping for "," and "C-c," in agenda is a mistake >> and should be swapped. > > The agenda is read-only, so short keystrokes are often preferred > over long one. "," being short for "C-c ," looks natural and intuitive, > so I d

Re: [O] Two modifications for source blocks processing (will be in 7.9.2)

2012-09-27 Thread Thomas S. Dye
"Sebastien Vauban" writes: > Hi Thomas, > > A (very) quick answer... > > Thomas S. Dye wrote: >> Sebastien Vauban writes: >>> Bastien wrote: this is to advertize two small modifications wrt source blocks processing. 1) Please use ":results drawer" instead of ":results wrap"

Re: [O] how to insert fraction & integration

2012-09-27 Thread Bastien
Hi Supriya, Supriya Sawant writes: > how to insert fraction & integration in emacs .org file > > eg. test.org >   > \frac{1}{2} > \sqrt{x^2-1} > > when I export it into html using org-export-as-html it gives > > test.html > > \frac{1}{2} > \sqrt{x^2-1} > > I am new to org-mode. > can anyone tell

Re: [O] Heading numbering in latex export

2012-09-27 Thread Bastien
Hi Vikas, Vikas Rawal writes: > I am using xelatex. There are following two lines in my org file > > #+LATEX_CMD: xelatex > #+LATEX_HEADER: \setmainfont{Adobe Garamond Pro} I'm not using xelatex so I hope someone else can help. -- Bastien

Re: [O] Agenda priority setting bad feature

2012-09-27 Thread Bastien
Robert Horn writes: > I think that the key mapping for "," and "C-c," in agenda is a mistake > and should be swapped. The agenda is read-only, so short keystrokes are often preferred over long one. "," being short for "C-c ," looks natural and intuitive, so I don't think the change is necess

Re: [O] Heading numbering in latex export

2012-09-27 Thread Vikas Rawal
> > Can you provide a minimal reproducible example? Here is a sample file. If I export it twice, I have the problem. Vikas #+STARTUP: hidestars #+TITLE: Title of my paper #+DATE: #+AUTHOR: Vikas Rawal #+COLUMNS: %25ITEM %TAGS %PRIORITY %T #+OPTIONS: H:3 toc:nil #+LATEX_CMD: xelatex #+LATEX_HE

[O] Feature request: v1 - v9

2012-09-27 Thread John Wiegley
I can get an agenda report for the next 4 days using: M-: (org-agenda-change-time-span 4) RET But there seems to be no command for doing so. It would be nice if `v N', where N is a number 1-9, could give me a report for the next N days. This is useful to me right now because I have a house-mo

Re: [O] Bug: Org image scaling and source block results [7.9.1 (release_7.9.1-384-g60127b @ /home/lennart/.emacs.d/site-lisp/org/lisp/)]

2012-09-27 Thread Bastien
Hi Lennart, Lennart Fricke writes: > #+ATTR: width="100" > #+RESULTS: 3D > [[file:test.png]] > > does not. It does now -- thanks! -- Bastien

Re: [O] Org-mode release 7.9

2012-09-27 Thread Bastien
Achim Gratz writes: > The package description is loaded, buth then it doesn't install because > the description vector is wrong. I've pushed a correction that at least > works with a local copy of the archive directory. I will test this on the server -- thanks! -- Bastien

Re: [O] Bug: Fontify whole headline doesn't stick when Emacs restarted [7.9 (release_7.9-3-ga986d3 @ c:/emacs/lisp/org/lisp/)]

2012-09-27 Thread Bastien
"D. C. Toedt" writes: > I have to reset the Fontify entire heading variable every time I > restart Emacs.  I've confirmed that my .emacs file includes the > proper variable setting. I'm not sure I understand -- can you explain more in details what happens and what is wrong? Thanks, -- Bastie

Re: [O] Bug: Links with descriptions containing dates should be open the link not the agenda [git master 1aae9d83b]

2012-09-27 Thread Bastien
Hi Myles, Myles English writes: > [[*Heading][2012-09-28]] --> opens the agenda but should open > the link, no? Fixed, thanks. -- Bastien

Re: [O] auto-fill non-op, fill-paragraph error

2012-09-27 Thread Bastien
Edward DeMeulle writes: > I ran 'make up2' and received the following (I'm still on emacs23) Please use `make update2' `make up2' runs the test suite but you don't have the ert package installed. -- Bastien

Re: [O] Opening code blocks in two horizontal splits

2012-09-27 Thread Bastien
Hi, Saptarshi Guha writes: > When i press C-C-', Aquamacs splits the frame into two vertical > panes. > How can i force it into two horizontal panes? Also, can i customize > the split % (i.e.divide the heights in 2:1 ratio). I don't use Aquamacs but since Emacs 23.1 you can set this options:

Re: [O] Language for agenda

2012-09-27 Thread Bastien
twiki writes: > How can you change the language in which Emacs > displays the Agenda in Org-mode? (setq calendar-day-name-array ["lunedì" "martedì" "mercoledì" "giovedì" "venerdì" "sabato" "domenica"]) (setq calendar-month-name-array ["gennaio" "febbraio" "marzo" "aprile" "ma

Re: [O] Org-mode release 7.9

2012-09-27 Thread Achim Gratz
Achim Gratz writes: > I haven't tested it yet, but the files are up already. The package description is loaded, buth then it doesn't install because the description vector is wrong. I've pushed a correction that at least works with a local copy of the archive directory. Regards, Achim. -- +<[Q

[O] Bug: Org image scaling and source block results [7.9.1 (release_7.9.1-384-g60127b @ /home/lennart/.emacs.d/site-lisp/org/lisp/)]

2012-09-27 Thread Lennart Fricke
Hello everybody, it seems that org-mode only considers #+ATTR.*: in the line preceeding an image, if org-image-actual-width is a list or nil. Maybe it would be better to make it work like in exports. For example #+RESULTS: 3D #+ATTR: width="100" [[file:test.png]] does scale #+ATTR: width="100"

Re: [O] Erroneous "No such file or directory" with babel and remote dir

2012-09-27 Thread Achim Gratz
Loris Bennett writes: > OK, I must have goofed. What I did after starting the bisection was > > - run 'make autoload' > - open test file in emacs with minimal .emacs > - test > - end emacs > - mark bisection good or bad > > I then repeated this for the next commit. This would be the correct thing

[O] Opening code blocks in two horizontal splits

2012-09-27 Thread Saptarshi Guha
Hello, When i press C-C-', Aquamacs splits the frame into two vertical panes. How can i force it into two horizontal panes? Also, can i customize the split % (i.e.divide the heights in 2:1 ratio). Kind Regards Saptarshi

Re: [O] An org-attach link type [7.9.1 (7.9.1-elpa @ /home/youngfrog/.emacs.d/elpa/org-20120903/)]

2012-09-27 Thread Nicolas Richard
Bastien writes: > If you feel like adding the attach link type to org-attach.el Second part, which is the actual "attach link" part. -- N. -- 8> -- >From 85f5c10d8d448e56458377f166413f7de6458563 Mon Sep 17 00:00:00 2001 From: "nrichard (geodiff-mac3)" Date: Thu, 27 Sep 2012 17:38:43 +0200 Su

[O] Bug: Fontify whole headline doesn't stick when Emacs restarted [7.9 (release_7.9-3-ga986d3 @ c:/emacs/lisp/org/lisp/)]

2012-09-27 Thread D. C. Toedt
I have to reset the Fontify entire heading variable every time I restart Emacs. I've confirmed that my .emacs file includes the proper variable setting. Org-mode environment is below. -- *D. C. Toedt III * | Lawyer for tech companies | Houston, Texas (Central time zone)| Last name is pr

Re: [O] An org-attach link type [7.9.1 (7.9.1-elpa @ /home/youngfrog/.emacs.d/elpa/org-20120903/)]

2012-09-27 Thread Nicolas Richard
Bastien writes: Hello, > If you feel like adding the attach link type to org-attach.el > please go ahead and provide a patch. Ok, so here it is, in two parts. The first patch (included below) modifies org-attach-file-list to try and make it slightly more customizable : - The DIR argument is ma

Re: [O] Patch to change agenda key-mapping

2012-09-27 Thread Nick Dokos
Robert Horn wrote: > I forgot to attach a proposed patch. > ... > [1. Diff to revert C-c , mapping for priority setting in agenda --- > application/octet-stream; agenda-patch] If you really mean this patch to be considered for integration into org-mode, you have to make sure that the attachmen

Re: [O] Heading numbering in latex export

2012-09-27 Thread Vikas Rawal
On Thu, Sep 27, 2012 at 09:36:15AM +0200, Bastien wrote: > Hi Vikas, > > Vikas Rawal writes: > > > When I try to export the file to pdf via latex, I face a strange > > problem. When I export the file first time after opening it, the > > graph does not appear. When I do it again, the graph appear

Re: [O] Collapse LaTeX source before start of main document?

2012-09-27 Thread Nick Dokos
Renier Marchand wrote: > > It seems that the reason this does not work for Chris Malone is that if the > heading tagged with :prelim: is preceded with a heading tagged with > :noexport: > then the content of the prelim section is in effect not exported. > > For this example > > * My setup

[O] Language for agenda

2012-09-27 Thread twiki
How can you change the language in which Emacs displays the Agenda in Org-mode? I would like the days of the week in Italian THANKS!

Re: [O] custom agenda view w/ tag filtering?

2012-09-27 Thread Matt Price
On Thu, Sep 27, 2012 at 4:38 AM, Bastien wrote: > Hi Matt, > > (You forgot to CC the list...) > > Matt Price writes: > >> On Wed, Sep 26, 2012 at 5:56 PM, Bastien wrote: >>> Hi Matt, >>> >>> Matt Price writes: >>> Is it possible to define a custom agenda view with tag filtering, but i

Re: [O] auto-fill non-op, fill-paragraph error

2012-09-27 Thread Edward DeMeulle
I ran 'make up2' and received the following (I'm still on emacs23) ... Compiling /home/ewd/.emacs.d/org-mode/lisp/org.el... In org-store-link: org.el:8999:23:Warning: `org-link-to-org-use-id' is an obsolete variable (as of Emacs 24.3); use `org-id-link-to-org-use-id' instead. org.el:9001:32:W

[O] Bug: Links with descriptions containing dates should be open the link not the agenda [git master 1aae9d83b]

2012-09-27 Thread Myles English
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [O] auto-fill non-op, fill-paragraph error

2012-09-27 Thread Edward DeMeulle
Org-mode version 7.9.1 (release_7.9.1-382-g1a1d06-git @/home/ewd/.emacs.d/org-mode/lisp/) I'd been simply running it from sources but will try compiling it.

[O] Patch to change agenda key-mapping

2012-09-27 Thread Robert Horn
I forgot to attach a proposed patch. This changes the keymapping for "C-c ," to use org-agenda-priority. It doesn't include a new keymapping to org-agenda-show-priority. I'm not sure what key mapping makes the most sense. It leaves the agenda menu and mouse functions for org-agenda-show-priorit

[O] Agenda priority setting bad feature

2012-09-27 Thread Robert Horn
I think that the key mapping for "," and "C-c," in agenda is a mistake and should be swapped. In the normal org-mode, "C-c ," is mapped to org-priority. In agenda mode this gets changed to org-agenda-show-priority. In agenda mode "," is mapped to org-agenda-priority, which behaves like org-priori

Re: [O] Differences between MobileOrg and MobileOrgNG

2012-09-27 Thread Henning Weiss
Hi, On Thu, Sep 27, 2012 at 1:46 AM, Robert Eckl wrote: > > Hi, > > Henning Weiss wrote: > > > On Wed, Sep 19, 2012 at 12:53 AM, wrote: > > Henning Weiss wrote: > > > >>> On Mon, Sep 17, 2012 at 9:20 PM, Robert Eckl wrote: > > > >>> If i Push the org-files under Windows with MobileOrg the diffe

Re: [O] Issue with #+TBLFM in dynamic block

2012-09-27 Thread flav
Thanks ! A lot ! On Thu, Sep 27, 2012 at 02:44:52PM +0200, Michael Brand wrote: > Hi flav > > It seems to me that you have run into the same issue I tried to > resolve some time ago without success and described here: > http://thread.gmane.org/gmane.emacs.orgmode/48764 > > On Thu, Sep 27, 2012

Re: [O] Issue with #+TBLFM in dynamic block

2012-09-27 Thread Michael Brand
Hi flav It seems to me that you have run into the same issue I tried to resolve some time ago without success and described here: http://thread.gmane.org/gmane.emacs.orgmode/48764 On Thu, Sep 27, 2012 at 2:29 PM, flav wrote: > * Note > #+BEGIN: columnview :hlines 1 :id global :maxlevel 2 :skip

[O] Issue with #+TBLFM in dynamic block

2012-09-27 Thread flav
Slt, I try to add formulas to a table in a dynamic block (obtained by columns capture), but when I update the dynamic block, the #+TBLFM line disappears and the added columns also disappear. The file : #+COLUMNS: %ITEM %Note Soutenance finale promo 2013 * Note #+BEGIN: columnview :hlines 1

[O] Sticky agenda interferes with org-open-at-point for date stamps

2012-09-27 Thread Christoph LANGE
Dear org developers, from org-mode 7.9 I'm using a sticky agenda – a great feature in general, given my large dataset. However, I found one feature to be broken by the stickiness: When I am on a date/time stamp (e.g. <2012-09-27 Thu>) and open this link with org-open-at-point (C-c C-o), it t

[O] [PATCH] Use font-lock-face property in org-src-font-lock-fontify-block?

2012-09-27 Thread Takafumi Arakaki
Hi, I am trying to use org-src.el bundled in org-mode to support syntax highlighgint for multiple languages in my IPython notebook client in Emacs (EIN) [1]. It works very well but I need to patch (please see the attached file) it to use. The problem is that fontification is gone when I edit the

Re: [O] [babel] #+INCLUDE does not account for relative paths to images

2012-09-27 Thread Bastien
Hi Mikhail, Mikhail Titov writes: > I feel like it would be nice to export an updated relative path to > included image file with a different base when exporting master > document. I agree but the implementation is not straightforward. If you or someone else can come up with a patch for this,

Re: [O] agenda timeline filtered by date range

2012-09-27 Thread Bastien
Hi Johan, Johan Sandblom writes: > Yes, but that will not give the same days tomorrow, as it does today, will > it? No. You can use (org-agenda-start-day "2007-11-01") for this. HTH, -- Bastien

Re: [O] Collapse LaTeX source before start of main document?

2012-09-27 Thread Renier Marchand
Matt Lundin imapmail.org> writes: > > Chris Malone gmail.com> writes: > > > > I added your suggestion to my .emacs but upon export it removed the > > entire block, which is odd based on the source code for the > > function... > > Hmm... That's not my experience. > > When I export the followin

Re: [O] agenda timeline filtered by date range

2012-09-27 Thread Johan Sandblom
2012-09-27 01:08 skrev Bastien: Ho Johan, Johan Sandblom writes: Since a year or so I am using org-mode ever more intensively. Among other things, I use it to track my training in pediatric medicine. I keep a sort of combined diary and planner of events, courses and work schedules in a file

Re: [O] auto-fill non-op, fill-paragraph error

2012-09-27 Thread Bastien
Hi Edward, Edward DeMeulle writes: > Unfortunately, I am still experiencing the problem with > release_7.9.1-382-g1a1d06-git. Is there any information I can provide to > help? Please do C-u M-x org-version RET -- this will insert the complete Org version in your email (assuming you are using Gn

Re: [O] Heading numbering in latex export

2012-09-27 Thread Bastien
Hi Vikas, Vikas Rawal writes: > When I try to export the file to pdf via latex, I face a strange > problem. When I export the file first time after opening it, the > graph does not appear. When I do it again, the graph appears fine but > Section numbers are messed up. The main sections are now n

Re: [O] org-metaup / org-metadown nerfed in 7.9.1

2012-09-27 Thread Bastien
Hi Trevor, let's not invite Charles Dickens and William Shakespeare to this discussion, I guess they really don't care :) Trevor Vartanoff writes: > I'm glad to see an exception was made for > node property, but that's only one of many, many problem cases. We will be able to examinate those pr

Re: [O] Two modifications for source blocks processing (will be in 7.9.2)

2012-09-27 Thread Bastien
Hi Achim, Achim Gratz writes: > What's the purpose of the #+RESULTS, #+RESULTS is here whatever the output format is. It indicates that the text below has been produced dynamically by the source block above. > why not just specify ":results :DRAWERNAME:"? That's an idea -- but :RESULTS: is

Re: [O] Org-mode release 7.9

2012-09-27 Thread Bastien
Hi Achim, Achim Gratz writes: > There is an error in the float element (the ":" after "right" should > really be a ";"). Fixed, thanks. > Also I would really appreciate if the CSS didn't specify absolute font > sizes. I did improve things a bit. Please provide a patch if things are still no

Re: [O] Two modifications for source blocks processing (will be in 7.9.2)

2012-09-27 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > With :results org, raw Org mode results will be harmlessly *wrapped in a Org > mode block*. The "#+begin/end_org" block wrapper makes it possible for the > entirety of the results to be clearly located and replaced upon code block > re-evaluation. So

Re: [O] Two modifications for source blocks processing (will be in 7.9.2)

2012-09-27 Thread Thomas S. Dye
"Sebastien Vauban" writes: > Hi Thomas, > > A (very) quick answer... > > Thomas S. Dye wrote: >> Sebastien Vauban writes: >>> Bastien wrote: this is to advertize two small modifications wrt source blocks processing. 1) Please use ":results drawer" instead of ":results wrap"

Re: [O] orgmode + evernote, anyone using it? Use cases?

2012-09-27 Thread Alan Schmitt
Alan Schmitt writes: > Nick Dokos writes: > >> The message ID is preserved even if I move messages to other >> folders. So as long as your search engine searches by message ID, you >> should be all set, except that you might have to resync the database of >> your search engine, if it uses one. >

Re: [O] org-priority-faces has no effect - how to define line colors in org-mode?

2012-09-27 Thread elwood151
Thanks a lot for your help!I originally defined the variable in the customize interface, but it seems that I entered the wrong characters...If I copy your code in the scratch buffer and evaluate it, it works and the agenda is formatted as defined. :-)Why Do I need to type '?A' for priority 'A' ?A l

Re: [O] org-priority-faces has no effect - how to define line colors in org-mode?

2012-09-27 Thread Nick Dokos
elwood...@web.de wrote: > Why Do I need to type '?A' for priority 'A' ? ?A is elisp syntax for the character A. That's different from the string containing A which is denoted "A". As the docstring for the variable indicates, it expects a *character* as the car of the pair. > > A little remark: