Re: [O] Macro question with new texinfo exporter

2013-02-16 Thread Bastien
Hi Achim, Achim Gratz writes: > I don't see the relation to the original problem, which is caused by a > switch from master to maint. Yes, I realized this. > I think that the current default, which has been in place for years, is > just fine. Fair enough. > Reloading uncompiled is only use

[O] [ox-publish] index file empty?

2013-02-16 Thread Stefan Vollmar
Hallo, we are almost done migrating to the new exporter, currently the only showstopper is index generation, a feature we find very useful for our software documentation, here is an example generated with an older org version: http://www.nf.mpg.de/vinci3/doc/theindex.html We tried to locate t

Re: [O] Macro question with new texinfo exporter

2013-02-16 Thread Achim Gratz
Bastien writes: >> Reloading uncompiled is only useful for when you want to >> create backtraces. > > ... which is why I always want, but users don't, I agree. We could provide org-reload-uncompiled that calls org-reload with a prefix argument, which would allow anyone so inclined to map "C-c C-

Re: [O] Macro question with new texinfo exporter

2013-02-16 Thread Bastien
Achim Gratz writes: > Bastien writes: >>> Reloading uncompiled is only useful for when you want to >>> create backtraces. >> >> ... which is why I always want, but users don't, I agree. > > We could provide org-reload-uncompiled that calls org-reload with a > prefix argument, which would allow

Re: [O] edit-src on read-only files

2013-02-16 Thread Bastien
Hi Andreas, Andreas Leha writes: > On a related note: I'd also love to see the changes in the > source code buffers be autosaved in the org file. I've lost some big > edits already due to power loss on my (old) laptop. There is now `org-edit-src-auto-save-idle-delay' which you can set to >0

Re: [O] {New exporter] What happened to the export template

2013-02-16 Thread Bastien
Nicolas Goaziou writes: > It has been removed. Such a template depends on the back-end used, which > was not the case of the previous implementation. One idea would be to have an equivalent of the now-defunct `org-insert-export-options-template' but for each backend. For example `C-c C-e h t' w

Re: [O] Macro question with new texinfo exporter

2013-02-16 Thread Achim Gratz
Bastien writes: > PS: I wonder if *any* of the menu item is used... as I don't use the > menu myself, it's hard to tell. These days I only ever use it for "Show All" which does have a menu entry, but no key binding. But before I got used to where the keys are I often used the menu to do things in

Re: [O] {New exporter] What happened to the export template

2013-02-16 Thread Dieter Wilhelm
Bastien writes: > Nicolas Goaziou writes: > >> It has been removed. Such a template depends on the back-end used, which >> was not the case of the previous implementation. > > One idea would be to have an equivalent of the now-defunct > `org-insert-export-options-template' but for each backend.

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-16 Thread Nicolas Goaziou
Completing myself, > IMO, I would call that an Org limitation. Org is not LaTeX, even if it > provides many LaTeX facilities. Also, the OP's problem can be solved in > many ways under Emacs. For example, I use "mt" (both "m" and "t" are on > my home row) as a snippet to insert "\(\)" in an Org buf

Re: [O] [TEXINFO] Link bug

2013-02-16 Thread Nicolas Goaziou
t...@tsdye.com (Thomas S. Dye) writes: > Nicolas Goaziou writes: > >> t...@tsdye.com (Thomas S. Dye) writes: >> >>> I think the new code to handle split links has broken links that aren't >>> split. >>> >>> Here is an ECM: >>> >>> * Headline to split >>> >>> [[Headline >>> to split]] >>> >>> [[H

Re: [O] [ox-publish] index file empty?

2013-02-16 Thread Nicolas Goaziou
Hello, Stefan Vollmar writes: > we are almost done migrating to the new exporter, currently the only > showstopper is index generation, a feature we find very useful for our > software documentation, here is an example generated with an older org > version: http://www.nf.mpg.de/vinci3/doc/theind

Re: [O] Macro question with new texinfo exporter

2013-02-16 Thread Eric Abrahamsen
Achim Gratz writes: > Bastien writes: >> PS: I wonder if *any* of the menu item is used... as I don't use the >> menu myself, it's hard to tell. > > These days I only ever use it for "Show All" which does have a menu > entry, but no key binding. But before I got used to where the keys are > I of

Re: [O] Follow link scrolls current buffer when table aligns

2013-02-16 Thread Bastien
Hi Michael, Michael Brand writes: > Minimal test to reproduce: > 1) put the attached n.org and t.org into one directory > 2) emacs -q > 3) C-x 3 > 4) open n.org > 5) M->, C-p, C-c C-o > The last step changes the scroll state of n.org but the return value > of window-start is expected be the same

[O] `org-drill' broken in recent commits git commits

2013-02-16 Thread York Zhao
Hi there, `org-drill' has broken recently (after git commit "3380460"), here is the steps to reproduce the issue: 1. Create a new org-mode buffer with the following contents: * org-drill test :drill: Foo ** Answer Bar 2. M-x org-drill 3. Press 4. Press `2' and you are stuck there forever until

[O] Reloading uncompiled and testing from several git branches (was: Macro question with new texinfo exporter)

2013-02-16 Thread Bastien
(Updating the subject.) Eric Abrahamsen writes: > Related to this -- how do you folks handle multiple local git branches? > Do you always run uncompiled, and follow every git checkout with > org-reload? I've caught myself several times recently doing git > checkouts and reloading, but of course

Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1

2013-02-16 Thread Rafael
Karl Voit writes: > * Karl Voit wrote: >> >> I updated Org to latest git and I moved from Debian yasnippet to >> github yasnippet (latest) and I still do have this issue. >> >> So it's my set-up which is causing this effect. Damn. I guess I >> have to debug this by disabling parts of my config .

[O] [New exporter] Should there be an option to kill/exit the dispatcher without using it

2013-02-16 Thread Charles
System Windows 7, 64 bit Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-28 on mRVIN Org-mode 7.9.3 (7.9.3e-14-g981c6d @ c:/Org/lisp/) It appears that there is no simple option in the export dispatcher to either switch to and then kill or simply kill the export dispatcher UI (or buffer) if you

Re: [O] [New exporter] Should there be an option to kill/exit the dispatcher without using it

2013-02-16 Thread Charles
My mistake. I forgot about C-g. Charlie On 2/16/2013 8:45 AM, Charles wrote: System Windows 7, 64 bit Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-28 on mRVIN Org-mode 7.9.3 (7.9.3e-14-g981c6d @ c:/Org/lisp/) It appears that there is no simple option in the export dispatcher to either swit

Re: [O] [New exporter] Should there be an option to kill/exit the dispatcher without using it

2013-02-16 Thread Charles
I'm not sure if my immediate follow up was sent to the list. I forgot about C-g. Charlie Millar On 2/16/2013 8:45 AM, Charles wrote: System Windows 7, 64 bit Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-28 on mRVIN Org-mode 7.9.3 (7.9.3e-14-g981c6d @ c:/Org/lisp/) It appears that there is

Re: [O] Reloading uncompiled and testing from several git branches

2013-02-16 Thread Achim Gratz
Bastien writes: > Yes, that's the mistake I often did. Especially because make test > compiles the file and do not deleted the compiled files. > > Maybe we can have make testclean = make test && make clean > > Achim, would that be useful? We already have "make test-dirty" for testing without doin

Re: [O] [New exporter] Should there be an option to kill/exit the dispatcher without using it

2013-02-16 Thread Nicolas Goaziou
Hello, Charles writes: > I'm not sure if my immediate follow up was sent to the list. > > I forgot about C-g. > > Charlie Millar > > On 2/16/2013 8:45 AM, Charles wrote: >> System Windows 7, 64 bit >> Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-28 on mRVIN >> Org-mode 7.9.3 (7.9.3e-14-g981c6

Re: [O] Follow link scrolls current buffer when table aligns

2013-02-16 Thread Michael Brand
Hi Bastien On Sat, Feb 16, 2013 at 2:13 PM, Bastien wrote: > I finally fixed this with this commit: > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=adcc0d Fix confirmed. > Thanks for reporting this! Thank you for the nice solution. Michael

Re: [O] Reloading uncompiled and testing from several git branches

2013-02-16 Thread Bastien
Hi Achim, Achim Gratz writes: > We already have "make test-dirty" for testing without doing a compile. > However, if you'd rather have that target, you can easily add it to > local.mk: > > .PHONY: testclean # in case you'll ever have a file named "testclean" > testclean: test clean > > In g

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-16 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > IMO, I would call that an Org limitation. I'm fine with the current limitation -- if that's just one email per year, I think we can handle this :) FWIW I'm not in favor of removing the ability to inline $x^2$ and to deprecate the use of $ completely. If

Re: [O] `org-drill' broken in recent commits git commits

2013-02-16 Thread Bastien
Hi York, York Zhao writes: > Hi there, `org-drill' has broken recently (after git commit > "3380460"), here is the steps > to reproduce the issue: > > 1. Create a new org-mode buffer with the following contents: > > * org-drill test :drill: > Foo > ** Answer > Bar > > 2. M-x org-drill > 3. Pres

Re: [O] new export dispatcher window

2013-02-16 Thread Skip Collins
On Sat, Feb 16, 2013 at 2:09 AM, Nicolas Goaziou wrote: > Use SPC, DEL, C-n or C-p to scroll. That works. Any reason scroll bars could not be enabled too? I see one, but any mouse clicks just generate spurious minibuffer messages. Thanks.

Re: [O] new export dispatcher window

2013-02-16 Thread Nicolas Goaziou
Skip Collins writes: > On Sat, Feb 16, 2013 at 2:09 AM, Nicolas Goaziou wrote: >> Use SPC, DEL, C-n or C-p to scroll. > > That works. > > Any reason scroll bars could not be enabled too? I see one, but any > mouse clicks just generate spurious minibuffer messages. Thanks. When *Org Export Dispa

Re: [O] Reloading uncompiled and testing from several git branches

2013-02-16 Thread Eric Abrahamsen
Achim Gratz writes: > Bastien writes: >> Yes, that's the mistake I often did. Especially because make test >> compiles the file and do not deleted the compiled files. >> >> Maybe we can have make testclean = make test && make clean >> >> Achim, would that be useful? > > We already have "make tes

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-16 Thread Rasmus
Bastien writes: > FWIW I'm not in favor of removing the ability to inline $x^2$ > and to deprecate the use of $ completely. If this flexibility > is not too problematic (from a maintainance point of view), I'd > say it's fine to keep it. While I agree that \(·\) is the preferred and Rightᵀᴹ del

Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1

2013-02-16 Thread Karl Voit
* Rafael wrote: > > I think I have the newest (github) yasnippet, and doing C-h f on > yas/load-directory, it says that it is an obsolete function, > recommending yas-load-directory instead. Maybe it is worth a try. Thanks for the hint but it does not change my behavior :-( As a matter of fact,

Re: [O] Highlighting LaTeX fragments

2013-02-16 Thread Rasmus
> Would you mind testing the following patch? I don't like it much because > it's an all or nothing fontification. I think latex snippets, entities > and sub/superscript should be separated. I have no experienced any problems. I agree that it would be better not to be able not to fontitfy rouge

Re: [O] {New exporter] What happened to the export template

2013-02-16 Thread Rasmus
Bastien writes: >> It has been removed. Such a template depends on the back-end used, which >> was not the case of the previous implementation. > > One idea would be to have an equivalent of the now-defunct > `org-insert-export-options-template' but for each backend. > > For example `C-c C-e h t'

Re: [O] Macro question with new texinfo exporter

2013-02-16 Thread Nick Dokos
Bastien wrote: > PS: I wonder if *any* of the menu item is used... as I don't use the > menu myself, it's hard to tell. > I do: there are many things I use rarely[fn:1] (e.g. archiving, drawers, properties, even marking TODOs outside the agenda: was that C-c t or C-c C-t now?) that I have not g

Re: [O] [TEXINFO] Link bug

2013-02-16 Thread Thomas S. Dye
Nicolas Goaziou writes: >> Now, both the links are broken :( > > This is good news: the problem is now consistent ;) > > Anyway, these links export fine to LaTeX, HTML and ASCII, which means > the problem now resides in ox-texinfo.el. > Thanks Nicolas. I'll wait for Jonathan to tweak ox-texinfo

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-16 Thread Nick Dokos
Nicolas Goaziou wrote: > ... > Thus, I suggest to announce that $ (both $ and $$, even though $$ don't > have problems /per se/) symbols for should be avoided. Then, in a year > or so, we can remove them completely from code base. > Agree. Also $$ may not cause problems to org, but according to

Re: [O] Macro question with new texinfo exporter

2013-02-16 Thread Nick Dokos
Eric Abrahamsen wrote: > Achim Gratz writes: > > > Bastien writes: > >> PS: I wonder if *any* of the menu item is used... as I don't use the > >> menu myself, it's hard to tell. > > > > These days I only ever use it for "Show All" which does have a menu > > entry, but no key binding. But befor

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-16 Thread Nick Dokos
Nick Dokos wrote: > Nicolas Goaziou wrote: > > > ... > > Thus, I suggest to announce that $ (both $ and $$, even though $$ don't > > have problems /per se/) symbols for should be avoided. Then, in a year > > or so, we can remove them completely from code base. > > > > Agree. Also $$...$$ may

Re: [O] Macro question with new texinfo exporter

2013-02-16 Thread Nick Dokos
Nick Dokos wrote: > Eric Abrahamsen wrote: > > > Achim Gratz writes: > > > > > Bastien writes: > > >> PS: I wonder if *any* of the menu item is used... as I don't use the > > >> menu myself, it's hard to tell. > > > > > > These days I only ever use it for "Show All" which does have a menu > >

Re: [O] {New exporter] What happened to the export template

2013-02-16 Thread Bastien
Rasmus writes: > Not really. IMO, the old template added to much noise and didn't have > nice defaults. That's purely subjective, though! That's what this thread is for -- collect purely subjective feedback so we can get a rough idea of whether it's useful to implement this feature or not :)

Re: [O] Macro question with new texinfo exporter

2013-02-16 Thread Thomas S. Dye
Nick Dokos writes: > Bastien wrote: > >> PS: I wonder if *any* of the menu item is used... as I don't use the >> menu myself, it's hard to tell. >> > > I do: there are many things I use rarely[fn:1] (e.g. archiving, drawers, > properties, even marking TODOs outside the agenda: was that C-c t or

Re: [O] exit code editing buffer without installing the changes

2013-02-16 Thread Not To Miss
awesome. thanks! On Fri, Feb 15, 2013 at 3:00 PM, Bastien wrote: > Hi Zech, > > Not To Miss writes: > > > I know in a source code block, C-c ' will launch a buffer to edit the > > source code and C-c ' again will install the buffer back to the code > > block. Sometimes I just want to abort all

Re: [O] exit code editing buffer without installing the changes

2013-02-16 Thread Bernt Hansen
Bastien writes: > Hi Zech, > > Not To Miss writes: > >> I know in a source code block, C-c ' will launch a buffer to edit the >> source code and C-c ' again will install the buffer back to the code >> block. Sometimes I just want to abort all the changes, so I am >> wondering: Is there anyway to

Re: [O] [Feature Request] Cross headings in tables

2013-02-16 Thread Achim Gratz
I've just looked at how to implement this using org-element and the new exporter. Much to my dismay I found that table headers are not a separate row or row group type and the new exporter is still using this "everything before the first separator is a heading" kludge. It's easy enough to introd

Re: [O] block quotes in prose?

2013-02-16 Thread Peter Salazar
Bastien, thanks for the response and the explanation. Looks like getting org-mode recognize the ">" prefix as a demarcator of a code block isn't the right approach then. What about John Hendy's suggestion of finding a face I like, and then adding "^> text..." to the list of things org fontifies wi

Re: [O] exit code editing buffer without installing the changes

2013-02-16 Thread Bastien
Bernt Hansen writes: > We use C-c C-k to abort a capture buffer - would that key be more > consistent? Indeed, I made this change, thanks! -- Bastien

Re: [O] Highlighting LaTeX fragments

2013-02-16 Thread Nicolas Goaziou
Hello, Rasmus writes: >> Would you mind testing the following patch? I don't like it much because >> it's an all or nothing fontification. I think latex snippets, entities >> and sub/superscript should be separated. > > I have no experienced any problems. I agree that it would be better > not t

Re: [O] Highlighting LaTeX fragments

2013-02-16 Thread Rasmus
Nicolas Goaziou writes: >>> Would you mind testing the following patch? I don't like it much because >>> it's an all or nothing fontification. I think latex snippets, entities >>> and sub/superscript should be separated. >> >> I have no experienced any problems. I agree that it would be better >

Re: [O] new exporter fails to output footnotes?

2013-02-16 Thread Samuel Wales
On 2/13/13, Nicolas Goaziou wrote: > Samuel Wales writes: >> They are missing from plain text export. > > Fixed too. Thank you. >> In HTML, how do you control the hlevel of the footnotes header? > > See `org-html-footnotes-section'. That looks good. Given that it includes things that might ch

[O] org-odt: command line options for soffice bug?

2013-02-16 Thread Vinh Nguyen
Hi, I was having issues exporting to a "doc" file with this in my init file: (setq org-export-odt-preferred-output-format "doc") After some debugging, it appears my "soffice" command takes a single dash (-), not double dash (--) for command line arguments. When I change to "soffice -headless -c

[O] Problems with latex_class

2013-02-16 Thread Marvin Doyley
Hi there, I just updated to the latest version of org. I have a couple of classes (ie latex packages and classes, etc) that I use frequently. These are defined using the add-to-list 'org-export-latex-classes function in my .emacs file For some reason the latest version of org doesn't recognize my

Re: [O] Reloading uncompiled and testing from several git branches

2013-02-16 Thread François Pinard
Achim Gratz writes: > .PHONY: testclean # in case you'll ever have a file named "testclean" > testclean: test clean > In general all such targets that are simple combinations of existing > teargets can be added that way. Allow me a pedantic nit-pick, yet nothing so important in practice n

[O] A proposal to integrate org-mode with bookmark+ (bookmark plus / bmkp) , org-bookmark and evince for bookmarking source code and pdf documents with exact coordinate

2013-02-16 Thread 曾俊賢
Hi there. I'm very interested in the potential applications of org-mode, and spent some time to write some code to facilitate the integration between bookmark+ and evince. I'd like to share the code with you and discuss with you about it. There are primarily two use cases. - To bookmark so

Re: [O] Problems with latex_class

2013-02-16 Thread Rasmus
Marvin Doyley writes: > Hi there, > > I just updated to the latest version of org. I have a couple of > classes (ie latex packages and classes, etc) that I use frequently. > These are defined using the > add-to-list 'org-export-latex-classes function in my .emacs file We've got a new exporter no

Re: [O] Problems with latex_class

2013-02-16 Thread Suvayu Ali
On Sat, Feb 16, 2013 at 06:51:02PM -0500, Marvin Doyley wrote: > Hi there, > > I just updated to the latest version of org. I have a couple of > classes (ie latex packages and classes, etc) that I use frequently. > These are defined using the > add-to-list 'org-export-latex-classes function in my

Re: [O] org-agenda-show-log, org-timeline bugs

2013-02-16 Thread Derek Upham
Bastien writes: > Sorry, no special effort is made to fix bugs in org-timeline because > its future is uncertain: there is significant overlap between this > feature from the early days of Org, and the general agenda views > mechanism. > > We'll make a decision about org-timeline before releasing

Re: [O] Problems with latex_class

2013-02-16 Thread Suvayu Ali
On Sun, Feb 17, 2013 at 01:51:57AM +0100, Suvayu Ali wrote: > On Sat, Feb 16, 2013 at 06:51:02PM -0500, Marvin Doyley wrote: > > Hi there, > > > > I just updated to the latest version of org. I have a couple of > > classes (ie latex packages and classes, etc) that I use frequently. > > These are d

Re: [O] Problems with latex_class

2013-02-16 Thread Marvin Doyley
Thanks, I have made the changes and it is now working

Re: [O] [New exporter] Should there be an option to kill/exit the dispatcher without using it

2013-02-16 Thread Charles
Hello, Nicolas, On 2/16/2013 9:09 AM, Nicolas Goaziou wrote: Hello, Charles writes: I'm not sure if my immediate follow up was sent to the list. I forgot about C-g. Charlie Millar On 2/16/2013 8:45 AM, Charles wrote: System Windows 7, 64 bit Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-0

[O] org-weights.el

2013-02-16 Thread François Pinard
Hi, gang. A few times already, I spoke on this list of my need to see the weights of subtrees on header lines. Nicolas Goaziou was kind enough to write the function for computing the weights, I wrapped some Lisp code around this, and shared the result on this list. In that code, I had a command

[O] org-agenda-files skips two files

2013-02-16 Thread Eric Abrahamsen
I've noticed for a while that two org files in my ~/org directory never get added to org-agenda-files, and I can't figure out why. My org-agenda-files is set to '("~/org/"), and yet: (dolist (f (directory-files "~/org" t "org$")) (unless (member f org-agenda-files) (insert (format "%s: %s\n"

Re: [O] Feature: Group and limit items in agenda

2013-02-16 Thread Muchenxuan Tong
Yes I understand your point. However, setting TODO for each category manually would be laborious in my situation, I have to adjust the configuration file each time I add/delete the project. For my implementation, I advice on function 'org-agenda-finalize-entries' to put lists into different groups