Re: [O] Thoughts on weaving variable documentation

2014-06-20 Thread Aaron Ecay
Hi Grant, 2014ko ekainak 20an, Grant Rettke-ek idatzi zuen: > > Good morning, > > A lot of people are weaving their Emacs init files for the obvious > reason: it is difficult to remember why > we configured stuff and other people definitely won't know why we did > it. There is a common operation

Re: [O] BEGIN_LATEX_HEADER [cont]

2014-06-20 Thread Aaron Ecay
Hi Nicolas, 2014ko ekainak 20an, Nicolas Goaziou-ek idatzi zuen: > > Hello, > > Ken Mankoff writes: > >> On 2014-06-20 at 04:50, Nicolas Goaziou wrote: >>> I suggest to use existing solutions instead: configure >>> `org-latex-classes'. >> >> I'm all for using existing solutions, but cannot se

[O] Bulk select and tag

2014-06-20 Thread Chris Henderson
Wondering how can I select multiple ** items and apply tag on them. Thanks.

Re: [O] Should C-c C-c always jump between a footnote and its definition? C-c C-x f, too?

2014-06-20 Thread Grant Rettke
On Fri, Jun 20, 2014 at 5:13 PM, Nicolas Goaziou wrote: > I cannot reproduce it, neither on maint nor on master. Each time, cursor > ends up on line 3898. Understood. Thank you much for trying. I will convert the document to in-line footnotes.

Re: [O] Should C-c C-c always jump between a footnote and its definition? C-c C-x f, too?

2014-06-20 Thread Nicolas Goaziou
Hello, Grant Rettke writes: > Today I noticed that hitting C-c C-c won't always jump back and forth > between its reference. I assume > that this because there may be many, and that makes sense. The other > thing that I noticed, though > is that C-c C-x f sometimes works and sometimes doesn't. S

[O] Invitation to connect on LinkedIn

2014-06-20 Thread Gregory Mitchell
LinkedIn I'd like to add you to my professional network on LinkedIn. - Gregory Gregory Mitchell Electrical/Electronic Manufacturing Professional Phoenix, Arizona Area Confirm that you know Gregory Mitchell: https://www.linkedin.com/e/-l8obw9-hwnzeu2x-2u/isd/5885858460016324608/gW

[O] Should C-c C-c always jump between a footnote and its definition? C-c C-x f, too?

2014-06-20 Thread Grant Rettke
Good evening, Today I noticed that hitting C-c C-c won't always jump back and forth between its reference. I assume that this because there may be many, and that makes sense. The other thing that I noticed, though is that C-c C-x f sometimes works and sometimes doesn't. Specifically, sometimes it

Re: [O] [PATCH] -for review- Tangling with variable transfer of variables

2014-06-20 Thread Rainer M Krug
Attached please find =the reworked patch. 1) uses local() and closes connection 2) does not leave a variable cal;led file behind Cheers, Rainer From 2989c5890736099521a077d3b15d2ccc37c88b67 Mon Sep 17 00:00:00 2001 From: "Rainer M. Krug" Date: Fri, 20 Jun 2014 22:19:59 +0200 Subject: [PATCH] l

Re: [O] [beamer] Bug with some characters in titles

2014-06-20 Thread Nick Dokos
Sebastien Vauban writes: > This 2-slides presentation won't compile in LaTeX. > > * RefTeX (~C-c =~) > > Display a TOC. > > * RefTeX again > > - ~C-c &~ :: > Visualize the current cross reference. > > will produce a "Misplaced alignment tab character &" ERROR. > > This is not especially beca

Re: [O] Bug: org-babel tries to execute raw output of C code

2014-06-20 Thread Thierry Banel
Hi William. I got this error by using the same version of ORG as you (elpa/org-20140616). The bug is fixed by the latest version. You can get it here: http://orgmode.org/cgit.cgi/org-mode.git/plain/lisp/ob-C.el Regards Thierry Le 20/06/2014 01:46, William Everett a écrit : > Emacs apparently tr

[O] [beamer] Bug with some characters in titles

2014-06-20 Thread Sebastien Vauban
Hello, This 2-slides presentation won't compile in LaTeX. --8<---cut here---start->8--- * RefTeX (~C-c =~) Display a TOC. * RefTeX again - ~C-c &~ :: Visualize the current cross reference. will produce a "Misplaced alignment tab character &" ERROR. --8

Re: [O] Get links from Firefox/Safari into orgmode

2014-06-20 Thread Haider Rizvi
Daniel Franke writes: > as the subject says, I would like to get links from any browser (i almost > don’t care which > one) into org mode. Since you mention Safari, assume you are running on a Mac. Here is what you are looking for. ;;; setup org-mac-link-grabber (require 'org-mac-link) (add

[O] Get links from Firefox/Safari into orgmode

2014-06-20 Thread Daniel Franke
Hi there, as the subject says, I would like to get links from any browser (i almost don’t care which one) into org mode. So far I have tried is the EmacsClient.app (https://github.com/neil-smithline-elisp/EmacsClient.app) but it did not work at all. orgmode => the git repository emacs => from

Re: [O] helm and org-refile

2014-06-20 Thread Eric Abrahamsen
Sylvain Rousseau writes: > Here is the updated patch and config from my .emacs > >     (when (and (boundp 'org-completion-handler) >    (require 'helm nil t)) >   (defun org-helm-completion-handler >   (prompt collection &optional predicate require-match >

Re: [O] Thoughts on weaving variable documentation

2014-06-20 Thread Grant Rettke
org-docco is something that comes to mind: http://orgmode.org/worg/org-contrib/index.html Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better sin

[O] Thoughts on weaving variable documentation

2014-06-20 Thread Grant Rettke
Good morning, A lot of people are weaving their Emacs init files for the obvious reason: it is difficult to remember why we configured stuff and other people definitely won't know why we did it. There is a common operation that occurs though when other people read our Emacs init: 1. They open it

Re: [O] :exclude sub folder in org-publish

2014-06-20 Thread Nick Dokos
regcl writes: > It looks like this question has been asked before, but not answered ... > > Is there a way to stop the decent of org-publish at a given directory? > > Or, is there a syntax for including the path name of files I want to exclude? > > Or, maybe there something obvious I am missing?

Re: [O] Discussion request: 15m tangle time, details follow

2014-06-20 Thread Grant Rettke
This is a nicer way, makes it obvious what *is* being used; uses dash.el: (let* ((allowed '(exports file noweb noweb-ref session tangle)) (new-ls (--filter (member (car it) allowed)

Re: [O] [PATCH] -for review- Tangling with variable transfer of variables

2014-06-20 Thread Rainer M Krug
Charles Berry writes: > Aaron Ecay gmail.com> writes: > >> >> Hi Rainer, >> >> I have not tested the patch (I rarely use :var), but here are some >> comments from reading the patch. >> > [snip] >> >> > (header (if (or (eq (nth 1 value) 'hline) colnames-p) >> > "

Re: [O] [PATCH] -for review- Tangling with variable transfer of variables

2014-06-20 Thread Rainer M Krug
Aaron Ecay writes: > Hi Rainer, > > I have not tested the patch (I rarely use :var), but here are some > comments from reading the patch. > > 2014ko ekainak 19an, Rainer M Krug-ek idatzi zuen: >> >> Hi >> >> This patch should fix the problem of tangling with variable transfer of >> tables. It u

[O] org-mobile leaks agenda buffer named "*SUMO*" on push [8.2.7 (8.2.7-4-g880362-elpa @ /home/phil/.emacs.d/elpa/org-20140616/)]

2014-06-20 Thread Philip Hudson
To: emacs-orgmode@gnu.org Subject: Bug: org-mobile leaks agenda buffer named "*SUMO*" on push [8.2.7 (8.2.7-4-g880362-elpa @ /home/phil/.emacs.d/elpa/org-20140616/)] From: Phil Hudson --text follows this line-- For a long, long time -- at least two years -- I've been experiencing *something* cre

Re: [O] BEGIN_LATEX_HEADER [cont]

2014-06-20 Thread Nicolas Goaziou
Hello, Ken Mankoff writes: > On 2014-06-20 at 04:50, Nicolas Goaziou wrote: >> I suggest to use existing solutions instead: configure >> `org-latex-classes'. > > I'm all for using existing solutions, but cannot see how I might use > this to easily customize export differently for different doc

Re: [O] BEGIN_LATEX_HEADER [cont]

2014-06-20 Thread Fabrice Popineau
2014-06-20 13:17 GMT+02:00 Ken Mankoff : > On 2014-06-20 at 04:50, Nicolas Goaziou wrote: > > I suggest to use existing solutions instead: configure > > `org-latex-classes'. > > I'm all for using existing solutions, but cannot see how I might use > this to easily customize export differently for d

Re: [O] BEGIN_LATEX_HEADER [cont]

2014-06-20 Thread Ken Mankoff
On 2014-06-20 at 04:50, Nicolas Goaziou wrote: > I suggest to use existing solutions instead: configure > `org-latex-classes'. I'm all for using existing solutions, but cannot see how I might use this to easily customize export differently for different documents when large amounts of LaTeX pr

Re: [O] [bug?] Tramp tries to open remote file links

2014-06-20 Thread Andreas Leha
Sebastien Vauban writes: > Andreas Leha wrote: >> Sebastien Vauban writes: >>> Nick Dokos wrote: Sebastien Vauban writes: > Michael Albinus wrote: >> Sebastien Vauban writes: >> That's what I'm speaking about. And if you have a local DocView installation, it wo

Re: [O] [OT] OrgMode Webpage has broken link:

2014-06-20 Thread briangpowell .
Great, thanks, now its fixed--all the links work great. On Fri, Jun 20, 2014 at 5:19 AM, Nicolas Richard < theonewiththeevill...@yahoo.fr> wrote: > "briangpowell ." writes: > > > http://orgmode.org/ -> http://orgmode.org/worg/org-papers.html -> > > http://orgmode.org/org-mode-documentation.html

Re: [O] [OT] OrgMode Webpage has broken link:

2014-06-20 Thread Nicolas Richard
"briangpowell ." writes: > http://orgmode.org/ -> http://orgmode.org/worg/org-papers.html -> > http://orgmode.org/org-mode-documentation.html -> 404 Not Found And Bastien fixed it within 5 mins of the report. Impressive. -- Nico.

[O] [OT] OrgMode Webpage has broken link:

2014-06-20 Thread briangpowell .
http://orgmode.org/ -> http://orgmode.org/worg/org-papers.html -> http://orgmode.org/org-mode-documentation.html -> 404 Not Found

Re: [O] BEGIN_LATEX_HEADER [cont]

2014-06-20 Thread Nicolas Goaziou
Hello, Sebastien Vauban writes: > Another solution which would be fine would be to have > ‘#+BEGIN_LaTeX_HEADER ... #+END_LaTeX_HEADER’ blocks. > > Dunno if easy, however; but it'd be more straightforward for most users > (no need to rely on Babel to tangle first). I suggest to use existing s

Re: [O] BEGIN_LATEX_HEADER [cont]

2014-06-20 Thread Sebastien Vauban
Aaron Ecay wrote: > 2014ko ekainak 19an, Ken Mankoff-ek idatzi zuen: >> I'm following up on a thread suggesting a method to easily include >> large amounts of LaTeX header material. See >> https://lists.gnu.org/archive/html/emacs-orgmode/2013-03/msg00480.html >> >> Is there a way to automatically

Re: [O] [bug?] Tramp tries to open remote file links

2014-06-20 Thread Sebastien Vauban
Andreas Leha wrote: > Sebastien Vauban writes: >> Nick Dokos wrote: >>> Sebastien Vauban writes: Michael Albinus wrote: > Sebastien Vauban writes: > >>> That's what I'm speaking about. And if you have a local DocView >>> installation, it works for either remote or local files