Re: [O] Apply patch from org document

2016-07-23 Thread Charles C. Berry
On Sun, 24 Jul 2016, Óscar Fuentes wrote: Is there a method for applying a patch/diff embedded in a code block? If by `embedded' you mean that the body of a src block is a patch such as provided by `git format-patch', you could use the language `diff'. `org-edit-src-code' (typing C-c ') wit

[O] how to set a persistent bookmark ...

2016-07-23 Thread Sharon Kimble
How can I set a persistent bookmark, showing just the date and time please? The date and time should be in the form of '-MM-DD HH:MM' - using the 24-hour clock system - and they should be persistent to survive if/when emacs crashes please? And following on from that request, how can I visuall

[O] Apply patch from org document

2016-07-23 Thread Óscar Fuentes
Is there a method for applying a patch/diff embedded in a code block?

Re: [O] Babel CALL no longer produces HTML output

2016-07-23 Thread Charles C. Berry
On Sat, 23 Jul 2016, Nicolas Goaziou wrote: Hello, "Charles C. Berry" writes: IIUC, one result is that header args in the src block being called take precedence over default header args. More below. [...] I am not sure I find this new behavior to be an improvement. Having default heade

Re: [O] Request: change SVG embedding in exported HTML

2016-07-23 Thread Scott Randby
On 07/23/2016 08:53 AM, Jarmo Hurri wrote: > > Greetings. > > Request: An SVG file embedded in exported HTML should be embedded using > the tag instead of . I second this request. Right now, I use HTML code for SVG images, and I'd rather use Org markup instead. Scott Randby > > Short reasoni

[O] C-c "." and Converting To Other Calendars

2016-07-23 Thread ST
Hi, 1. I try to paste a timestamp in org mode using C-c "." However once I get into Calender I would like to convert to other calender, like here: Converting To Other Calendars https://www.gnu.org/software/emacs/manual/html_node/emacs/To-Other-Calendar.html however pressing "p f" doesn't convert

Re: [O] Babel CALL no longer produces HTML output

2016-07-23 Thread Jarmo Hurri
"Charles C. Berry" writes: > On Sat, 23 Jul 2016, Jarmo Hurri wrote: >> The Org example below used to work correctly when exported as HTML >> until I pulled a newer version of Org from git. I am first going to >> include the example here, and then explain the reasoning behind its >> structure. >>

Re: [O] Babel CALL no longer produces HTML output

2016-07-23 Thread Nicolas Goaziou
Hello, "Charles C. Berry" writes: > IIUC, one result is that header args in the src block being called take > precedence over default header args. More below. [...] > I am not sure I find this new behavior to be an improvement. Having default header args to take precedence over local ones se

Re: [O] Babel CALL no longer produces HTML output

2016-07-23 Thread Charles C. Berry
On Sat, 23 Jul 2016, Jarmo Hurri wrote: Greetings. The Org example below used to work correctly when exported as HTML until I pulled a newer version of Org from git. I am first going to include the example here, and then explain the reasoning behind its structure. Commit dbb375f mades chang

Re: [O] [BUG] External unicode links without a description in ox-html

2016-07-23 Thread Michael Brand
Hi Nicolas There seems to be a related issue with an inconsistency between HTML and other export formats in using org-link-unescape for the link _destination_ part: With the Org file 1) https://duckduckgo.com/?q=Org+mode+%252B+Worg 2) https://duckduckgo.com/?q=Org+mode+%2B+Worg org-open-at-point

Re: [O] issues with duplicate ID's

2016-07-23 Thread Philip Hudson
On 23 July 2016 at 08:02, Xebar Saram wrote: > i see why this happens since i often copy org headers to add new function > and the ID is copied alongside It would not be too hard to advise `org-yank' and `org-pasted-subtree' to delete yanked IDs that are duplicates within the current buffer, eith

Re: [O] Babel CALL no longer produces HTML output

2016-07-23 Thread Jarmo Hurri
Christian Moe writes: >> #+CALL: rekursio-pystyviivat[:noweb yes]() :results html > > HTML blocks have been replaced with EXPORT blocks in recent Org. For > good reasons, I presume, but it takes some getting used to. > > Try: > > #+CALL: rekursio-pystyviivat[:noweb yes]() :results export h

[O] Request: change SVG embedding in exported HTML

2016-07-23 Thread Jarmo Hurri
Greetings. Request: An SVG file embedded in exported HTML should be embedded using the tag instead of . Short reasoning: The displayed size of the SVG image can not be controlled from outside the SVG file when embedded using , but size can be controlled when embedded using . Here is the longer

Re: [O] Babel CALL no longer produces HTML output

2016-07-23 Thread Christian Moe
> #+CALL: rekursio-pystyviivat[:noweb yes]() :results html HTML blocks have been replaced with EXPORT blocks in recent Org. For good reasons, I presume, but it takes some getting used to. Try: #+CALL: rekursio-pystyviivat[:noweb yes]() :results export html Yours, Christian

[O] Babel CALL no longer produces HTML output

2016-07-23 Thread Jarmo Hurri
Greetings. The Org example below used to work correctly when exported as HTML until I pulled a newer version of Org from git. I am first going to include the example here, and then explain the reasoning behind its structure. ===

Re: [O] [PATCH] Fix to allow ob-babel-shell-names to be customised.

2016-07-23 Thread Nicolas Goaziou
Hello, Bernard Hurley writes: > At present customisation of the variable ob-babel-shell-names in > ob-shell.el doesn't work properly. You can actually change its value > and save the customisation, but the org-babel-execute: functions > get created for the hard coded value of the variable not t

Re: [O] Unable to resolve link: nil

2016-07-23 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > I am unable to export individual headlines because of many > cross-references. An individual headline refuses to export because of > them. So, exporting parts of the document to narrow down to the part > where the problem is does not work for me. See `org-export-wit

[O] bug#23917: 25.0.95; commit 3a9d6296b35e5317c497674d5725eb52699bd3b8 causing org-capture to error out

2016-07-23 Thread Eli Zaretskii
> From: nljlistb...@gmail.com (N. Jackson) > Cc: 23...@debbugs.gnu.org, Eli Zaretskii , > jwieg...@gmail.com, rpl...@gmail.com, monn...@iro.umontreal.ca, > alex.ben...@linaro.org > Date: Fri, 22 Jul 2016 21:42:08 -0300 > > Both the v2 and the v3 patch work for me with all my Org captures un

Re: [O] issues with duplicate ID's

2016-07-23 Thread Xebar Saram
also: does anyone know of a function to go through all org files and present a nice buffer with all duplicates and a way to auto remove them i see why this happens since i often copy org headers to add new function and the ID is copied alongside Z On Fri, Jul 22, 2016 at 8:46 PM, Xebar Saram wr