Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-18 Thread Kyeong Soo (Joseph) Kim
Nicolas and All, One further question regarding your suggestion of the use of filter for special blocks in export: I just found out that, if I close Emacs and relaunch it, all variables for filter (i.e., 'org-export-filter-*') are not defined. As a result, the following elisp codes for the

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-18 Thread Kyeong Soo (Joseph) Kim
Sorry for asking another question; this time it is for the cross-referencing in LaTeX export, which existed before (e.g., Sec. 16 of manual for 8.0) but is gone now. Per the suggestion from the older manual for 8.0, I have the following setting in my configuration file: (setq

[O] org-babel-load-file misleading function name, wrong behavior

2014-09-18 Thread Marcin Antczak
Hi, I would like to suggest changing the name to 'org-babel-load-lisp' as current name of this function doesn't emphasise that it can tangle and load emacs-lisp code blocks only. Another problem is that currently 'compile' option is performed every time. Which is plain wrong. Compile option

[O] [Feature request] org-babel-tangle-file add an option to tangle if target-file is older than file.

2014-09-18 Thread Marcin Antczak
As in topic. I think that if both parameters 'file' and 'target-file' are set and 'target-file' exists, 'org-babel-tangle-file' should tangle only if 'target-file' is older. Marcin

[O] Call speed-commands with prefix-arg?

2014-09-18 Thread Thorsten Jolitz
Hi List, is there a way to call Org speed-commands [fn:1] with a prefix-arg? Does not work for me ... * Footnotes [fn:1] see M-x org-speed-command-help -- cheers, Thorsten

Re: [O] Make html password protected?

2014-09-18 Thread Rainer M Krug
Ian Barton li...@wilkesley.net writes: On 08/09/14 11:22, Rainer M Krug wrote: Hi I do not have much experience with html and websites (what an understatement!) but I would like to publish / export a simple html page password protected. Is ther an easy way to do it in word? The content is

[O] INCLUDE heading

2014-09-18 Thread Rob Richmond
Hi all, I use org-mode to write both papers and slides. The code to generate tables and figures is placed in source blocks. Most of the time I use the same tables in my slides as in my papers, but a lot of preprocessing code is needed to generate the tables. I'd like to put the generation of

Re: [O] Headline text special property

2014-09-18 Thread Brett Witty
Thanks! It'd be nice if there was a way to turn this into a property for easy dynamic columnview blocks, but I guess you can't have everything :) BrettW On Wed, Sep 17, 2014 at 2:36 AM, Thorsten Jolitz tjol...@gmail.com wrote: Brett Witty brettwi...@brettwitty.net writes: Hi, Is there a

Re: [O] [Feature request] org-babel-tangle-file add an option to tangle if target-file is older than file.

2014-09-18 Thread Thorsten Jolitz
Marcin Antczak marcin.antc...@neutrico-themes.pl writes: As in topic. I think that if both parameters 'file' and 'target-file' are set and target-file' exists, 'org-babel-tangle-file' should tangle only if target-file' is older. I think the Org based Emacs Starter Kit does this conditional

[O] Bug: Face defined for quote/verse blocks, but not used?

2014-09-18 Thread Tobias Getzner
Hello, I was looking into applying a custom font to certain org-mode faces, when I noticed that no dedicated face seems to be set for verse and quote blocks. Looking into org-faces.el, it looked (to non-Elisp-trained eyes) like there are faces set-up for these blocks, but for some reason they

Re: [O] async export not working for me

2014-09-18 Thread Rasmus
Hi Julien, Julien Cubizolles j.cubizol...@free.fr writes: I could get it to work at last, thank you a lot. I noticed something though: when I run org-latex-export-to-pdf async on a very simple test org file, the *Org Export Stack* buffer displays latex0:07

[O] «Macro» expansion in source blocks; code-sharing between blocks

2014-09-18 Thread Tobias Getzner
Hello, I was wondering whether there exists some way of sharing literal code (or, possibly, code results) between subsequent code blocks. E.g., I was trying to create a document containing several tikz graphics, and I would like to share a number of style definitions between these. When I only

Re: [O] «Macro» expansion in source blocks; code-sharing between blocks

2014-09-18 Thread Tobias Getzner
On Thu, 18 Sep 2014 13:17:14 +, Tobias Getzner wrote: Are there any convenient inline-expansion methods I might have overlooked? To illustrate, I was wondering if any of the following is feasible somehow: * Semantic expansion #+name setup_fu #+begin_src sh :results raw echo 2

Re: [O] «Macro» expansion in source blocks; code-sharing between blocks

2014-09-18 Thread Eric S Fraga
On Thursday, 18 Sep 2014 at 13:26, Tobias Getzner wrote: On Thu, 18 Sep 2014 13:17:14 +, Tobias Getzner wrote: Are there any convenient inline-expansion methods I might have overlooked? To illustrate, I was wondering if any of the following is feasible somehow: Yes, and you almost got

Re: [O] «Macro» expansion in source blocks; code-sharing between blocks

2014-09-18 Thread Tobias Getzner
On Thu, 18 Sep 2014 15:01:37 +0100, Eric S Fraga wrote: Are there any convenient inline-expansion methods I might have overlooked? Org src blocks can reference other src blocks. Note the :noweb yes option and the use of Nice! And I see I get «semantic» expansion when I add call syntax

[O] Unexpected link behavior after exporting Org-mode file to HTML

2014-09-18 Thread Bruce Gilstrap
Hello, I am running Org-mode 8.2.7c in Emacs 24.3.1 on Windows 7 Ultimate and have encountered a peculiarity with how links work in HTML exported from Org-mode. I searched gmane.emacs.orgmode to see if someone else has reported this before, but I didn't find anything exactly like this. Please

[O] resize multiple image within a row or paragraph

2014-09-18 Thread alban bernard
Hi Folks, My wife and I use the marvelous org-mode to design a complete set of student courses. These courses are first written in org-mode then exported to html to ease distribution to students (and save some paper). We wonder what is the correct way to resize multiple images those links are

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 at /usr/local/share/emacs/site-lisp/org/)]

2014-09-18 Thread Charles C. Berry
On Wed, 17 Sep 2014, Aaron Ecay wrote: Hi all, I have pushed the patch to the master branch, thanks to Chuck and to Rainer and Malcom for testing it. Chuck, it looks like you have already provided another “preliminary patch” for org back in 2012 (commit 578a7f5a). If it’s possible for you,

Re: [O] org-babel-load-file misleading function name, wrong behavior

2014-09-18 Thread Nick Dokos
Marcin Antczak marcin.antc...@neutrico-themes.pl writes: Hi, I would like to suggest changing the name to 'org-babel-load-lisp' as current name of this function doesn't emphasise that it can tangle and load emacs-lisp code blocks only. Another problem is that currently 'compile' option is

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-18 Thread Richard Lawrence
Hi Joseph, Kyeong Soo (Joseph) Kim kyeongsoo@gmail.com writes: I just found out that, if I close Emacs and relaunch it, all variables for filter (i.e., 'org-export-filter-*') are not defined. As a result, the following elisp codes for the workaround based on both your suggestion and the

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-18 Thread Richard Lawrence
Hi Joseph, Kyeong Soo (Joseph) Kim kyeongsoo@gmail.com writes: Sorry for asking another question; this time it is for the cross-referencing in LaTeX export, which existed before (e.g., Sec. 16 of manual for 8.0) but is gone now. ... Now with 8.2.7c and the following org internal link to

Re: [O] TODO items in lists (not headings)

2014-09-18 Thread Subhan Michael Tindall
Lists are very explicitly not intended to contain TODO items. Checkboxes provide a bit of this functionality, sort of a ‘TODO lite’ I use something like this quite a lot: ** TODO notes from meeting:meeting:steve:susan:jane:bob:action: DEADLINE: 2014-09-19 Fri :PROPERTIES:

[O] [PATCH][mini] bulk-mark-regexp and -toggle also with time grid

2014-09-18 Thread marcowahlsoft
Hi! From the documentation for * in an agenda-buffer (C-h k *): --8---cut here---start-8--- * runs the command org-agenda-bulk-mark-all (found in org-agenda-mode-map), which is an interactive compiled Lisp function in `org-agenda.el'. It is bound to *,

Re: [O] TODO items in lists (not headings)

2014-09-18 Thread Gary Oberbrunner
On Thu, Sep 18, 2014 at 12:23 PM, Subhan Michael Tindall subh...@familycareinc.org wrote: Lists are very explicitly not intended to contain TODO items. Checkboxes provide a bit of this functionality, sort of a ‘TODO lite’ ... The problem is that list items/checkbox items are NOT

[O] help tracking down bad setting?

2014-09-18 Thread Matt Price
Hi everyone, When I load org-mode I get the following error: local-set-key: Key sequence C-c SPC C-r starts with non-prefix key C-c SPC I am pretty sure I set something to this value somewhere at some time, but I have no idea what, where, or when. I have grepped through .emacs .emacs.d/* for

Re: [O] Unexpected link behavior after exporting Org-mode file to HTML

2014-09-18 Thread Nicolas Goaziou
Hello, Bruce Gilstrap br...@gilstraps.org writes: I am running Org-mode 8.2.7c in Emacs 24.3.1 on Windows 7 Ultimate and have encountered a peculiarity with how links work in HTML exported from Org-mode. I searched gmane.emacs.orgmode to see if someone else has reported this before, but I

Re: [O] help tracking down bad setting?

2014-09-18 Thread Thorsten Jolitz
Matt Price mopto...@gmail.com writes: Hi, local-set-key: Key sequence C-c SPC C-r starts with non-prefix key C-c SPC maybe the actual definition is not written SPC but SPACE, space or something similar ..., even a literal space is possible AFAIK. -- cheers, Thorsten

Re: [O] help tracking down bad setting?

2014-09-18 Thread Matt Price
On Thu, Sep 18, 2014 at 3:46 PM, Matt Price mopto...@gmail.com wrote: Hi everyone, When I load org-mode I get the following error: local-set-key: Key sequence C-c SPC C-r starts with non-prefix key C-c SPC I am pretty sure I set something to this value somewhere at some time, but I have no

Re: [O] help tracking down bad setting?

2014-09-18 Thread Matt Price
I meant to add: found the culprit by checking the value of org-mode-hook. And also, thanks Thorsten!

[O] Bug: Add org-complete-tags-always-offer-target-tags

2014-09-18 Thread carlosjosepita
(Note: This is an RFE not a bug report, but I don't know how to RFE otherwise.) My proposal is to add an option org-complete-tags-always-offer-target-tags because both: 1) it's useful by itself for narrowed captures, and it's not quite exactly the same than

Re: [O] help tracking down bad setting?

2014-09-18 Thread Thorsten Jolitz
Matt Price mopto...@gmail.com writes: Removing the space between \C-c and \C-r worked. I guess I really don't understand the syntax for setting keybindings in emacs -- every time I do it it's trial and error! I think using (kbd ...) is the recommended way nowadays: ,[ C-h f kbd RET ] |

Re: [O] Unexpected link behavior after exporting Org-mode file to HTML

2014-09-18 Thread Bruce Gilstrap
Thank you for fixing it. I have tested it and it works as expected now. Bruce On Thu, Sep 18, 2014 at 3:11 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Bruce Gilstrap br...@gilstraps.org writes: I am running Org-mode 8.2.7c in Emacs 24.3.1 on Windows 7 Ultimate and have

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 at /usr/local/share/emacs/site-lisp/org/)]

2014-09-18 Thread Cook, Malcolm
Hi, Hmm, I spoke too soon the problem is only partially fixed by this patch... Trying to work with in org-mode with R code blocks attached to persistent sessions (i.e. adding ':session myRsession' to the code block header ) makes things start to break again, at least in my hands. I'm

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 at /usr/local/share/emacs/site-lisp/org/)]

2014-09-18 Thread Aaron Ecay
Hi Malcom, 2014ko irailak 18an, Cook, Malcolm-ek idatzi zuen: Hi, Hmm, I spoke too soon the problem is only partially fixed by this patch... Trying to work with in org-mode with R code blocks attached to persistent sessions (i.e. adding ':session myRsession' to the code block

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 at /usr/local/share/emacs/site-lisp/org/)]

2014-09-18 Thread Charles C. Berry
On Thu, 18 Sep 2014, Cook, Malcolm wrote: Hi, Hmm, I spoke too soon the problem is only partially fixed by this patch... Trying to work with in org-mode with R code blocks attached to persistent sessions (i.e. adding ':session myRsession' to the code block header ) makes things start

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 at /usr/local/share/emacs/site-lisp/org/)]

2014-09-18 Thread Charles C. Berry
On Thu, 18 Sep 2014, Charles C. Berry wrote: On Thu, 18 Sep 2014, Cook, Malcolm wrote: Hi, Hmm, I spoke too soon the problem is only partially fixed by this patch... Trying to work with in org-mode with R code blocks attached to persistent sessions (i.e. adding ':session

[O] list of agenda files in a file

2014-09-18 Thread hymie!
Greetings. I'd like to add my _archive files to my agenda. I don't need the entries clogging up my day-to-day .org files, but I want the items to still appear in my agenda. I found this in the org manual: The information to be shown is normally collected from all agenda files, the files listed

Re: [O] «Macro» expansion in source blocks; code-sharing between blocks

2014-09-18 Thread Andreas Kiermeier
I don't think you need the :noweb yes as part of the setup_fu header, as this block is not pulling in other materials. Having used this type of setup only over the last couple of days, I've come up with another question. It appears that the setup_fu is executed twice ... once as it's own source