[O] fontifying superscript/subscript

2012-10-13 Thread Benjamin Slade
Is there a way to have org-mode fontify superscript/subscript the way that AUCTeX does? (A second, but related, question---especially assuming that the answer to the first question may be no---is there any straightforward way of getting emacs to raise/lower text as part of a face? [I looked at

Re: [O] fontifying superscript/subscript

2012-10-13 Thread Carsten Dominik
On 13.10.2012, at 08:04, Benjamin Slade wrote: Is there a way to have org-mode fontify superscript/subscript the way that AUCTeX does? C-c C-x \ (A second, but related, question---especially assuming that the answer to the first question may be no---is there any straightforward way of

Re: [O] fontifying superscript/subscript

2012-10-13 Thread Benjamin Slade
Thanks. I suppose that: (add-hook 'org-mode-hook 'org-toggle-pretty-entities) is the way the auto-enable it? On Sat, 13 Oct 2012, Carsten Dominik wrote: On 13.10.2012, at 08:04, Benjamin Slade wrote: Is there a way to have org-mode fontify superscript/subscript the way that AUCTeX does?

Re: [O] Question about HTML export, drawers, and links

2012-10-13 Thread Sebastien Vauban
Hi Thomas, Thomas Moyer wrote: So what would I need to do to use the new exporter? --8---cut here---start-8--- (require 'org-export) (require 'org-e-ascii) ; if you want (require 'org-e-html) ; if you want ;; LaTeX back-end for Org generic export engine

Re: [O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)]

2012-10-13 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou n.goaz...@gmail.com [12. Oct. 2012]: Gregor Zattler telegr...@gmx.net writes: I now believe I found a bug in org-read-date. There is a problem parsing European dotted dates. In Dates the like DD.MM. or DD.MM.YY or DD.MM. `MM' is recognised as year instead

Re: [O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)]

2012-10-13 Thread Nicolas Goaziou
Hello, Gregor Zattler telegr...@gmx.net writes: Back to square one: Does anybody know How to customise Emacs/org-mode so that dotted European dates are parsed correctly at the date/time prompt? Again, dotted European dates are parsed correctly without customization. Would you provide a time

Re: [O] [PATCH] make org-agenda-later honor arg when current span is a number

2012-10-13 Thread Ingo Lohmar
Hey folks, I am slightly puzzled that there has been no reaction at all to this patch. To me it seems entirely unambiguous, and it fixes a bug (as per the docstring of org-agenda-{later,earlier}). Is there anything I can do to help include this half-line patch in org? I am sorry that I do not

Re: [O] [PATCH] * org-insert-link: use ido when inserting links

2012-10-13 Thread Nicolas Goaziou
Hello, tony day zygom...@gmail.com writes: And a revised patch for your reviewing pleasure :) Ok. I have applied it and added you to the list of contributors. Thank you again for the patch. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] make org-agenda-later honor arg when current span is a number

2012-10-13 Thread Nicolas Goaziou
Hello, Ingo Lohmar i.loh...@gmail.com writes: I just fixed an oversight (I suppose) in org-agenda.el. When org-current-agenda-span is a number of days (my standard agenda shows 2 days), org-agenda-later does not respect the argument. In particular that means pressing b goes forward instead

Re: [O] Question about HTML export, drawers, and links

2012-10-13 Thread Nick Dokos
Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Thomas, Thomas Moyer wrote: So what would I need to do to use the new exporter? (require 'org-export) IIUC, this is not needed any longer: each specific exporter below does a require on it. Nick (require 'org-e-ascii) ; if you

[O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, Can I use the bib file path using tilde (~) when doing latex export ? for example, Why can not I use \bibliography{~/Bib/RefAbv} ? where my bibliography file name is RefAbv.bib It gives error : undefined citation I do not want to use \bibliography{/home/USERNAME/Bib/RefAbv} I use dropbox.

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Yagnesh Raghava Yakkala
Hello Sanjib, Sanjib Sikder sanjibju2...@gmail.com writes: Hi, Can I use the bib file path using tilde (~) when doing latex export ? for example, Why can not I use \bibliography{~/Bib/RefAbv} ? where my bibliography file name is RefAbv.bib It gives error : undefined citation I do not

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, Thank you for the reply. I have put the following in my .bashrc file export BIBINPUTS=.:$HOME/bib: export BSTINPUTS=.:$HOME/bst: export TEXINPUTS=.:$HOME/bib: where bib and bst are my two folders whose actual path are /home/USERNAME/bib for example. But it is still not working. Thanks

Re: [O] Remembrance Agent and Orgmode

2012-10-13 Thread Alan Schmitt
Benjamin Slade sl...@jnanam.net writes: So do you have it working now? I don't run Macs, so I didn't have anything to suggest earlier. Yes, it's working now. That sounds like something which should be documented somewhere (i.e. which now someone should document). Yes, probably. I don't

Re: [O] fontifying superscript/subscript

2012-10-13 Thread Thomas S. Dye
Aloha Benjamin, I don't know if your supposition will work. However, org-pretty-entities can be customized, or you can put (setq org-pretty-entities t) in your .emacs. I prefer to do this on a per-file basis with: #+startup: entitiespretty hth, Tom Benjamin Slade sl...@jnanam.net writes:

Re: [O] fontifying superscript/subscript

2012-10-13 Thread Benjamin Slade
It seemed to work, but (setq org-pretty-entities t) is probably cleaner, so I switched to that. thanks, --Ben On Sat, 13 Oct 2012, Thomas S. Dye t...@tsdye.com wrote: Aloha Benjamin, I don't know if your supposition will work. However, org-pretty-entities can be customized, or you can put

Re: [O] external process modifying buffers

2012-10-13 Thread Ken Mankoff
Hi Moritz, On Tue, Sep 18, 2012 at 2:28 PM, Moritz Ulrich mor...@tarn-vedra.de wrote: Please note that `global-auto-revert-mode' reverts ALL Emacs buffers when the underlaying file changes. This isn't just active for the iCal.org buffer, but for all open buffers. If you like this behavior,

Re: [O] external process modifying buffers

2012-10-13 Thread Sean O'Halpin
On Sat, Oct 13, 2012 at 5:27 PM, Ken Mankoff mank...@gmail.com wrote: Can you suggest how to have it as a local file variable when the command that generates the file over-writes it? I have modified the code that produces the iCal.org file so the top line now is: # -*- coding: utf-8;

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, The following link says Emacs doesn't read .bashrc at all http://lists.gnu.org/archive/html/auctex/2006-01/msg00085.html any idea ? My BIBINPUTS is not working. I have put the following in my .bashrc file export BIBINPUTS=.:$HOME/bib: export BSTINPUTS=.:$HOME/bst: export

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Yagnesh Raghava Yakkala
Hello Sanjib, Sanjib Sikder sanjibju2...@gmail.com writes: export BIBINPUTS=.:$HOME/bib: export BSTINPUTS=.:$HOME/bst: export TEXINPUTS=.:$HOME/bib: Actually TEXINPUTS variable is for tex sources (classes, packages ..). (not relevant to the current topic) where bib and bst are my two

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, The easiest way to update is logout from the computer, login again and start emacs. I did that. Still not working :( - *Sanjib Sikder *Ph.D. Fellow Chemical Engineering IIT Bombay* * On Sat, Oct 13, 2012 at 11:10 PM, Yagnesh Raghava Yakkala

Re: [O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)]

2012-10-13 Thread Gregor Zattler
Hi Nicolas, org-mode users and developers, * Nicolas Goaziou n.goaz...@gmail.com [13. Oct. 2012]: Gregor Zattler telegr...@gmx.net writes: Back to square one: Does anybody know How to customise Emacs/org-mode so that dotted European dates are parsed correctly at the date/time prompt?

[O] BIBINPUT in .bashrc not recognized by Emacs

2012-10-13 Thread Sanjib Sikder
Hi, I was trying to set a location for my bibliography files which can be found by org mode. The following lines in .bashrc does not work with orgmode latex export export TEXINPUTS=.//:$HOME/bibFiles//:$TEXINPUTS export BSTINPUTS=.//:$HOME/bibFiles//:$BIBINPUTS export

Re: [O] Trouble with in-line images and iimage.el

2012-10-13 Thread Joao Brito
John Hendy jw.hendy at gmail.com writes: I had to track down a bunch of .dlls and copy them into my Emacs bin/ directory. From there it worked. For the record, I added the following Thanks, John, it worked for me too. It was easier than I thought, I've never noticed I didn't have these

Re: [O] BIBINPUT in .bashrc not recognized by Emacs

2012-10-13 Thread Myles English
Hi Sanjib, Sanjib Sikder writes: Hi, I was trying to set a location for my bibliography files which can be found by org mode. The following lines in .bashrc does not work with orgmode latex export export TEXINPUTS=.//:$HOME/bibFiles//:$TEXINPUTS export

[O] Error reloading Org features

2012-10-13 Thread Thomas S. Dye
Aloha all, Earlier today via make update: Org-mode version 7.9.2 (release_7.9.2-441-gf287ab @ /Users/dk/.emacs.d/src/org-mode/lisp/) Then, reloading Org mode: ... Loading /Users/dk/.emacs.d/src/org-mode/lisp/ob-tangle...done Loading /Users/dk/.emacs.d/src/org-mode/contrib/babel/langs/ob-tcl.el

[O] possible bug? org-indent-mode breaks org-clock-display

2012-10-13 Thread Not Sure
Hi! I am using Org-mode version 7.9.2 (7.9.2-44-g93f4b7-elpa @ /home/johannes/.emacs.d/elpa/org-20121008/) and have the following problem: After I clocked some work I have done and issue the command org-clock-display, the subtotals are only displayed if the buffer is not currently in

[O] Org-sync with redmine

2012-10-13 Thread Tim
I would really like to use org-sync to keep my org file and redmine in sync. Unfortunately , this is completly unusable for me at the moment. I followed the instructions , but it just clears the buffer of any text and doesnt do anything else. There are messages in the *Messages* buffer

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Yagnesh Raghava Yakkala
Hello Sanjib, Sanjib Sikder sanjibju2...@gmail.com writes: Hi, The easiest way to update is logout from the computer, login again and start emacs. I did that. Still not working :( First of all can you confirm your .bashrc setting is working.? in the terminal --8---cut

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Nick Dokos
Sanjib Sikder sanjibju2...@gmail.com wrote: Hi, The easiest way to update is logout from the computer, login again and start emacs. I did that. Still not working :( When you have problems like this, you need to take it in small steps. o What shell are you using? Yagnesh's

Re: [O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)]

2012-10-13 Thread Nick Dokos
Gregor Zattler telegr...@gmx.net wrote: Hi Nicolas, org-mode users and developers, * Nicolas Goaziou n.goaz...@gmail.com [13. Oct. 2012]: Gregor Zattler telegr...@gmx.net writes: Back to square one: Does anybody know How to customise Emacs/org-mode so that dotted European dates are