Re: [O] [BUG] org-agenda-goto-today from end of agenda buffer fails / OS-X only

2012-09-28 Thread Bastien
Hi Juan, Juan Pechiar writes: > A very minor bug when jumping to today from agenda buffer, on Emacs > for OS-X. Fixed, thanks. The thing is, if you add a text property from (point-min) to (point-max), (get-text-property (point-max) 'prop) will always return nil -- because it checks against t

Re: [O] [PATCH] speedup redisplay of agenda item after change

2012-09-28 Thread Bastien
Hi Max, Max Mikhanosha writes: > Following patch changes (org-agenda-change-all-lines) to call > (org-agenda-finalize) for each line changed, with agenda buffer > narrowed to just that line, and it speeds up redisplay of current item > a lot, the Shift-Up changing of priority can almost keep up

Re: [O] Installing Org through the new http://orgmode.org ELPA

2012-09-28 Thread Bastien
Hi Eric, Eric Schulte writes: > should be expanded to > > ;; -*- emacs-lisp -*- > (package-initialize);; Initialize & Install Package > (unless package-archive-contents (package-refresh-contents)) > (unless (package-installed-p 'org) (package-install 'org)) > (require 'or

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

2012-09-28 Thread Bastien
Achim Gratz writes: > Maybe the manual and Worg should be checked for > bad advice in that direction? Yes. I updated the manual but did not check Worg yet. If someone can have a go, great. -- Bastien

[O] LaTeX beamer export: relative file links?

2012-09-28 Thread James Harkins
I'm writing presentations for my classes using beamer export from org-mode (which is working beautifully, btw -- it's faster than LibreOffice impress and I get a convenient plain text archive of my slide contents to boot). I'm authoring in Linux but I have to show the pdfs in windows. That's gener

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

2012-09-28 Thread Edward DeMeulle
Nick Dokos writes: > So you can either reverse the order, or you can say > > (add-to-list 'load-path "~/.emacs.d/org-mode/contrib/lisp" t) > > which will add it to the end of the list. > > The two methods are not equivalent, mind you, but in either case the org > lisp directory will be found be

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

2012-09-28 Thread Nick Dokos
Edward DeMeulle wrote: > Achim Gratz writes: > > It also tells you that it is not a good idea to keep …/org/contrib in > > load-path before …/org. Maybe the manual and Worg should be checked for > > bad advice in that direction? > > My init is set as follows: > (add-to-list 'load-path "~/.emac

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

2012-09-28 Thread Edward DeMeulle
Achim Gratz writes: > It also tells you that it is not a good idea to keep …/org/contrib in > load-path before …/org. Maybe the manual and Worg should be checked for > bad advice in that direction? My init is set as follows: (add-to-list 'load-path "~/.emacs.d/org-mode/lisp") (add-to-list 'load

[O] [BUG] org-agenda-goto-today from end of agenda buffer fails / OS-X only

2012-09-28 Thread Juan Pechiar
A very minor bug when jumping to today from agenda buffer, on Emacs for OS-X. To reproduce: On the weekly agenda buffer (C-c a a): - switch to a week other than the current week (e.g. press 'f') - go to the end of the buffer ('M->') - call org-agenda-goto-today (press '.') This operation fail

Re: [O] Remembrance Agent and Orgmode

2012-09-28 Thread Eric Fraga
Hi, sorry I am coming late to this thread. I use the Remembrance Agent. It works great for me, trawling both emails and all my text (org, latex, etc.) documents automatically for similarities in text while I write. It's ideal for academic writing (papers, proposals). The agent is not intrusive

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

2012-09-28 Thread Saptarshi Guha
Thanks much. Worked very nicely. On Thu, Sep 27, 2012 at 1:53 PM, Bastien wrote: > 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

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

2012-09-28 Thread Achim Gratz
Bastien writes: > This tells that you have two Org installs conflicting with > each other. Since Org 7.9, org-element.el is not part of > contrib/ anymore, it is part of Org's core. It also tells you that it is not a good idea to keep …/org/contrib in load-path before …/org. Maybe the manual and

Re: [O] Installing Org through the new http://orgmode.org ELPA

2012-09-28 Thread Eric Schulte
Bastien writes: > Dear all, > > you can now install the Complete Org Edition (tm), which includes > contributed files, from M-x list-packages RET. > > Add the new Org ELPA with: > > (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/";)) > > Be aware that you will need to initializ

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-28 Thread Bastien
Hi Torsten, Torsten Wagner writes: > I might start very very simple and hope you are wiling enough to help > me to translate whatever mess I send you into some reasonable patch ;) I just pushed this: Org now sends a message when the formulas have been updated. Something less intrusive like a t

Re: [O] graphviz dot block export and evaluate

2012-09-28 Thread Dmitri Makarov
Hi Tom and Bastien, Thank you, your answers helped a lot. My fault that I used "export" not "exports" and that I didn't read the section Specific header arguments in the Org manual. Thanks! Dmitri On Sep 28, 2012, at 7:14 PM, t...@tsdye.com (Thomas S. Dye) wrote: > Dmitri Makarov writes: >

Re: [O] graphviz dot block export and evaluate

2012-09-28 Thread Thomas S. Dye
Dmitri Makarov writes: > Hi all, > > Has anyone successfully exported and evaluated src blocks with > graphviz dot code? > I'm trying to export this block > >#+BEGIN_SRC dot :export both > digraph G { >A -> B > } >#+END_SRC > > and I'm getting the error > > org-babel-exp

Re: [O] graphviz dot block export and evaluate

2012-09-28 Thread Bastien
Hi Dmitri, Dmitri Makarov writes: >#+BEGIN_SRC dot :export both > digraph G { >A -> B > } >#+END_SRC You need a :file parameter: #+BEGIN_SRC dot :file test.png :export both digraph G { A -> B } #+END_SRC HTH, -- Bastien

Re: [O] how to insert fraction & integration

2012-09-28 Thread Nicolas Richard
> "bzg" == Bastien writes: bzg> 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 bzg> $$...$$ worked for me fo

[O] [PATCH] speedup redisplay of agenda item after change

2012-09-28 Thread Max Mikhanosha
I had noticed that with large agendas (several hundred items), any command that changes and re-displays the current item is slow. For example something like changing priority with Shift-Up/Down key, can take a second or two. Most of that time is spent in (org-agenda-finalize) call, which is respon

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-28 Thread Bastien
Hi Torsten, Torsten Wagner writes: > ok, I think it should be in org-table.el > > and the function in question might be org-table-fix-formulas Right. > I added > > (defface org-table-formular-change-face >'((t (:background "red"))) >"Used parts of tabe formulars which change by row an

[O] graphviz dot block export and evaluate

2012-09-28 Thread Dmitri Makarov
Hi all, Has anyone successfully exported and evaluated src blocks with graphviz dot code? I'm trying to export this block #+BEGIN_SRC dot :export both digraph G { A -> B } #+END_SRC and I'm getting the error org-babel-exp processing... executing Dot code block... file-na

Re: [O] [PATCH] Fix for relative symlinks in subdirectories

2012-09-28 Thread Bastien
Hi, tftor...@tftorrey.com (T.F. Torrey) writes: > The attached patch modifiies org-publish-cache-ctime-of-src to use the > dir of the current file as the base-dir instead of simply the project > base-dir. I applied a modified version of your patch, removing useless base-dir argument. Thanks for

Re: [O] Bug?: Table spreadsheet: Inactive dates

2012-09-28 Thread Bastien
Hi Daniel, Daniel E. Doherty writes: > I notice that in a table, I can use active timestamps, do arithmetic > with them, and get meaningful results. However, if I use inactive > timestamps, I get different results. I prefer the way active timestamps > work, since I can easily do date arithmeti

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-28 Thread Torsten Wagner
Hi Bastien, my last mail overlapped, with yours. Maybe some of the stuff I said is redundant now. Greetings Torsten On 29 September 2012 01:00, Bastien wrote: > Hi Torsten, > > Torsten Wagner writes: > >> I might start very very simple and hope you are wiling enough to help >> me to translat

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-28 Thread Torsten Wagner
Hi Bastien, ok, I think it should be in org-table.el and the function in question might be org-table-fix-formulas I added (defface org-table-formular-change-face '((t (:background "red"))) "Used parts of tabe formulars which change by row and column moving operations.") to define a new

Re: [O] Bug: startup: hidestars does not use the real window background color [7.8.11]

2012-09-28 Thread Bastien
Hi Max, Max Mikhanosha writes: > Just updated org, and this fix a problem for me in multi-tty emacs. On > the tty frames, the my default face background is "unspecified-bg", > which leaves background color alone (ie its whatever default > background xterm or other emulator uses) > > This allows

Re: [O] Bug: startup: hidestars does not use the real window background color [7.8.11]

2012-09-28 Thread Max Mikhanosha
At Tue, 18 Sep 2012 12:25:04 +0200, Bastien wrote: > > Hi Arne, > > "Arne Babenhauserheide (IMK)" writes: > > > Dear org Hackers, > > > > I use a custom color scheme in KDE with brown window background color, > > and when I activate #+STARTUP: hidestars, the first stars are white > > instead of

[O] [bug] COMMENT alone on heading ignored by new exporter

2012-09-28 Thread Eric Fraga
Hello, I often use COMMENT in headlines to block out text that I don't want exported. This works generally very well. However, sometimes I comment a headline that has no headline text, as in "* COMMENT" alone. These sections are ignored properly by the old exporter but not the new one. This is

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

2012-09-28 Thread Edward DeMeulle
Whacking the org-mode directory and re-cloning the repository did it. Thanks again.

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

2012-09-28 Thread Edward DeMeulle
I thought that might be the case as I was posting it. Will do. Thanks.

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

2012-09-28 Thread Bastien
Edward DeMeulle writes: > locate shows org-element.el here: > /home/ewd/.emacs.d/org-mode/contrib/lisp/org-element.el This tells that you have two Org installs conflicting with each other. Since Org 7.9, org-element.el is not part of contrib/ anymore, it is part of Org's core. I suggest you de

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

2012-09-28 Thread Bastien
Hi Christoph, Christoph LANGE writes: > 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-op

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

2012-09-28 Thread Edward DeMeulle
locate shows org-element.el here: /home/ewd/.emacs.d/org-mode/contrib/lisp/org-element.el /home/ewd/.emacs.d/org-mode/lisp/org-element.el /home/ewd/.emacs.d/org-mode/lisp/org-element.elc /usr/share/emacs/site-lisp/org/org-element.el /usr/share/emacs/site-lisp/org/org-element.elc org.el: /home/ewd/

Re: [O] how to insert fraction & integration

2012-09-28 Thread Nick Dokos
Bastien wrote: > 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

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

2012-09-28 Thread Bastien
Hi Edward, Edward DeMeulle writes: > org-element-parse-buffer is a Lisp function in `org-element.el'. > > org-fill-paragraph is an interactive compiled Lisp function in > `org.el'. Sorry, I should have mentioned that I interested in the absolute path org-element.el and org.el here. Could you

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-28 Thread Bastien
Hi Torsten, Torsten Wagner writes: > everytime you do this, I feel more embarrassed about my poor elisp knowledge. > ;) > I might start very very simple and hope you are wiling enough to help > me to translate whatever mess I send you into some reasonable patch ;) Sure! Actually I was not poi

Re: [O] [PATCH] org.texi: New link

2012-09-28 Thread Bastien
Memnon Anon writes: > Bastien writes: > >> Can you create a patch for this? > > Like this? Exactly! Applied, thanks a lot, -- Bastien

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

2012-09-28 Thread Edward DeMeulle
org-element-parse-buffer is a Lisp function in `org-element.el'. (org-element-parse-buffer &optional GRANULARITY VISIBLE-ONLY) Recursively parse the buffer and return structure. If narrowing is in effect, only parse the visible part of the buffer. Optional argument GRANULARITY determines the de

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-28 Thread Torsten Wagner
Hi Bastien, > > Good idea. Patch welcome, Hehehe, everytime you do this, I feel more embarrassed about my poor elisp knowledge. ;) I might start very very simple and hope you are wiling enough to help me to translate whatever mess I send you into some reasonable patch ;) Torsten > -- > Bastien

Re: [O] Caption and notes for images in latex export

2012-09-28 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > By default, orgmode export to latex puts captions of images below the > images. How to change the behaviour and make the captions appear at > the top? You can use filters: #+begin_src emacs-lisp (defun my-latex-captions-above (link backend info) (when (and (memq

[O] [PATCH] org.texi: New link (was: suggestion for org manual)

2012-09-28 Thread Memnon Anon
Bastien writes: > Can you create a patch for this? Like this? >From 365f6f3d23926647ce40979ca59f88f96086b713 Mon Sep 17 00:00:00 2001 From: Memnon Anon Subject: [PATCH] Add a link to documentation * doc/org.texi (Tracking your habits): Point to the "Tracking TODO state changes" section. As

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

2012-09-28 Thread Takafumi Arakaki
Hi Bastien, Thanks. I will bundle my version of the function in my module while watching development of org-src.el. I will report again if I find something. Takafumi On Fri, Sep 28, 2012 at 8:53 AM, Bastien wrote: > Hi Takafumi, > > Takafumi Arakaki writes: > >> I am thinking about including

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-28 Thread Bastien
Hi Torsten, Torsten Wagner writes: > One solution, I could see is then whenever forms change > "automagically" highlight this changes within the TBFM line, e.g., by > a change of the background color in a similar way like matching > parenthesis. That might help to make people more aware of it a

Re: [O] Caption and notes for images in latex export

2012-09-28 Thread Bastien
Hi Vikas, Vikas Rawal writes: > By default, orgmode export to latex puts captions of images below the > images. How to change the behaviour and make the captions appear at > the top? Well, you can't at the moment. > Also, I would like to add "Notes" and "Source" below the > image. What is the

[O] New cgit web interface to the git repositories on orgmode.org

2012-09-28 Thread Bastien
Dear all, Jason installed cgit on the server http://orgmode.org/cgit.cgi You can browse the org-mode.git repo here: http://orgmode.org/cgit.cgi/org-mode.git/ I love this interface -- thanks to Jason for this! PS: gitweb is still here: http://orgmode.org/w/ -- Bastien

[O] Problem: Moving rows in a table changes vsum start and end

2012-09-28 Thread Torsten Wagner
Hi, I just notice a funny row-shift effect, having a table with a field calculated by vsum. | Nr. | value | |-+---| | 1 | 5 | | 2 | 5 | | 3 | 5 | | 4 | 5 | | 5 | 5 | | 6 | 5 | |-+---| | Sum |30 | #+TBLFM: @8$2=vsum(@2..@7) now shift (sort)

[O] Installing Org through the new http://orgmode.org ELPA

2012-09-28 Thread Bastien
Dear all, you can now install the Complete Org Edition (tm), which includes contributed files, from M-x list-packages RET. Add the new Org ELPA with: (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/";)) Be aware that you will need to initialize packages early in your Emacs ini

[O] Caption and notes for images in latex export

2012-09-28 Thread Vikas Rawal
By default, orgmode export to latex puts captions of images below the images. How to change the behaviour and make the captions appear at the top? Also, I would like to add "Notes" and "Source" below the image. What is the right way of doing that? Vikas

Re: [O] Heading numbering in latex export

2012-09-28 Thread Suvayu Ali
Hello Vikas, On Fri, Sep 28, 2012 at 03:59:11AM +0530, Vikas Rawal wrote: > #+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_HEADER: \usepackage{comment,multirow,