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-la

Re: [O] Agenda items with date ranges

2013-02-07 Thread SabreWolfy
Bastien 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 version

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] 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 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" word on the l

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] [New exporter] Org LaTeX markup

2013-02-07 Thread Charles Berry
Sebastien Vauban 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 "\\col

[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] 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 the list of

[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 ... Thi

[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

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 questio

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

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

2013-02-07 Thread Robert Eckl
42 147 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": (setq gnus

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?

[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

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-spa

[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 "" (get-tex

Re: [O] New exporter, beamer confusion

2013-02-07 Thread Nicolas Goaziou
Hello, Rasmus writes: > Nicolas Goaziou 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 t

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 descr

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

2013-02-07 Thread Bastien
42 147 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: https://lists.gnu

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 wrote: > Kyle Machulis 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! > > --

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] 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 > Hi John, > > 42 147 writes: > > > I don't know the correct port / address within the context of this > > code: > > > > (setq gnus-select-method > > '(nntp "gmane.emacs.orgmode" > > (nntp

[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] Agenda items with date ranges

2013-02-07 Thread Bastien
SabreWolfy 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 org-mode

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

2013-02-07 Thread Bastien
Kyle Machulis 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] 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 wrote: > Hi Kyle, > > Kyle Machulis writes: > >> As of commit 8517be79b5c1fe165d23ea65ad70a282e9c595bb (bisected to >> find t

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

2013-02-07 Thread Thorsten Jolitz
Thorsten Jolitz 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 (7.9.3e-897-g787a0

[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] New exporter, beamer confusion

2013-02-07 Thread Rasmus
Nicolas Goaziou 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 `latex' and a Bea

[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 propos

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 a

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" 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 class to the list `org-e-latex-classes'. > > Th

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

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

2013-02-07 Thread Bastien
"Sebastien Vauban" 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] Still Wishing for Snooze

2013-02-07 Thread Michael Brand
Hi Bastien On Thu, Feb 7, 2013 at 10:44 AM, Bastien 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 becau

Re: [O] Still Wishing for Snooze

2013-02-07 Thread Michael Brand
On Fri, Jan 25, 2013 at 12:10 PM, Michael Brand 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: > > * TODO [#B] Verify lo

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 setti

Re: [O] New exporter, beamer confusion

2013-02-07 Thread Nicolas Goaziou
Vincent Beffara 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 value hardcoded (or in

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 de

[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 s

Re: [O] old to new converter transition

2013-02-07 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > Some remarks and questions about transition to new exporter: > > 1) org-export-latex-listings -becomes-> org-latex-listings Correct. > 2) I have org-export-kill-product-buffer-when-displayed but can't find > org-kill-product-buffer-when-displayed - is it still ne

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 writes: > >> Some remarks and questions about transition to new exporter: >> >> 1) org-export-latex-listings -becomes-> org-latex-listings > > Correct. > >> 2) I have org-export

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 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 restarted emacs,

[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 ne

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 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-l

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 c

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 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 '("" "color"

Re: [O] accessibility bug: export menu unusable

2013-02-07 Thread Nicolas Goaziou
Hello, Samuel Wales 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 reproduce, please try on

Re: [O] org export Taskjuggler

2013-02-07 Thread Nicolas Goaziou
Hello, Christian Egli writes: > Nicolas Goaziou 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

Re: [O] Worg publishing issue

2013-02-07 Thread Nicolas Goaziou
Hello, Bastien 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 org-html-publish-to-html

Re: [O] bug in ascii export

2013-02-07 Thread Nicolas Goaziou
Hello, Samuel Wales 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] 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 o

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 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.

[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

[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 | :PROPERTIE

Re: [O] Org mode build failure

2013-02-07 Thread Achim Gratz
Suvayu Ali 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 . > install: missing d

Re: [O] org export Taskjuggler

2013-02-07 Thread Jambunathan K
Christian Egli writes: > Nicolas Goaziou 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 ex

Re: [O] Scheduling makes link disappear

2013-02-07 Thread Bastien
Hi Thomas, Thomas Morgan 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 views. Best,

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

2013-02-07 Thread Bastien
Hi Muchenxuan, Muchenxuan Tong 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 > to setting to

Re: [O] special strings

2013-02-07 Thread Bastien
Hi Samuel, Samuel Wales 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, -- Bastien

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

2013-02-07 Thread Bastien
HI David, David Bjergaard 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: line. Can you tes

Re: [O] Worg publishing issue

2013-02-07 Thread Bastien
Hi Suvayu, Suvayu Ali writes: > Amidsts all the commotion about documentation for the new exporter, I > committed a very early incomplete draft article documenting the new > beamer exporter. > > Thanks fo

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

2013-02-07 Thread Bastien
Hi Kyle, Kyle Machulis 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 string: )") > s

[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] org export Taskjuggler

2013-02-07 Thread Christian Egli
Nicolas Goaziou 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 doesn't really e

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 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 visibility problems w

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-mod

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 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] Still Wishing for Snooze

2013-02-07 Thread Bastien
Hi Andrew, "Andrew M. Nuxoll" 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 `org-scheduled-delay-da

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] 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] Prefix arguments, checklists, and lists

2013-02-07 Thread Bastien
Hi Robert and Nicolas, Nicolas Goaziou 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 library t

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? > Ac

Re: [O] copy file from link into agenda

2013-02-07 Thread Bastien
Hi Subhan, Subhan Tindall 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 /home/stindall/.emacs > > > LOG > I better understand now, thanks for the explanations. > my elisp-fu i

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

2013-02-07 Thread Bastien
Hi John, 42 147 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] (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 first

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

2013-02-07 Thread Bastien
Hi Thorsten, Thorsten Jolitz 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] editing "The compact Org-Mode Guide"

2013-02-07 Thread Bastien
Evan Misshula 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] 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] Confused about inline html images

2013-02-07 Thread Bastien
Hi John, John Hendy 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 #+attr_html: widt

[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 'i