[O] Org mode build failure

2013-02-07 Thread Suvayu Ali
Hi, I am encountering the following build failure when I do `make compile': make[1]: Entering directory `/path/build/org-mode/lisp' rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc org-install.elc install -m 644 -p . install: missing destination file operand after ‘.’ Try

Re: [O] Confused about inline html images

2013-02-07 Thread Bastien
Hi John, John Hendy jw.he...@gmail.com writes: #+attr_html: width=200px [[http://i.imgur.com/tladtBz.jpg][http://i.imgur.com/tladtBz.jpg]] This is not (and has never been) converted to a link, but to an image. Maybe a limitation that we can work on later on. The fix I pushed is about

Re: [O] About range references in the spreadsheet

2013-02-07 Thread Bastien
t...@tsdye.com (Thomas S. Dye) writes: a range of three fields in the row before the current row, starting two columns before the current column and ending in the current column. Yes, it's very explicit, but a bit long -- I try to have the explanation fit in one line. I updated again to

Re: [O] editing The compact Org-Mode Guide

2013-02-07 Thread Bastien
Evan Misshula evanmissh...@gmail.com writes: Thanks for the instructions on how to play nice in the sandbox. We noobs are always afraid we are going to cause more work than we fix. We are all n00bs! Somehow. -- Bastien

Re: [O] [PATCH] Tiny change in ob-lilypond.el

2013-02-07 Thread Bastien
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: A tiny change to make ob-lilypond export the results in the format specified for the ':file' in the source-block header. Uh, silly me. Applied, thanks! -- Bastien

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-02-07 Thread Bastien
Hi Martin and Bernt, the master branch now have new sorting strategies: timestamp-up Sort by any timestamp, early first timestamp-down Sort by any timestamp, late first scheduled-up Sort by scheduled timestamp, early first scheduled-down Sort by scheduled timestamp, late

Re: [O] subscribing to this mailing list with gnus

2013-02-07 Thread Bastien
Hi John, 42 147 aeus...@gmail.com writes: I don't know the correct port / address within the context of this code: (setq gnus-select-method     '(nntp gmane.emacs.orgmode   (nntp-port-number 119))) Please ask this to the Gnus mailing list. Thanks, -- Bastien

Re: [O] copy file from link into agenda

2013-02-07 Thread Bastien
Hi Subhan, Subhan Tindall subhan.tind...@rentrakmail.com writes: What I'm looking for is a way to load the contents of /home/stindall/.emacs into the agenda, ideally producing something similar to this: LOG datestamp /home/stindall/.emacs contents of .emacs file LOG datestamp some other

Re: [O] Sending BibTeX entries from Zotero to Org-mode via Fireforg

2013-02-07 Thread Bastien
Hi Marko, ma...@dimjasevic.net (Marko Dimjašević) writes: Fireforg could not be installed because it is not compatible with Abrowser 18.0.1. I'm not sure if simply changing the max version parameter in install.rdf in fireforg.xpi is the best idea. Maybe -- can you try and tell? According

Re: [O] Prefix arguments, checklists, and lists

2013-02-07 Thread Bastien
Hi Robert and Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: What about lists? Just replace table with list and row with item. This is a global design, and lists are but a part of it. Agreed. And Org commands are so much about context that users could benefit from a command helper: a

Re: [O] Worg publishing issue

2013-02-07 Thread Suvayu Ali
Hi Bastien, On Thu, Feb 07, 2013 at 09:42:15AM +0100, Bastien wrote: But I see that it is not being published. I just published it: http://orgmode.org/worg/org-tutorials/org-beamer/org-e-beamer.html Thanks! I got the following publishing error after pushing my commit.

Re: [O] org-html-link problem

2013-02-07 Thread Bastien
Hi Chuck, cbe...@tajo.ucsd.edu writes: lisp/ox-html.el around line 2172: (unless (and desc (string-match (regexp-quote (car att)) desc)) att is nil maybe (unless (and att desc (string-match (regexp-quote (car att)) desc))?? Indeed, fixed, thanks. -- Bastien

Re: [O] Still Wishing for Snooze

2013-02-07 Thread Bastien
Hi Andrew, Andrew M. Nuxoll nux...@up.edu writes: If you do that, I may have to send you a cheesecake. Time for a cheesecake! You can now use a delay cookie like this: SCHEDULED: 2013-02-07 jeu. -2d The item will not be shown today, but in three days. See the new options

Re: [O] Bug: org-id-get-with-outline-path-completion docstring [7.9.3d (release_7.9.3d-929-ga2febd @ /home/flo/.emacs.d/org-mode/lisp/)]

2013-02-07 Thread Bastien
Hi Florian, Florian Beck f...@fbeck.net writes: The docstring claims when the optional argument is omitted all headlines in all agenda files are eligible. In fact, only the headlines in the current file are used (which is reasonable). Fixed, thanks. -- Bastien

Re: [O] Sending BibTeX entries from Zotero to Org-mode via Fireforg

2013-02-07 Thread Yagnesh Raghava Yakkala
Hello, FWIW, I am using zotelo¹ with org, which works pretty well. (and installation should be easy.) For eg, my setup includes placing local variables in my org document as following, --8---cut here---start-8--- # Local Variables: # eval: (zotelo-minor-mode

Re: [O] Has anybody noticed ellipses instead of the top line of the window?

2013-02-07 Thread Bastien
Hi William, thanks for digging this further. William william.leche...@ens-lyon.org writes: On Wed, 30 Jan 2013 18:36:16 +0100, Bastien spake thus: Org's visibility code then inserts the ... at the top line of the window for unknown reasons. Can you help me reproduce it? I also have

Re: [O] org export Taskjuggler

2013-02-07 Thread Christian Egli
Nicolas Goaziou n.goaz...@gmail.com writes: If nothing has been started once the new export framework is installed and the early bugs are fixed, I will do the port. I don't quite understand why we need to port anything. The taskjuggler exporter is different than the other exporters in that it

[O] new exporter - LaTeX export setting org-export-latex-packages-alist and BUG empty source block export

2013-02-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I had the following in my emacs.org: #+begin_src emacs-lisp (require 'org-latex) (setq org-export-latex-listings t) (add-to-list 'org-export-latex-packages-alist '( listings)) (add-to-list 'org-export-latex-packages-alist '( color))

Re: [O] sexp timestamp causing agenda compilation issues as of 8517be79b5c1

2013-02-07 Thread Bastien
Hi Kyle, Kyle Machulis k...@nonpolynomial.com writes: As of commit 8517be79b5c1fe165d23ea65ad70a282e9c595bb (bisected to find this), agenda compilation died with the following backtrace for me: Debugger entered--Lisp error: (error Bad timestamp `' Error was: (Not a standard Org-mode time

Re: [O] Worg publishing issue

2013-02-07 Thread Bastien
Hi Suvayu, Suvayu Ali fatkasuvayu+li...@gmail.com writes: Amidsts all the commotion about documentation for the new exporter, I committed a very early incomplete draft article documenting the new beamer exporter.

Re: [O] Bug when exporting as html with (org-narrow-to-subtree)

2013-02-07 Thread Bastien
HI David, David Bjergaard dbjerga...@gmail.com writes: When exporting to html with (org-narrow-to-subtree) headlines deeper than 2 levels won't get exported. Expected behavior: All subheadings should be exported to a level set by headline-levels in my org init, or H: in the #+OPTIONS:

Re: [O] special strings

2013-02-07 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: org-html.el:2468: (let ((all org-export-html-special-string-regexps) Where is this defined? It was defined in org.el but got squeezed out during the move to the new exporter. I reintroduced it in contrib/lisp/org-html.el. Thanks, --

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

2013-02-07 Thread Bastien
Hi Muchenxuan, Muchenxuan Tong demon...@gmail.com writes: * Motivation - Sacha Chua proposed a solution for viewing top three tasks by context (http://sachachua.com/blog/2012/12/emacs-org-display-subset-tasks-context/) - In the Next view in Things (http://culturedcode.com/), one is able

Re: [O] Scheduling makes link disappear

2013-02-07 Thread Bastien
Hi Thomas, Thomas Morgan t...@ziiuu.com writes: In an Org TODO list, scheduling an item that contains a link can cause the link to disappear. Thanks very for the report. Please try the attached patch and let me know if it fixes it (it should) but more importantly: if it breaks other agenda

Re: [O] org export Taskjuggler

2013-02-07 Thread Jambunathan K
Christian Egli christian.e...@sbs.ch writes: Nicolas Goaziou n.goaz...@gmail.com writes: If nothing has been started once the new export framework is installed and the early bugs are fixed, I will do the port. I don't quite understand why we need to port anything. The taskjuggler exporter

Re: [O] Org mode build failure

2013-02-07 Thread Achim Gratz
Suvayu Ali fatkasuvayu+linux at gmail.com writes: I am encountering the following build failure when I do `make compile': make[1]: Entering directory `/path/build/org-mode/lisp' rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc org-install.elc install -m 644 -p .

[O] Yasnippet/Org issue: messing up properties

2013-02-07 Thread Karl Voit
Hi! I do face strange behavior when using yasnippet with Org-mode: ,[ Snippet «test» ] | # name : Testing yasnippet/org issue | # -- | | ** Test ${1:test} | :PROPERTIES: | :ID: $1 | :END: ` ... results in ... ,[ test.txt with entering «foo bar» as $1 ] | ** Test foo bar |

[O] Agenda items with date ranges

2013-02-07 Thread SabreWolfy
I remember that previously in Agenda view, entries such as: , | * A few days | 2013-02-07 Thu--2013-02-14 Thu ` would appear with a (1/8), (2/8), etc. preceding the entry. I added a similar entry today in org-mode version 7.9.2, and it appeared in the

Re: [O] Org mode build failure

2013-02-07 Thread Suvayu Ali
Hi Achim, On Thu, Feb 07, 2013 at 11:15:14AM +, Achim Gratz wrote: Suvayu Ali fatkasuvayu+linux at gmail.com writes: I am encountering the following build failure when I do `make compile': make[1]: Entering directory `/path/build/org-mode/lisp' rm -f org-version.el org-loaddefs.el

Re: [O] New exporter, beamer confusion

2013-02-07 Thread Nicolas Goaziou
Should there be a check in the exporter, for latex based backends, if the document class expected is not defined? This would have made things a lot quicker to resolve in this case! What is an expected document class? Beamer export can happen with a beamer or an article (and probably others)

Re: [O] bug in ascii export

2013-02-07 Thread Nicolas Goaziou
Hello, Samuel Wales samolog...@gmail.com writes: exporting this subtree results in this bt. Old export framework doesn't work anymore in master. Related files are kept for now in contrib/ for archiving purpose. Regards, -- Nicolas Goaziou

Re: [O] Worg publishing issue

2013-02-07 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: 2 problems, a trivial one and a let's-prepare-for-headache one: 1. `org-publish-org-to-html' does not exist in the new export/publish libraries -- Nicolas, would that be enough to have aliases here (from org-publish-org-to-html to

Re: [O] org export Taskjuggler

2013-02-07 Thread Nicolas Goaziou
Hello, Christian Egli christian.e...@sbs.ch writes: Nicolas Goaziou n.goaz...@gmail.com writes: If nothing has been started once the new export framework is installed and the early bugs are fixed, I will do the port. I don't quite understand why we need to port anything. The taskjuggler

Re: [O] accessibility bug: export menu unusable

2013-02-07 Thread Nicolas Goaziou
Hello, Samuel Wales samolog...@gmail.com writes: The new export window is unusable. It shows the second half of the menu. Out of curiosity, how did you make the previous export window usable under these conditions? It was 28-line high with no scrolling mechanism either. If you can't

Re: [O] new exporter - LaTeX export setting org-export-latex-packages-alist and BUG empty source block export

2013-02-07 Thread Nicolas Goaziou
Hello, Rainer M Krug r.m.k...@gmail.com writes: Hi I had the following in my emacs.org: #+begin_src emacs-lisp (require 'org-latex) (setq org-export-latex-listings t) (add-to-list 'org-export-latex-packages-alist '( listings)) (add-to-list 'org-export-latex-packages-alist '(

Re: [O] Has anybody noticed ellipses instead of the top line of the window?

2013-02-07 Thread William
On Thu, 07 Feb 2013 11:11:21 +0100, Bastien spake thus: I can reproduce such an ellipsis by : - Cutting part of the buffer containing an ellipsis - Undoing the cut On the attached example, all being visible, fold the first second level headline, kill its line (C-k with cursor at the

Re: [O] new exporter - LaTeX export setting org-export-latex-packages-alist and BUG empty source block export

2013-02-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/02/13 14:37, Nicolas Goaziou wrote: Hello, Rainer M Krug r.m.k...@gmail.com writes: Hi I had the following in my emacs.org: #+begin_src emacs-lisp (require 'org-latex) (setq org-export-latex-listings t) (add-to-list

[O] old to new converter transition

2013-02-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Some remarks and questions about transition to new exporter: 1) org-export-latex-listings -becomes- org-latex-listings 2) I have org-export-kill-product-buffer-when-displayed but can't find org-kill-product-buffer-when-displayed - is it still

Re: [O] new exporter - LaTeX export setting org-export-latex-packages-alist and BUG empty source block export

2013-02-07 Thread Nicolas Goaziou
Rainer M Krug r.m.k...@gmail.com writes: One observation though: I updated and compiled org while emacs was running, then reloaded it and tried the export of the empty souce block, and the error was still there although emacs told me that I had successfully loaded the new version. I

Re: [O] old to new converter transition

2013-02-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/02/13 15:29, Nicolas Goaziou wrote: Hello, Rainer M Krug r.m.k...@gmail.com writes: Some remarks and questions about transition to new exporter: 1) org-export-latex-listings -becomes- org-latex-listings Correct. 2) I have

[O] edit-src on read-only files

2013-02-07 Thread Greg Minshall
hi. i use RCS on my .org files. it's happened to me more than once (1 == shame on me) that i've entered C-c ' on a read-only .org file, spent some time editing the source code fragment, then done C-c ', only to lose my edits, as the original buffer was read-only. it seems like org-mode should

Re: [O] New exporter, beamer confusion

2013-02-07 Thread Vincent Beffara
Hi, LaTeX class is never unspecified because `beamer' back-end is a derivative of `latex', and, as such, `org-latex-default-class' will be used. `beamer' could specify its own default class, but that class would still need to be defined in `org-latex-classes'. Sure, it should be in the

Re: [O] New exporter, beamer confusion

2013-02-07 Thread Nicolas Goaziou
Vincent Beffara vbeffara...@gmail.com writes: Sure, it should be in the default list. What is the drawback? The default list is defined in ox-latex.el, which doesn't know anything about ox-beamer.el. The drawback is that it doesn't seem clean to me. I think it's better to make it a fallback

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

2013-02-07 Thread Derek Upham
Can someone please verify these bugs? Thanks. Derek Derek Upham writes: I tried running org-timeline on an Org file with lots of timestamped TODO - DONE state changes, and didn't see the matches I was expecting. While poking around, I found two problems. 1. `org-timeline' isn't setting

Re: [O] Still Wishing for Snooze

2013-02-07 Thread Michael Brand
On Fri, Jan 25, 2013 at 12:10 PM, Michael Brand michael.ch.br...@gmail.com wrote: Let me only suggest an idea to deal with this, item-based: When the DEADLINE “warning period” would be generalized to allow positive numbers then it would extend to a “warning and delay period”. Starting with:

Re: [O] Still Wishing for Snooze

2013-02-07 Thread Michael Brand
Hi Bastien On Thu, Feb 7, 2013 at 10:44 AM, Bastien b...@altern.org wrote: You can now use a delay cookie like this: SCHEDULED: 2013-02-07 jeu. -2d The item will not be shown today, but in three days. For this case I would use: SCHEDULED: 2013-02-09 Sat It seems I don’t get the point

Re: [O] [New exporter] Error: (wrong-type-argument stringp nil)

2013-02-07 Thread Bastien
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Trying to convert some more files (to HTML) with the new exporter, I did a test with the following one: Fixed, thanks. -- Bastien

Re: [O] Problem with org-html-format-latex

2013-02-07 Thread Vincent Beffara
Hi again, A bug occurs with org-html-format-latex (in ox-html.el) when called from a non-file buffer. In the context of o-blog, it gets called as (org-html-format-latex $x$ 'mathjax) but still tries to bind some ltxpng related support. This ends up calling file-name-sans-extension to the

Re: [O] [PATCH] Stop with an error if the LaTeX class is not known to the new exporter

2013-02-07 Thread Nicolas Goaziou
Hello, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: I've lost (a bit of) time looking at why my documents were wrong with the new exporter. The fact is I've customized: (setq org-e-latex-default-class myarticle) but hadn't added yet that private

Re: [O] python :session issues

2013-02-07 Thread Andreas Röhler
Am 06.02.2013 16:17, schrieb John Kitchin: Thanks for the -Q reminder. I get the same output if I run with emacs -Q (although I do have to add :results output to each block. I had that set as a default in my init files). I had the problem described in the footnote you listed, and that is why I

[O] [New exporter] Key bindings and typographical error

2013-02-07 Thread Sebastien Vauban
Hello Nicolas, First of all, let me thank for your the work you've done with the exporters. I don't have yet a full 100%-compliant config, but I'm clearly on that road. And this is really great to get a very nice dispatcher, with bugless exports. While using the new dispatcher, I'd like to

Re: [O] New exporter, beamer confusion

2013-02-07 Thread Rasmus
Nicolas Goaziou n.goaz...@gmail.com writes: If the author is cautious about keywords used (i.e. #+BEAMER: or #+LATEX:), it should be possible to export the same document with either `beamer' or `latex' back-end. Though, I don't know how much difference there would be between the output from

[O] Agenda doesn't find agenda-files after update

2013-02-07 Thread Thorsten Jolitz
Hi, I updated Org-mode yesterday (pull from git repo, make and make autoloads): , | Org-mode version 7.9.3e (7.9.3e-897-g787a07 @ /home/tj/gitclone/org-mode/lisp/)

Re: [O] Agenda doesn't find agenda-files after update

2013-02-07 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: After restarting Emacs it worked again - sorry for the noise. I updated Org-mode yesterday (pull from git repo, make and make autoloads): , | Org-mode version 7.9.3e

Re: [O] sexp timestamp causing agenda compilation issues as of 8517be79b5c1

2013-02-07 Thread Kyle Machulis
Updated to 25a481d8, still getting the same error and backtrace when generating agendas where the memq block evaluates non-nil. :/ On Thu, Feb 7, 2013 at 1:33 AM, Bastien b...@altern.org wrote: Hi Kyle, Kyle Machulis k...@nonpolynomial.com writes: As of commit

Re: [O] sexp timestamp causing agenda compilation issues as of 8517be79b5c1

2013-02-07 Thread Bastien
Kyle Machulis k...@nonpolynomial.com writes: Updated to 25a481d8, still getting the same error and backtrace when generating agendas where the memq block evaluates non-nil. :/ Please pull again, it should be fixed now. Thanks! -- Bastien

Re: [O] Agenda items with date ranges

2013-02-07 Thread Bastien
SabreWolfy sabrewo...@gmail.com writes: I remember that previously in Agenda view, entries such as: , | * A few days | 2013-02-07 Thu--2013-02-14 Thu ` would appear with a (1/8), (2/8), etc. preceding the entry. I added a similar entry today in

[O] Structure editing

2013-02-07 Thread Sanjib Sikder
Hi, Is it possible to have a line between two tress which should not hide when folded, like the following example ? Unfolded state: === * Heading 1 ** Heading 1-1 ** Heading 1-2 AT THIS POINT, A LINE WHICH SHOULD NOT BE FOLDED * Heading 2 ** Heading 2-1 ** Heading 2-2 Folded state

Re: [O] subscribing to this mailing list with gnus

2013-02-07 Thread 42 147
How do I subscribe? I haven't been able to find a working address. Thanks. 2013/2/7 Bastien b...@altern.org Hi John, 42 147 aeus...@gmail.com writes: I don't know the correct port / address within the context of this code: (setq gnus-select-method '(nntp gmane.emacs.orgmode

Re: [O] Structure editing

2013-02-07 Thread Suvayu Ali
On Fri, Feb 08, 2013 at 01:27:05AM +0530, Sanjib Sikder wrote: Is it possible to have a line between two tress which should not hide when folded, like the following example ? No this is not possible. Any text following a headline is by definition a part of the tree and will be folded with

Re: [O] sexp timestamp causing agenda compilation issues as of 8517be79b5c1

2013-02-07 Thread Kyle Machulis
All fixed, thanks! On Thu, Feb 7, 2013 at 10:41 AM, Bastien b...@altern.org wrote: Kyle Machulis k...@nonpolynomial.com writes: Updated to 25a481d8, still getting the same error and backtrace when generating agendas where the memq block evaluates non-nil. :/ Please pull again, it should be

Re: [O] subscribing to this mailing list with gnus

2013-02-07 Thread Bastien
42 147 aeus...@gmail.com writes: How do I subscribe? I haven't been able to find a working address. http://www.gnus.org/resources.html To subscribe, send a message to ding-requ...@gnus.org to subscribe. http://dir.gmane.org/gmane.emacs.gnus.general There is also a user mailing list:

Re: [O] python :session issues

2013-02-07 Thread Myles English
Hi Andreas, Andreas Röhler writes: Am 06.02.2013 16:17, schrieb John Kitchin: Thanks for the -Q reminder. I get the same output if I run with emacs -Q (although I do have to add :results output to each block. I had that set as a default in my init files). I had the problem described in

Re: [O] New exporter, beamer confusion

2013-02-07 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: Nicolas Goaziou n.goaz...@gmail.com writes: If the author is cautious about keywords used (i.e. #+BEAMER: or #+LATEX:), it should be possible to export the same document with either `beamer' or `latex' back-end. Though, I don't know how much difference

[O] [agenda] Lisp error: (args-out-of-range 0 0)

2013-02-07 Thread Sebastien Vauban
Hello, With a recent pull (of today, 15:45), I now have the following error when generating the agenda views: --8---cut here---start-8--- Debugger entered--Lisp error: (args-out-of-range 0 0) get-text-property(0 extra-space nil) (concat effort

Re: [O] [agenda] Lisp error: (args-out-of-range 0 0)

2013-02-07 Thread Sebastien Vauban
Hello, Sebastien Vauban wrote: With a recent pull (of today, 15:45), I now have the following error when generating the agenda views: Debugger entered--Lisp error: (args-out-of-range 0 0) get-text-property(0 extra-space nil) (concat effort (get-text-property 0 (quote extra-space)

[O] [New exporter] Org LaTeX markup

2013-02-07 Thread Sebastien Vauban
Hello Nicolas, I'm still searching which variables now host the following customizations: --8---cut here---start-8--- ;; markup for TODO keywords, as a printf format (setq org-export-latex-todo-keyword-markup \\colorbox{yellow}{%s}) ;; markup for tags, as a

Re: [O] special strings

2013-02-07 Thread Samuel Wales
It was defined in org.el but got squeezed out during the move to the new exporter. I reintroduced it in contrib/lisp/org-html.el. Thanks. I found the new equivalent. Is (require 'ox) is the correct way to load variables before setting them? Is there a mapping of old variables to new ones?

Re: [O] subscribing to this mailing list with gnus

2013-02-07 Thread Robert Eckl
42 147 aeus...@gmail.com writes: How do I subscribe? I haven't been able to find a working address. Thanks. The working address should be news.gmane.org I didn't specify a port-number. You can add a Server (^^ in the groups-buffer) with gnus-select-method nntp and server news.gmane.org:

Re: [O] New exporter, beamer confusion

2013-02-07 Thread Rasmus
Nicolas, There is the #+LATEX_HEADER:. Is a keyword specific to Beamer required? It would by symmetric with #+BEAMER: but I have never needed it before. Something like #+LATEX_HEADER:\AtBeginSection[]{\frame{\thispagestyle{empty}\tableofcontents[currentsection]}} is not interesting to a

Re: [O] old to new converter transition

2013-02-07 Thread Suvayu Ali
On Thu, Feb 07, 2013 at 03:26:10PM +0100, Rainer M Krug wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Some remarks and questions about transition to new exporter: 1) org-export-latex-listings -becomes- org-latex-listings Since Nicolas answered your specific question, I

[O] Problem with org-html-format-latex

2013-02-07 Thread Vincent Beffara
Hi, Trying out the new exporter and hoping to have it work with o-blog ... A bug occurs with org-html-format-latex (in ox-html.el) when called from a non-file buffer. In the context of o-blog, it gets called as (org-html-format-latex $x$ 'mathjax) but still tries to bind some ltxpng related

[O] LaTeX export: Theorem with an author

2013-02-07 Thread Vincent Beffara
Hi, How to generate latex code for a theorem with an author, like this: \begin{theorem}[Newton] Blah. \end{theorem} With the old exporter, you could do this: #+BEGIN_theorem Newton Blah. #+END_theorem (possibly with brackets, not sure) but now the rest of the #+BEGIN_ line is ignored ...

Re: [O] subscribing to this mailing list with gnus

2013-02-07 Thread 42 147
The working address should be news.gmane.org I didn't specify a port-number. You can add a Server (^^ in the groups-buffer) with gnus-select-method nntp and server news.gmane.org: (setq gnus-select-method (quote (nntp news.gmane.org))) After opening the server Space the list of groups

[O] suggestion: M-m should move point to first word on line

2013-02-07 Thread Meng Weng Wong
Ordinarily, M-m is bound to (back-to-indentation) – move point to the first non-whitespace character on the line. It differs from C-a. Might it make sense for org-mode to override M-m? Move the point to the first user word on the line, to the first non-asterisk/whitespace/dash/TODO character

Re: [O] [New exporter] Org LaTeX markup

2013-02-07 Thread Charles Berry
Sebastien Vauban wxhgmqzgwmuf@... writes: Hello Nicolas, I'm still searching which variables now host the following customizations: --8---cut here---start-8--- ;; markup for TODO keywords, as a printf format (setq org-export-latex-todo-keyword-markup

Re: [O] subscribing to this mailing list with gnus

2013-02-07 Thread Yagnesh Raghava Yakkala
I am responding right now in gnus. Kudos.. that was fast. -- ఎందరో మహానుభావులు అందరికి వందనములు. YYR

Re: [O] suggestion: M-m should move point to first word on line

2013-02-07 Thread Yagnesh Raghava Yakkala
Hello Meng, On Feb 08 2013, Meng Weng Wong mengw...@gmail.com wrote: Ordinarily, M-m is bound to (back-to-indentation) – move point to the first non-whitespace character on the line. It differs from C-a. Might it make sense for org-mode to override M-m? Move the point to the first user

Re: [O] Structure editing

2013-02-07 Thread Sanjib Sikder
Hi, What I am trying to achieve is an 'ordinary' heading, which is not in the beginning of the document but somewhere in the middle of the document, before a particular level one heading of a tree. At present the 'ordinary' heading gets hidden in the previous tree/subtree. Unfolded state:

Re: [O] Agenda items with date ranges

2013-02-07 Thread SabreWolfy
Bastien bzg at altern.org writes: I can't reproduce this problem. Can you reproduce it with latest Org? The agenda *shows* the (1/8), etc. in Org-Mode 7.8.11. It does *not* show it in version 7.9.2 (Debian sid), so that's why I have noticed it. If I get around to installing the latest

Re: [O] old to new converter transition

2013-02-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/02/13 16:04, Suvayu Ali wrote: On Thu, Feb 07, 2013 at 03:26:10PM +0100, Rainer M Krug wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Some remarks and questions about transition to new exporter: 1) org-export-latex-listings