[O] org-toc.el x 2 = confusion

2014-12-17 Thread Sharon Kimble
Did you know that there are currently two "org-toc.el" in existence? There is the org-mode one of 17.9kb, and 508 lines of code, author being Bastien Guerry. Incidentally, it quotes the home page as being at "http://www.cognition.ens.fr/~guerry/u/org-toc.el"; but even if you drill back to the serve

Re: [O] How do you show the entires in the logbook drawer in the agenda

2014-12-17 Thread jenia.ivlev
Eric Abrahamsen writes: > jenia.iv...@gmail.com (jenia.ivlev) writes: > >> Hello. >> >> I thought that the entires in the logbook drawer - entered pressing `C-c >> C-z` in orgmode - would show up in the agenda, pressing `C-c a a`, but >> they do not. >> Is possible to somehow list those notes in

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-17 Thread Nicolas Goaziou
Hello, Rasmus writes: > Attached is a patch that enables footnotes in INCLUDEd documents when > using :lines and friends. It stores the footnotes in a hash-table > initialized in `org-export-expand-include-keyword' and updated via > `org-export--prepare-file-contents'. The footnotes are then i

Re: [O] Patch to implement sorting Org tables by IP address

2014-12-17 Thread Jon Snader
> On Dec 14, 2014, at 12:18 PM, Nicolas Goaziou wrote: >> As I said above, you’ve convinced me that ?f ?F is the right solution. > > Fair enough. Let's settle on that, then. Here is the new patch. It extends org-table-sort-lines to allow a user to specify custom extraction and comparison func

Re: [O] doc patch: move footnote in external links

2014-12-17 Thread Alan Schmitt
On 2014-12-16 22:54, Nicolas Goaziou writes: > I think "*headline" links should assume this variable is non-nil, > notwithstanding its real value. Of course, a `query-to-create' value > still makes sense. > > WDYT? I'm fine with this. Here is the patch extended to take this into account, which i

Re: [O] [patch] org-element: Deal with subscript like: "_{x}"

2014-12-17 Thread Feng Shu
This seem to be a wrong patch, sorry! Feng Shu writes: > From a4b14292b96a0f5e5d262087ec3e8de7c209f863 Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Wed, 17 Dec 2014 21:59:44 +0800 > Subject: [PATCH] org-element: Deal with subscript like: "_{x}" > > * lisp/org-element.el (org-element--objec

Re: [O] can I refile or archive from the agenda without rebuilding?

2014-12-17 Thread Alan Schmitt
On 2014-12-16 15:46, Kyle Meyer writes: > Alan Schmitt wrote: >> On 2014-12-15 09:31, Samuel Loury writes: > [...] >> This is how I did it: >> >> #+begin_src emacs-lisp >> (defun as/org-agenda-refile-noupdate (&optional goto rfloc) >> "Call `org-agenda-refile' with arguments GOTO, RFLOC, and

Re: [O] [html-export question] location with JS.

2014-12-17 Thread Rasmus
Hi Christian, Thanks for the insightful comments. Javascript is an interesting domain; totally foreign to me, though. Christian Moe writes: > (except when the window becomes seriously too small, > and the year jumps up on top of the other one, but that, I think, has to > be expected). This is

[O] [patch] org-element: Deal with subscript like: "_{x}"

2014-12-17 Thread Feng Shu
>From a4b14292b96a0f5e5d262087ec3e8de7c209f863 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Wed, 17 Dec 2014 21:59:44 +0800 Subject: [PATCH] org-element: Deal with subscript like: "_{x}" * lisp/org-element.el (org-element--object-lex): Deal with subscript like: "_{x}". --- lisp/org-element.el

Re: [O] [html-export question] location with JS.

2014-12-17 Thread Christian Moe
It still works fine for me in Firefox with the added title and text, zooming in and out (except when the window becomes seriously too small, and the year jumps up on top of the other one, but that, I think, has to be expected). A different problem is that the script only picks out every other bol

[O] [bug] Effort and column view

2014-12-17 Thread Myles English
Hello, I reported a possible bug a couple of weeks ago and since then I have notice related bugs in todays HEAD (that may have existed before). 1) The column view of TODO items only shows the total Effort at the top and the Effort for the last item, 2) The column view of the org-agenda (restrict

Re: [O] [html-export question] location with JS.

2014-12-17 Thread Rasmus
Paul Rudin writes: > Hoping for pixel perfect rendering for html is fraught with difficulty - > it's not really designed for that sort of thing. I'm only asking for two things (divs/spans) to be (almost) on the same line (if you rerun the new example I sent to Christian you might see it can go q

Re: [O] [html-export question] location with JS.

2014-12-17 Thread Rasmus
Hi Christian, Christian Moe writes: >> The issue is >> that the javascript that I use absolute position in pixels, and the >> browser doesn't update the location when zooming... >> >> Any ideas on how to solve this? > > Which browser? It seems to work well with zooming in Firefox and Safari, > s

Re: [O] [html-export question] location with JS.

2014-12-17 Thread Paul Rudin
Rasmus writes: > Hi, > > For my CV I'm trying to place a box (div, whatever) at the left edge of > the content-div. My org-file looks like > > - year0–year1 :: FooCorp > - note1 > - note2 {{{BOL(year½)}}} > > And I want the ouput to look like: > > year0–year1FooCorp > - n

Re: [O] org-log-reschedule: inactive time-stamp instead

2014-12-17 Thread Karl Voit
* Nicolas Goaziou wrote: > Hello, Hi Nicolas! > Karl Voit writes: > >> Those active time-stamps clutter my daily agenda a bit. Therefore: >> >> ,[ what I would like to get ] >> | :LOGBOOK: >> | - Rescheduled from "[2014-12-17 Mi]" on [2014-12-16 Di 17:01] >> | :END: >> ` >> >> So can so

Re: [O] can I refile or archive from the agenda without rebuilding?

2014-12-17 Thread Samuel Loury
Kyle Meyer writes: > Alan Schmitt wrote: >> On 2014-12-15 09:31, Samuel Loury writes: > [...] >> This is how I did it: >> >> #+begin_src emacs-lisp >> (defun as/org-agenda-refile-noupdate (&optional goto rfloc) >> "Call `org-agenda-refile' with arguments GOTO, RFLOC, and t." >> (interactive

Re: [O] [html-export question] location with JS.

2014-12-17 Thread Christian Moe
> The issue is > that the javascript that I use absolute position in pixels, and the > browser doesn't update the location when zooming... > > Any ideas on how to solve this? Which browser? It seems to work well with zooming in Firefox and Safari, so I'd say you're doing something right and the b