Re: [O] [PATCH] small fix for org-log-beginning

2014-12-14 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > I'm still slowly chewing on making more use of log items, and found a > small bug in org-log-beginning. It contains a partial re-implementation > of something we already have a function for: org-log-into-drawer. It was > causing me occasional bugs, but I only jus

Re: [O] [PATCH] org-mime.el: correct element matching regex

2014-12-14 Thread Nicolas Goaziou
Hello, Jon Miller writes: > * org-mime.el (org-mime-change-element-style): Correctly capture the > html element instead of partially. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Tangling does not detect src blocks with capital BEGIN_SRC/END_SRC when case-fold-search nil

2014-12-14 Thread Nicolas Goaziou
Hello, Christopher Genovese writes: > When tangling a file whose source code blocks have capitalized BEGIN_SRC and > END_SRC (as produced by detect the source code blocks when case-fold-search is nil. > > The variable org-babel-src-block-regexp has the begin_src and end_src in > lower > case, a

Re: [O] [PATCH] small fix for org-log-beginning

2014-12-14 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> I'm still slowly chewing on making more use of log items, and found a >> small bug in org-log-beginning. It contains a partial re-implementation >> of something we already have a function for: org-log-into-drawer. It was >> causin

[O] [RFC] Display most recent log item in Agenda

2014-12-14 Thread Eric Abrahamsen
Undeterred by my previous bum patch, I'm sending more patches! Most of these are "what do you think" patches. 1. Ensure-org-log-into-drawer-returns-nil-or-string If the answer to my last question is "make sure `org-log-into-drawer' never returns just t", then this patch does that. If that isn't

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

2014-12-14 Thread Nicolas Goaziou
Jon Snader writes: > Well, I’m just going by what happens now. In org-do-sort, each of the > sort options sets a different extraction function. For example, if you > want a numeric sort, the extraction function calls string-to-number, > while if you want an alphabetic sort it calls > org-sort-rem

Re: [O] [RFC] Display most recent log item in Agenda

2014-12-14 Thread Eric Abrahamsen
Eric Abrahamsen writes: > Undeterred by my previous bum patch, I'm sending more patches! > > Most of these are "what do you think" patches. > > 1. Ensure-org-log-into-drawer-returns-nil-or-string > > If the answer to my last question is "make sure `org-log-into-drawer' > never returns just t", th

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

2014-12-14 Thread Jon Snader
> On Dec 14, 2014, at 6:25 AM, Nicolas Goaziou wrote: > > Jon Snader writes: >> Really, this doesn’t matter because I was >> merely commenting on why (prompt . comparison) isn’t enough. Of >> course, you could roll any special extraction functionality into the >> comparison but I don’t really

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

2014-12-14 Thread Nicolas Goaziou
Jon Snader writes: > As I see it, we’ve reached the conclusion that we should either have > some sort of minimal table-driven mechanism or duplicate the > functionality in org-sort-list. I like duplicating the org-sort-list > functionality best. As you pointed out before, org-do-sort is an > inte

[O] line width in html export

2014-12-14 Thread Manfred Lotz
Hi there, When exporting to html text lines get as long as the browser window is wide which could look pretty ugly. If I add something like this into the exported html file body { color: #888; font: 300 16px/22px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } then the line w

Re: [O] [RFC] Display most recent log item in Agenda

2014-12-14 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > Undeterred by my previous bum patch, I'm sending more patches! > > Most of these are "what do you think" patches. > > 1. Ensure-org-log-into-drawer-returns-nil-or-string > > If the answer to my last question is "make sure `org-log-into-drawer' > never returns jus

Re: [O] [PATH] Speedups to org-table-recalculate

2014-12-14 Thread Nicolas Goaziou
Hello, Nathaniel Flath writes: > Fixed. Applied, with "TINYCHANGE" tag. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [RFC] Display most recent log item in Agenda

2014-12-14 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> Undeterred by my previous bum patch, I'm sending more patches! >> >> Most of these are "what do you think" patches. >> >> 1. Ensure-org-log-into-drawer-returns-nil-or-string >> >> If the answer to my last question is "make sure `o

[O] Is it possible to use org-babel to deal with bibtex?

2014-12-14 Thread Feng Shu
I want to deal with my bibtex like this, is it possible? === * Emacs & org-mode & vim :PROPERTIES: :noweb-ref: bibkeys :END: I like emacs very much src_bib{emacs1900}, I like Org-mode Very much src_bib{orgmode1900}.I don't

Re: [O] [RFC] Display most recent log item in Agenda

2014-12-14 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> Undeterred by my previous bum patch, I'm sending more patches! >> >> Most of these are "what do you think" patches. >> >> 1. Ensure-org-log-into-drawer-returns-nil-or-string >> >> If the answer to my last question is "make sure `o