[Orgmode] How to disable localtoc of info.js

2010-01-29 Thread Chao Lu
Dear all, I was trying to disable the localtoc in org file, using #+INFOJS_OPT: localtoc:nil --- But it doesn't work, does anyone have some idea? Thanks, Chao ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] Alternate org-cycle-level behavior

2010-01-29 Thread Ryan Thompson
Hi all, I've implemented my own org-cycle-level function. The major difference is that it's stateless, taking cues only from the level of the previous headline, rather than the level at which the current headline started. That way you can always look at the buffer and know what the TAB key will do

[Orgmode] Announcing org-jekyll

2010-01-29 Thread Juan Reyero
Greetings, I've been toying around with a small package to export entries as a Jekyll blog. It is different from other approaches I am aware of in that it will find your blog entries anywhere in the files belonging to a project, and it will pass properties along to Jekyll as yaml front matter. I

[Orgmode] Bug: Docstring for "org-cycle" does not document "org-cycle-level" behavior

2010-01-29 Thread Ryan Thompson
Title says it all. In recent versions of Org, doing org-cycle at the end of an empty headline will cycle that headline through different levels, if the appropriate variable is non-nil. However, the docstring does not mention this feature. org-version = 6.34c ___

[Orgmode] Export Options for subtree question

2010-01-29 Thread JBash
Hi, I am not able to get the export options for single sub-tree exporting to work as I expected it would. In the attached file, exporting any of the subtrees yields the same author, date, export file name, and structure (absence of toc). I had expected the #+EXPORT_DATE line (in 'Week 5' headin

[Orgmode] Re: [org-beamer] inline slides?

2010-01-29 Thread Austin Frank
On Thu, Jan 28 2010, Darlan Cavalcante Moreira wrote: > I can see the merit of your idea about writing the slides when writing > the thesis, but you could also create a "Presentation" headline at the > and of the org file and put commented anchor and links in the the > thesis and in the slides. Th

[Orgmode] Utility functions for setting/clearing categories

2010-01-29 Thread Ryan Thompson
Hi all, If anyone out there makes heavy use of categories and is sick of going through org-sort-property and org-delete-property to handle them, here's a pair of conveience functions for directly manipulating categories. It's a pity that emacs doesn't seem to support partially applying an interact

[Orgmode] Re: [org-beamer] inline slides?

2010-01-29 Thread Austin Frank
On Wed, Jan 27 2010, Eric S Fraga wrote: > I could see it being useful, along the lines of all the tangling > examples in org-babel. Yes! Tangling of embedded code is a good comparison. > more importantly, I often will prepare more than one presentation > based on a given project and each pres

Re: [Orgmode] org-sort-multi??

2010-01-29 Thread Ryan Thompson
Hi. Anyone can freely use any code I post here for any purpose, unless I specifically say otherwise for a particular piece of code (I can't think of any reason why would do this, though). I've included the code for org-sort-multi below. Carsten is correct, it is not an interactive function. In f

[Orgmode] Only show a certain weekday in the agenda view

2010-01-29 Thread Björn Steffen
Hello, I'm teaching every thursday at a school. So I made a recurring entry in my org-file like this: * Teaching <2010-02-04 Thu 7:45-9:25 +1w> I would like to have a custom agenda view where I only see an entry for all the Thursdays. But I cannot filter for the specific entry above because I

Re: [Orgmode] Bug: Scope by tag in clock report dynamic blocks [6.33f]

2010-01-29 Thread Giovanni Ridolfi
Christoph LANGE writes: > At the end of the week, I would like to get an overview of how much time I > spent on normal/important/very important tasks. The total time (throughout > the whole file) is all I need, but why not also optionally have a detailed > breakdown? So a clock report dynamic b

[Orgmode] Re: [org-beamer] \alert

2010-01-29 Thread Sébastien Vauban
Hi Eric, Tim, Carsten and all, Eric S Fraga wrote: > At Fri, 29 Jan 2010 06:26:21 -0500, Tim Burt wrote: >> Eric S Fraga writes: >>> For any LaTeX expert out there, is there an easy way to determine whether >>> a particular macro has been defined? If so, we wouldn't even need to check >>> for beam

Re: sometimes we don't want org-src to remove tabs [WAS: Re: [Orgmode] tangle and Makefile]]

2010-01-29 Thread Dan Davison
Carsten Dominik writes: > On Jan 28, 2010, at 4:47 PM, Dan Davison wrote: > >> "Martin G. Skjæveland" writes: >> >>> Hi, >>> >>> I have two questions regarding org-babel-tangle and Makefile. >>> >>> Running org-babel-tangle on the following file >>> >>> --start >>

[Orgmode] Bug: Scope by tag in clock report dynamic blocks [6.33f]

2010-01-29 Thread Christoph LANGE
--text follows this line-- 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. --

[Orgmode] missing 'f' option in agenda view options list

2010-01-29 Thread Eric S Fraga
Carsten, just to point out that the "follow mode" option is not listed when prompting for the option wanted when executing org-agenda-view-mode-dispatch. Maybe change the message along these lines: --8<---cut here---start->8--- (message "View: [d]ay [w]eek [m]

[Orgmode] org-mode and gnuplot

2010-01-29 Thread Lauterbach Michael
Hello, just trying to get gnuplot work with emacs using org-plot.el and gnuplot-mode. I can open a gnuplot buffer plot.gp and transmit a line to gnuplot (e.g plot sin(x)). After that emcas hangs. A process explorer shows a gnuplot.exe task but on emacs i get the hourglass. With C-g I can came

Re: [Orgmode] icalendar: exporting times of day specified in heading?

2010-01-29 Thread Stephen Eglen
> > A small note though: along the way, I've sometimes noticed that diary > > entries are included with a level 2 heading rather than a level 4 > > heading. > > I do not understand this. Included where? How? Can you please > describe this > more extensively? >From the *Org Agenda* buffer, if

Re: [Orgmode] icalendar: exporting times of day specified in heading?

2010-01-29 Thread Eric S Fraga
At Thu, 28 Jan 2010 19:31:06 +0100, Carsten Dominik wrote: > > > On Jan 28, 2010, at 4:22 PM, Stephen Eglen wrote: [...] > > A small note though: along the way, I've sometimes noticed that diary > > entries are included with a level 2 heading rather than a level 4 > > heading. > > I do not u

Re: [Orgmode] org-exp-bibtex

2010-01-29 Thread Peter Danenberg
> No, just requiring should do the trick. Can you check if > org-export-bibtex-preprocess does indeed end up in the hook? It does now, inexplicably; thank you. And using the following code, I can process the doc with xelatex and bibtex (provided that .bib accompanies .org): (require 'org-latex

Re: [Orgmode] Re: [org-beamer] \alert

2010-01-29 Thread Eric S Fraga
At Fri, 29 Jan 2010 06:26:21 -0500, Tim Burt wrote: > Eric S Fraga writes: > > For any LaTeX expert out there, is there an easy way to determine > > whether a particular macro has been defined? If so, we wouldn't even > > need to check for beamer, simply for \alert. > > Use the > \ifx\undef

Re: [Orgmode] Re: [org-beamer] \alert

2010-01-29 Thread Tim Burt
Eric S Fraga writes: > At Thu, 28 Jan 2010 18:58:38 +0100, > Carsten Dominik wrote: > > [...] > > > > > Is there a LaTeX command that can figure out if it is running a beamer > > class? > > If yes, a possible solution would be to redefine \alert in LaTeX when > > not doing BEAMER. > >

Re: [Orgmode] ASCIIMathML or LaTeXMathML for HTML?

2010-01-29 Thread Darlan Cavalcante Moreira
A good alternative for creating web pages with math is using jsMath [1]. It uses java script to replace latex notation with symbols in some fonts provided by it. It works really well after everything is setup and does not suffer the problem of poor mathML support by some browsers, since its only j

Re: [Orgmode] Re: [org-beamer] \alert

2010-01-29 Thread Eric S Fraga
At Thu, 28 Jan 2010 18:58:38 +0100, Carsten Dominik wrote: [...] > > Is there a LaTeX command that can figure out if it is running a beamer > class? > If yes, a possible solution would be to redefine \alert in LaTeX when > not doing BEAMER. > > - Carsten > This must be possible but my latex (

[Orgmode] Re: The trick behind this website

2010-01-29 Thread Chao Lu
One more question, how could I disable the footer part and if I want to use it, how could I add some icons, like powered by Emacs, Org-mode, UNIX icons? Thanks, Chao On Fri, Jan 29, 2010 at 4:58 AM, Chao Lu wrote: > Dear all, > > As I browse through the web, I came across a great homepage, whic

[Orgmode] The trick behind this website

2010-01-29 Thread Chao Lu
Dear all, As I browse through the web, I came across a great homepage, which is http://lumiere.ens.fr/~guerry/index.php. I like it a lot. But after learn from it, I really have some question. First of all, I really like the display of the index.php, but

Re: [Orgmode] org-sort-multi??

2010-01-29 Thread Carsten Dominik
Hi David, org-sort-multi is a utility function written by Ryan Thompson. So far it has not made it into Org-mode. I seem to remember that I did not have a convenient interactive interface for it, but I am not sure if I remember correctly. Another issue is that I am not sure if Ryan has signed t

Re: [Orgmode] org-exp-bibtex

2010-01-29 Thread Carsten Dominik
On Jan 29, 2010, at 12:21 AM, Peter Danenberg wrote: Are you sure about it being in your load-path? What does M-x locate-library org-exp-bibtex say? If it finds it, both autoload and require should work. locate-library says: Library is file ~/lib/emacs/org-mode/contrib/lisp/org-exp-bibt

[Orgmode] The ditaa picture

2010-01-29 Thread Chao Lu
Dear all, When I'm using the ditaa in a org file called pearl.org, by #+begin_ditaa communication.png blabla #+end_ditaa It generates a file called communication_5e2f49c31c46339e8e3af9ef8a2fd2dfa3d1fe74.png, but this picture is right located at the same file as the org file(p