Re: [O] org-table-mark-field

2016-05-13 Thread Kaushal Modi
Here's a minor update with a bug fix (to handle the case when the point is at the end of a table field initially): (defun org-table-mark-field (n) "Mark the current table field. If N is negative, select (- N) fields to the left of the current field, including the current field. If N >= 2,

Re: [O] Clickable links and row insertion/deletion in column view

2016-05-13 Thread Nicolas Goaziou
Hello, "Sebastian E. Kwiatkowski" writes: > while trying to switch from using spreadsheet to Org mode for some > information management tasks, two issues came up: > > 1) I spend a lot of time using column view in documents that contain URLs. > Is it

[O] org-table-mark-field

2016-05-13 Thread Kaushal Modi
Hi all, At times I need to copy content of the current field or few fields around the field in the current row. I realized that we do not have a function that selects fields. We have function that blanks a field but not one that selects. Please point me to the right function if I missed it. But

Re: [O] Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)]

2016-05-13 Thread Aaron Ecay
Hi Nicolas, hi all, 2016ko maiatzak 13an, Nicolas Goaziou-ek idatzi zuen: > > Hello, > > Aaron Ecay writes: > >> Is this a correct change? Previously, C-x C-s in the org-src buffer >> would save the underlying .org file, which was useful. AFAICS this now >> would not

Re: [O] org mode capture to headline at point

2016-05-13 Thread Phil Hudson
On Fri, 13 May 2016 at 4:08:04 pm BST, Xebar Saram wrote: > any one knows how to launch a capture (thats pre defined) but auto refile that > capture to the/beneath the current header at point? Hope I've understood your requirement correctly. I think this will do what you

Re: [O] [SPAM] Re: Disabling completion during capture

2016-05-13 Thread Samuel W. Flint
:: Samuel W Flint writes: :: Eric S Fraga writes: ESF> On Thursday, 12 May 2016 at 23:10, Samuel W. Flint wrote: >>> OK, so I have an issue with capture and completion. On the >>> following ESF> What version of org are you using? The bug you mention is one that ESF> existed a while ago but was

[O] MobileOrg: creating new org file from the mobile side

2016-05-13 Thread Benoît Coste
Dear all, First of all, thanks for maintaining the awesome org-mode. My name is Benoît Coste. I have recently forked the Android version of MobileOrg to take back the development and I am facing a problem when syncing new files created from the mobile

Re: [O] Buffer local value lost when exporting? (was Evaluate all org tables in file before exporting)

2016-05-13 Thread Kaushal Modi
On Fri, May 13, 2016 at 12:25 PM Nicolas Goaziou wrote: > For completeness, export process actually inherits some buffer local > values. See `org-export--generate-copy-script', in particular > > ;; Copy specific buffer local variables and variables set > ;; through

Re: [O] Buffer local value lost when exporting? (was Evaluate all org tables in file before exporting)

2016-05-13 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > On Thursday, 12 May 2016 at 15:54, Kaushal Modi wrote: >> Hi all, >> >> I almost have a squeaky clean solution to this thanks to the hint >> provided by someone on emacs.SE ( >> http://emacs.stackexchange.com/a/22215/115 ). >> >> But in the

Re: [O] Buffer local value lost when exporting? (was Evaluate all org tables in file before exporting)

2016-05-13 Thread Kaushal Modi
On Fri, May 13, 2016 at 3:04 AM Eric S Fraga wrote: > It's not a bug but a known design feature. A new buffer is created as > part of the export process and this buffer does not inherit local > variable values. Hi Eric, I think this is a bug because the comments in the code

[O] Clickable links and row insertion/deletion in column view

2016-05-13 Thread Sebastian E. Kwiatkowski
Hi, while trying to switch from using spreadsheet to Org mode for some information management tasks, two issues came up: 1) I spend a lot of time using column view in documents that contain URLs. Is it possible to display clickable links in column view? 2) Can I define keybindings to insert and

Re: [O] [PATCH 2/2] org-capture.el: Support all target file specifiction variants in Customize

2016-05-13 Thread Nicolas Goaziou
Hello, Phil Hudson writes: > From 9ca987e6580ef633c961bf2023813d8544a0d36b Mon Sep 17 00:00:00 2001 > From: Phil Hudson > Date: Wed, 11 May 2016 22:49:01 +0100 > Subject: [PATCH 2/2] org-capture.el: Support all target file specifiction > variants

Re: [O] [PATCH 1/2] org-agenda.el: Fix `org-agenda-bulk-custom-functions' supported Customize type

2016-05-13 Thread Nicolas Goaziou
Hello, Phil Hudson writes: > From 256cf1f854e902de392a325ec4b9c8204fb84a21 Mon Sep 17 00:00:00 2001 > From: Phil Hudson > Date: Wed, 11 May 2016 15:34:12 +0100 > Subject: [PATCH 1/2] org-agenda.el: Fix `org-agenda-bulk-custom-functions' >

Re: [O] Bug: org -> org export ignores latex blocks [8.3.4 (8.3.4-50-g83e373-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160509/)]

2016-05-13 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > It would have been nice if the master branch built version showed a > different numerical version number than the one on the maint branch. Or > probably some prefix like dev/master? Nicolas? Deciding the next version number ahead of time

Re: [O] [SPAM] Re: Disabling completion during capture

2016-05-13 Thread Samuel W. Flint
:: Eric S Fraga writes: ESF> On Thursday, 12 May 2016 at 23:10, Samuel W. Flint wrote: >> OK, so I have an issue with capture and completion. On the following ESF> What version of org are you using? The bug you mention is one that ESF> existed a while ago but was fixed... Org-mode version

Re: [O] [PATCH] Prevent org-rss-headline dropping lower level headlines

2016-05-13 Thread Nicolas Goaziou
Hello, Arun Isaac writes: > Yes, things like the tags are not useful. But, technically, > they aren't wrong either. And, the alternative is to modify ox-rss so it > depends less on ox-html. That is a bigger modification, not within the > scope of this patch, I

[O] org mode capture to headline at point

2016-05-13 Thread Xebar Saram
Hi all any one knows how to launch a capture (thats pre defined) but auto refile that capture to the/beneath the current header at point? thx Z

Re: [O] Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)]

2016-05-13 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > Is this a correct change? Previously, C-x C-s in the org-src buffer > would save the underlying .org file, which was useful. AFAICS this now > would not work. Why do you think so ? C-x C-s is still bound to `org-edit-src-save'. Do you have an

[O] Problem with Including subsection by CUSTOM_ID

2016-05-13 Thread Ilya Filippov
I try to include subsection from one org-file to another (http://orgmode.org/manual/Include-files.html) with using CUSTOM_ID. In first-file.org: ** Subsection name :PROPERTIES: :CUSTOM_ID: subsec_to_include :END: bla-bla In second-file.org I use construction: * I want include here

Re: [O] Disabling completion during capture

2016-05-13 Thread Eric S Fraga
On Thursday, 12 May 2016 at 23:10, Samuel W. Flint wrote: > OK, so I have an issue with capture and completion. On the following What version of org are you using? The bug you mention is one that existed a while ago but was fixed... -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org

Re: [O] Buffer local value lost when exporting? (was Evaluate all org tables in file before exporting)

2016-05-13 Thread Eric S Fraga
On Thursday, 12 May 2016 at 15:54, Kaushal Modi wrote: > Hi all, > > I almost have a squeaky clean solution to this thanks to the hint > provided by someone on emacs.SE ( > http://emacs.stackexchange.com/a/22215/115 ). > > But in the process, I seem to have stumbled upon a bug.. the buffer > local

[O] latex fragment png's size too small

2016-05-13 Thread tumashu
The preview png of latex fragment seem to small, what about change default `org-format-latex-options' :scale from 1.0 to 2.0?

[O] Use dvisvgm to preview latex fragments

2016-05-13 Thread tumashu
I find a new tool: dvisvgm (https://github.com/mgieseki/dvisvgm) ,which we can use it to preview latex fregments, it can deal with xetex's xdv file as well (it will available in texlive2016). The questions are: 1. which path we should use: "dvi/xdv -> svg" or "dvi/xdv -> svg -> png" ? 2. if