Re: [O] auto pack empty space between last line of header and next header

2015-07-29 Thread Xebar Saram
Marcin Thx so much that seems to have done the trick ((setq org-cycle-separator-lines 0)) best Z On Wed, Jul 29, 2015 at 9:54 PM, Marcin Borkowski wrote: > > On 2015-07-29, at 20:10, Xebar Saram wrote: > > > Sorry for not being clearer , no i dont mean when exporting but rather > just > > us

[O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-07-29 Thread Charles Philip Chan
Hello: Just want to let you know, this commit: , | commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 | Author: Oleh Krehel | Date: Tue Jul 28 15:06:25 2015 +0200 | | lisp/org.el (org-set-tags): Simplify the code | | * lisp/org.el (org-set-tags): Prefer let* to multi-variable setq,

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Jay Dresser
Peter Davis pfdstudio.com> writes: > Frequently when I'm doing a Web search and find pages I like, I want to save a link to the page, along with the > title and perhaps a > few notes. Something like org-mode's capture would be great, but I'd like to initiate it from a browser. I > imaging hittin

Re: [O] Questions about exporting: subtitle, level formating, custom highlight markers error

2015-07-29 Thread Marcin Borkowski
On 2015-07-29, at 21:32, Xiha wrote: > Hi John, > > Yes, highlight-regexp looks good and simple, when I apply it manually to > the buffer. No need even to define a new face as the default hi-yellow > is what I want. > > But: (how) can I call highlight-regexp from my .emacs file so that it > a

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Peter Davis
Nick Dokos writes: > Peter Davis writes: > >> Peter Davis writes: >> >>> >>> Excellent! That works. It prepends "CAPTURE-2-" to the filename I specified >>> in the template, but otherwise seems to work >>> beautifully. >> >> This is not working as expected. Each time I click the Org Capture bu

Re: [O] Questions about exporting: subtitle, level formating, custom highlight markers error

2015-07-29 Thread Xiha
Hi John, Yes, highlight-regexp looks good and simple, when I apply it manually to the buffer. No need even to define a new face as the default hi-yellow is what I want. But: (how) can I call highlight-regexp from my .emacs file so that it automatically applies to every Org buffer? Or must it

Re: [O] auto pack empty space between last line of header and next header

2015-07-29 Thread Jay Dresser
Xebar Saram gmail.com> writes: > Sorry for not being clearer , no i dont mean when exporting but rather just using org mode files in emacs > for example this screenshot: https://paste.xinu.at/8UBI4/ > > > you can see the gap between the sunrise and hydra headers. i have tons of these due to m

Re: [O] auto pack empty space between last line of header and next header

2015-07-29 Thread Marcin Borkowski
On 2015-07-29, at 20:10, Xebar Saram wrote: > Sorry for not being clearer , no i dont mean when exporting but rather just > using org mode files in emacs > > for example this screenshot: https://paste.xinu.at/8UBI4/ > > you can see the gap between the sunrise and hydra headers. i have tons of >

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Nick Dokos
Peter Davis writes: > Peter Davis writes: > >> >> Excellent! That works. It prepends "CAPTURE-2-" to the filename I specified >> in the template, but otherwise seems to work >> beautifully. > > This is not working as expected. Each time I click the Org Capture button in > Firefox, it opens a n

Re: [O] auto pack empty space between last line of header and next header

2015-07-29 Thread Xebar Saram
Sorry for not being clearer , no i dont mean when exporting but rather just using org mode files in emacs for example this screenshot: https://paste.xinu.at/8UBI4/ you can see the gap between the sunrise and hydra headers. i have tons of these due to more then 1 empty line between headers wonder

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Peter Davis
Peter Davis writes: > > Excellent! That works. It prepends "CAPTURE-2-" to the filename I specified > in the template, but otherwise seems to work > beautifully. This is not working as expected. Each time I click the Org Capture button in Firefox, it opens a new buffer (CAPTURE-2-links.org, C

Re: [O] ox-latex: default packages cleaning

2015-07-29 Thread Rasmus
Suvayu Ali writes: >> >> +(defun org-latex-guess-polyglossia-language (header info) >> >> + "Set the Polyglossia language according to the LANGUAGE keyword. >> > >> > I'm in two-minds about this. On the one had it is a nice thing, but on >> > the other hand, it prevents the more fine grained co

Re: [O] auto pack empty space between last line of header and next header

2015-07-29 Thread Rasmus
Hi, Xebar Saram writes: > i seem to get alot of empty spaces between the headers due to more then 1 > empty line at the end of a header. I can manually delete all empty lines at > the end of the section which will remove the gaps but this is tiring. i was > wondering if there was any command to

[O] auto pack empty space between last line of header and next header

2015-07-29 Thread Xebar Saram
Hi list i seem to get alot of empty spaces between the headers due to more then 1 empty line at the end of a header. I can manually delete all empty lines at the end of the section which will remove the gaps but this is tiring. i was wondering if there was any command to auto pack empty space betw

Re: [O] How to escape "[" and "]" characters in org-mode links

2015-07-29 Thread Kyle Meyer
Ivanov Dmitry wrote: > Hi, Xiha > > Unfortunately URL encoding the [ and ] doesn't work for me. Try to > reproduce it. Create 2 files: > > file.txt. Content: > > $form['text1'] > > $form['text2'] > > file.org. Content: > ---

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Peter Davis
Nick Dokos writes: > Peter Davis writes: > >> Alan Schmitt writes: >> >>> On 2015-07-29 06:18, Peter Davis writes: >>> Thank you, Daniele. I've tried the above command line, and I get: emacsclient: can't find socket; have you started the server? To start the server in Emacs

Re: [O] How to make a non-GPL Org-mode exporter?

2015-07-29 Thread Aaron Ecay
Hi Oleh, 2015ko uztailak 28an, Oleh Krehel-ek idatzi zuen: > Besides, CC-BY-NC-SA is compatible with GPL! Compatible. With GPL. This isn’t correct. -NC licenses are non-Free (in the FSF sense of the word): -SA licenses are Free, but no

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Nick Dokos
Peter Davis writes: > Alan Schmitt writes: > >> On 2015-07-29 06:18, Peter Davis writes: >> >>> Thank you, Daniele. I've tried the above command line, and I get: >>> >>> emacsclient: can't find socket; have you started the server? >>> To start the server in Emacs, type "M-x server-start". >>> e

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Peter Davis
Alan Schmitt writes: > On 2015-07-29 06:18, Peter Davis writes: > >> Thank you, Daniele. I've tried the above command line, and I get: >> >> emacsclient: can't find socket; have you started the server? >> To start the server in Emacs, type "M-x server-start". >> emacsclient: No socket or alterna

[O] using holiday dates from an ICAL calendar

2015-07-29 Thread Julien Cubizolles
I need to define weekly appointments, except during the school holidays. I know org-class provides a way to exclude some weeks from recurring events but I was wondering if some clever use of sexp would make it possible to use the weeks/days of holiday from a public ical calendar (like https://www.g

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Alan Schmitt
On 2015-07-29 06:18, Peter Davis writes: > Thank you, Daniele. I've tried the above command line, and I get: > > emacsclient: can't find socket; have you started the server? > To start the server in Emacs, type "M-x server-start". > emacsclient: No socket or alternate editor. Please use: > >

[O] org-bbdb-birthday reminder

2015-07-29 Thread Julien Cubizolles
I'm using org-bbdb-anniversaries to use the bbdb-anniversaries. At the moment, it only displays the birthdays of the day. How can I generate a reminder for a few days before the actual birthday ? Julien.

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Peter Davis
Daniele Pizzolli writes: > On Tue, Jul 28 2015, Peter Davis wrote: > >> Daniele Pizzolli writes: >> > > A manual test would be to execute on a console something like: > > emacsclient > 'org-protocol://capture://https%3A%2F%2Fdeveloper.mozilla.org%2Fen-US%2FAdd-ons%2FSDK%2FTools%2Fconsole%23Loggi

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Daniele Pizzolli
On Tue, Jul 28 2015, Peter Davis wrote: > Daniele Pizzolli writes: > >> On Thu, Jul 23 2015, Peter Davis wrote: [] >> >> https://addons.mozilla.org/it/firefox/addon/org-mode-capture/ >> > > Thank you, Daniele. I'm afraid I haven't been able to get this to work on a > Mac. I have the Firefox add

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Peter Davis
Alan Schmitt writes: > On 2015-07-28 11:58, Peter Davis writes: > >>> if you use firefox, see: >>> >>> https://addons.mozilla.org/it/firefox/addon/org-mode-capture/ >>> >> >> Thank you, Daniele. I'm afraid I haven't been able to get this to work on >> a Mac. I have the Firefox add-in installed,

Re: [O] How to escape "[" and "]" characters in org-mode links

2015-07-29 Thread Ivanov Dmitry
Hi, Xiha Unfortunately URL encoding the [ and ] doesn't work for me. Try to reproduce it. Create 2 files: file.txt. Content: $form['text1'] $form['text2'] file.org. Content: [[./file.txt::$form%5B'

Re: [O] Plotting with gnuplot

2015-07-29 Thread Ian Barton
On Thu, Jul 23, 2015 at 08:46:30AM +0200, Michael Welle wrote: > > With two code blocks, use :session foo for one and :session bar for the > > other. Does your problem persist? > yepp, that was the idea. But no success. > If I understand the problem correctly, you need to put reset as the first a

Re: [O] How to get list item depth within the exporter framework?

2015-07-29 Thread Marcin Borkowski
On 2015-07-27, at 19:51, Richard Lawrence wrote: > Hi Marcin, > > Marcin Borkowski writes: > >> as I mentioned, I'm writing a simple exporter. However, I stumbled on >> something apparently simple. How to get the current list level within >> org-whatever-item transcoder? > > I ran into this p