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

2015-07-29 Thread Rasmus
Suvayu Ali fatkasuvayu+li...@gmail.com 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

[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

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

2015-07-29 Thread Rasmus
Hi, Xebar Saram zelt...@gmail.com 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

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

2015-07-29 Thread Kyle Meyer
Ivanov Dmitry usr...@gmail.com 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 ndo...@gmail.com writes: Peter Davis p...@pfdstudio.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: On 2015-07-29 06:18, Peter Davis p...@pfdstudio.com writes: Thank you, Daniele. I've tried the above command line, and I get: emacsclient: can't find socket;

Re: [O] Capture-like browser plugin?

2015-07-29 Thread Peter Davis
Peter Davis p...@pfdstudio.com 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

Re: [O] Capture-like browser plugin?

2015-07-29 Thread Nick Dokos
Peter Davis p...@pfdstudio.com writes: Peter Davis p...@pfdstudio.com 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

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 zelt...@gmail.com 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

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

2015-07-29 Thread Jay Dresser
Xebar Saram zeltakc at 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

Re: [O] Capture-like browser plugin?

2015-07-29 Thread Peter Davis
Nick Dokos ndo...@gmail.com writes: Peter Davis p...@pfdstudio.com writes: Peter Davis p...@pfdstudio.com 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

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 x...@laposte.net 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

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

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

Re: [O] Capture-like browser plugin?

2015-07-29 Thread Jay Dresser
Peter Davis pfd at 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

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 mb...@mbork.pl wrote: On 2015-07-29, at 20:10, Xebar Saram zelt...@gmail.com wrote: Sorry for not being clearer , no i dont mean when

[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 ohwoeo...@gmail.com | 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

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 richard.lawre...@berkeley.edu wrote: Hi Marcin, Marcin Borkowski mb...@mbork.pl 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

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:

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

Re: [O] Capture-like browser plugin?

2015-07-29 Thread Peter Davis
Alan Schmitt alan.schm...@polytechnique.org writes: On 2015-07-28 11:58, Peter Davis p...@pfdstudio.com 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

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

Re: [O] Capture-like browser plugin?

2015-07-29 Thread Peter Davis
Daniele Pizzolli d...@toel.it 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

[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 Nick Dokos
Peter Davis p...@pfdstudio.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: On 2015-07-29 06:18, Peter Davis p...@pfdstudio.com 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

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): https://www.gnu.org/licenses/license-list.en.html#CC-BY-NC -SA licenses are Free, but not

[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

Re: [O] Capture-like browser plugin?

2015-07-29 Thread Alan Schmitt
On 2015-07-29 06:18, Peter Davis p...@pfdstudio.com 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

Re: [O] Capture-like browser plugin?

2015-07-29 Thread Peter Davis
Alan Schmitt alan.schm...@polytechnique.org writes: On 2015-07-29 06:18, Peter Davis p...@pfdstudio.com 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.