Re: [O] Exporting to beamerposter

2015-08-05 Thread Julien Cubizolles
Titus von der Malsburg malsb...@posteo.de writes: I’d like to use org-mode to create an academic poster like this one However, this doesn’t work for two reasons: 1.) Org mode ignores that I want blocks and instead uses frame environments. I'm not sure if that's possible but you could try

Re: [O] Why not push?

2015-08-05 Thread Nicolas Goaziou
Hello, Bastien Guerry b...@gnu.org writes: I pushed a tiny clean up here. Next question is: why not using (split-string STRING SEPARATORS t) ? It's a first step. It would be nice to get rid of `org-split-string' altogether in the long run. We may make `org-split-string' an obsolete alias

Re: [O] [ANN] org-link-edit.el --- Slurp and barf with Org links

2015-08-05 Thread Nicolas Goaziou
Hello, Bastien Guerry b...@gnu.org writes: Rasmus ras...@gmx.us writes: Did you/will you add it to contrib? Yes, that would help discovering it. Wasn't it a goal to slowly move away from contrib/ and use either ELPA or core instead? Regards, -- Nicolas Goaziou

Re: [O] Why not push?

2015-08-05 Thread Bastien Guerry
Nicolas Goaziou m...@nicolasgoaziou.fr writes: It's a first step. It would be nice to get rid of `org-split-string' altogether in the long run. We may make `org-split-string' an obsolete alias for `split-string', and update code base accordingly. Agreed. I was unclear, I meant: why not using

Re: [O] org-src-fontify-natively stops working in 8.3

2015-08-05 Thread Bastien Guerry
Hi Kyle, Kyle Meyer k...@kyleam.com writes: I'll restore the use of font-lock-fontify-buffer and leave a comment to make sure it isn't reverted again. Ouch. I've been bitten by this before, if my memory is correct. Let's fix those regressions within the next hour and release 8.3.1 to

Re: [O] [ANN] Release 8.3

2015-08-05 Thread Bastien Guerry
Hi Achim, Achim Gratz strom...@nexgo.de writes: Just a few statistics: these are 2936 commits since the 8.2 release 23 months ago, 2390 commits on top of 8.2.10 and 1361 of those after the 8.3beta release 13 months ago. Thanls - we clearly need a shorter and steadier release cycle! --

Re: [O] [ANN] org-link-edit.el --- Slurp and barf with Org links

2015-08-05 Thread Bastien Guerry
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Wasn't it a goal to slowly move away from contrib/ and use either ELPA or core instead? Yes, it is still a goal -- but we don't know when this will happen so in the meantime, adding a package to contrib/ is okay. -- Bastien

Re: [O] [ANN] org-link-edit.el --- Slurp and barf with Org links

2015-08-05 Thread Thomas S . Dye
Aloha all, IMHO, this should be in core, along with a function (if it doesn't exist) to remove a link from the description text. All the best, Tom Bastien Guerry b...@gnu.org writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Wasn't it a goal to slowly move away from contrib/ and use

Re: [O] Exporting to beamerposter

2015-08-05 Thread Eric S Fraga
On Tuesday, 4 Aug 2015 at 22:24, Titus von der Malsburg wrote: I’d like to use org-mode to create an academic poster like this one (random example found using Google): [...] What I would like to write in org is something like the following: Beamer is fully supported in org and especially

Re: [O] Trouble with autofill mode

2015-08-05 Thread Sebastien Vauban
Eric S Fraga e.fr...@ucl.ac.uk writes: For LaTeX directives that I used to always put in #+latex: lines when I needed these within a paragraph, I now increasingly use @@latex:...@@. FYI, you could make it smelt to just @@l:...@@ with: --8---cut

Re: [O] Trouble with autofill mode

2015-08-05 Thread Eric S Fraga
On Wednesday, 5 Aug 2015 at 10:17, Sebastien Vauban wrote: Eric S Fraga e.fr...@ucl.ac.uk writes: For LaTeX directives that I used to always put in #+latex: lines when I needed these within a paragraph, I now increasingly use @@latex:...@@. FYI, you could make it smelt to just @@l:...@@

Re: [O] How can I make mdframed+minted work for multi-page source code blocks?

2015-08-05 Thread Kaushal
I forgot to mention that I have this in my emacs setup related to ox-latex and minted: (setq org-latex-listings 'minted) (setq org-latex-packages-alist '( ;; % 0 paragraph indent, adds vertical space between paragraphs

Re: [O] create a send plain text/pdf email with current header function?

2015-08-05 Thread Xebar Saram
thx both John and Matt I went on and used johns function he recommended (since i needed a simple text only export) and it works flawlessly :) John: just a quick follow up though with that function you kindly shred email-heading it opens up a buffer and you insert the email address. is it

Re: [O] org-src-fontify-natively stops working in 8.3

2015-08-05 Thread Bastien Guerry
I've released 8.3.1 with this fix. Thanks, -- Bastien

Re: [O] [ANN] org-link-edit.el --- Slurp and barf with Org links

2015-08-05 Thread Bastien Guerry
Thomas S. Dye t...@tsdye.com writes: IMHO, this should be in core, along with a function (if it doesn't exist) to remove a link from the description text. Yes, we should consider this. Let's find some good keybinding, we cannot rely on hydra for this. Thanks, -- Bastien

Re: [O] org-src-fontify-natively stops working in 8.3

2015-08-05 Thread Kaushal
Thanks guys! On Aug 5, 2015 7:34 AM, Bastien Guerry b...@gnu.org wrote: I've released 8.3.1 with this fix. Thanks, -- Bastien

Re: [O] create a send plain text/pdf email with current header function?

2015-08-05 Thread John Kitchin
* Automatic send email to myself #+BEGIN_SRC emacs-lisp (defun email-heading-to-me () Send the current org-mode heading as the body of an email, with headline as the subject. (interactive) (save-excursion (org-mark-subtree) (let ((content (buffer-substring (point) (mark)))

[O] sudo uninstall org? Can it be done?

2015-08-05 Thread Sharon Kimble
Seeing that org-mode had a new version I did a git pull, make autoloads, make doc, make config, sudo make install, and then restarted emacs which failed to start saying - ╭ │org-babel-safe-header-args , and I think it said something about the | function being void. | ╰ So I commented my

Re: [O] How can I make mdframed+minted work for multi-page source code blocks?

2015-08-05 Thread Kaushal
Actually everyone can ignore this; I have a working hack. On Wed, Aug 5, 2015 at 6:55 AM Kaushal kaushal.m...@gmail.com wrote: I forgot to mention that I have this in my emacs setup related to ox-latex and minted: (setq org-latex-listings 'minted) (setq

[O] [DEV] Bump Emacs requirement to 24.4?

2015-08-05 Thread Nicolas Goaziou
Hello, Just to be sure, can we require Emacs 24.4 for development version (a.k.a. Org 8.4)? As a data point, Debian stable provides it. Also, what is the status of XEmacs support? AFAIU Org 8.3 doesn't build on XEmacs but no one is complaining. We may as well drop it and ignore most of

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-05 Thread Kaushal
+1 On Wed, Aug 5, 2015 at 3:38 PM Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Just to be sure, can we require Emacs 24.4 for development version (a.k.a. Org 8.4)? As a data point, Debian stable provides it. Also, what is the status of XEmacs support? AFAIU Org 8.3 doesn't build

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-05 Thread Suvayu Ali
On Wed, Aug 05, 2015 at 09:39:19PM +0200, Nicolas Goaziou wrote: Hello, Just to be sure, can we require Emacs 24.4 for development version (a.k.a. Org 8.4)? As a data point, Debian stable provides it. Also, what is the status of XEmacs support? AFAIU Org 8.3 doesn't build on XEmacs but no

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-05 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Just to be sure, can we require Emacs 24.4 for development version (a.k.a. Org 8.4)? As a data point, Debian stable provides it. Are the any differences between 24.4 and 24.5 that we care about? wrt the distros I care about: - Arch and Fedora

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-05 Thread Bastien Guerry
Hi Nicolas, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Just to be sure, can we require Emacs 24.4 for development version (a.k.a. Org 8.4)? As a data point, Debian stable provides it. Before discussion 24.4 vs say 24.3... why? What compatibility code is a burden today? Also, what is the

Re: [O] comment trees in 8.3

2015-08-05 Thread Samuel Wales
git maint - new git maint caused this. On 8/5/15, Samuel Wales samolog...@gmail.com wrote: agenda shows them. org-agenda-skip-comment-trees is non-nil.

[O] comment trees in 8.3

2015-08-05 Thread Samuel Wales
agenda shows them. org-agenda-skip-comment-trees is non-nil.

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-05 Thread Nicolas Goaziou
Bastien Guerry b...@gnu.org writes: Before discussion 24.4 vs say 24.3... why? What compatibility code is a burden today? 24.3 is the minimum required to drop `org-link-escape-browser', which is currently buggy. 24.4 fixes `split-string' and introduces many changes at the lisp level (variadic

Re: [O] Exporting to beamerposter

2015-08-05 Thread Titus von der Malsburg
Thank you, Eric! I had to add ignoreheading to the top-level heading because the title of the poster is handled via the #+TITLE attribute, but otherwise it works nicely. It’s a little unfortunate that the wrap-all heading is needed because it doesn’t serve a purpose. I tried a couple of things

Re: [O] comment trees in 8.3

2015-08-05 Thread Kyle Meyer
Samuel Wales samolog...@gmail.com wrote: git maint - new git maint caused this. On 8/5/15, Samuel Wales samolog...@gmail.com wrote: agenda shows them. org-agenda-skip-comment-trees is non-nil. I can't reproduce this running emacs -Q with the current master (b5f5d66) and Emacs 24.5.1 using

Re: [O] comment trees in 8.3

2015-08-05 Thread Samuel Wales
24.4.1 can repro with -Q and this old testcase code and restriction lock and org-agenda-list. === ;;; ;;;alpha-org-testcase.el ;;; ;;;minimal testcase for org ;;; ;;; dorg=your-org-dir delorgsrc=your-org-src-dir emacs -Q -l alpha-org-testcase.el ;;; ;;; ;;;for my use i do this: ;;; mep=t

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-05 Thread Robert Klein
On Wed, 05 Aug 2015 23:51:32 +0200 Rasmus ras...@gmx.us wrote: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Just to be sure, can we require Emacs 24.4 for development version (a.k.a. Org 8.4)? As a data point, Debian stable provides it. Are the any differences between 24.4 and 24.5

Re: [O] create a send plain text/pdf email with current header function?

2015-08-05 Thread Xebar Saram
Perfect! (as always i might add John ;)) thx so muxh Z On Wed, Aug 5, 2015 at 9:38 PM, John Kitchin jkitc...@andrew.cmu.edu wrote: * Automatic send email to myself #+BEGIN_SRC emacs-lisp (defun email-heading-to-me () Send the current org-mode heading as the body of an email, with

Re: [O] sudo uninstall org? Can it be done?

2015-08-05 Thread Bastien Guerry
Sharon Kimble boudic...@skimble.plus.com writes: ╭ │org-babel-safe-header-args , and I think it said something about the | function being void. | ╰ A similar error is also reported here: https://www.reddit.com/r/emacs/comments/3fuq11/org_83_released/ Anyone knows how to reproduce

Re: [O] sudo uninstall org? Can it be done?

2015-08-05 Thread Ista Zahn
I had this problem too, but only on one of my machines. In my case it was triggered by (require 'ob-R). Running byte-compile-file on ob-R.el fixed it for me. I don't know what that means, but maybe it will give someone a clue as to how to track this down. best, Ista On Aug 5, 2015 6:23 PM,