Re: [O] Tangling from indirect buffer

2015-09-07 Thread Rainer M Krug
Kyle Meyer writes: > Rainer M Krug writes: > >> Hi >> >> it seems that tangling from an indirect buffer does not work. Is this by >> design or a bug? > > I don't think that's by design. > >> Would it be possible to make this possible? > > Does the below patch

Re: [O] Is there a way to search for link target, not description?

2015-09-07 Thread Oleh Krehel
Marcin Borkowski writes: > Hi all, > > as in the subject. So, when I have e.g. [[foo][bar]], C-s finds bar, > but not foo. > > Any way to find foo without e.g. temporarily resorting to text-mode? The `swiper' command can do this. Available in GNU ELPA. I haven't used `isearch'

Re: [O] Is there a way to search for link target, not description?

2015-09-07 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > as in the subject. So, when I have e.g. [[foo][bar]], C-s finds bar, > but not foo. > > Any way to find foo without e.g. temporarily resorting to text-mode? You might use `visible-mode' temporarily. Regards, -- Nicolas Goaziou

[O] compile latex on remote server

2015-09-07 Thread Zhihao Ding
Dear org experts, I'm working on an org file on a remote server using tramp. Often I need to export beamer slides from it. I realised that it has problems with the file paths, which currently are local with respect to the server. I thus had to first export a tex file, which worked fine over

Re: [O] paste from clip to code block

2015-09-07 Thread John Kitchin
Neat. Do you have some handy way to store a link to the source block, or jump to them? Grant Rettke writes: > On Thu, May 7, 2015 at 2:59 AM, Sebastien Vauban > wrote: >> John Kitchin wrote: >>> I have these templates defined in my setup: > > I used my duplicated Org

Re: [O] Multiple footnote references in included file

2015-09-07 Thread Leonard Randall
Thanks so much! It works. One issue that I noticed, however, is that the exporter will still give an error for an undefined footnote if a footnote is undefined in a heading that is excluded from export via the exclude tags function. For example if I have tagged a heading 'noexp' in one of my

Re: [O] compile latex on remote server

2015-09-07 Thread Charles C. Berry
On Mon, 7 Sep 2015, Zhihao Ding wrote: My emacs session is local and I am using tramp to open the org file on the remote server. Then when I tried to export it to latex and compile I get that error messages. Cheers, Zhihao On 7 September 2015 at 14:39, Loris Bennett

Re: [O] compile latex on remote server

2015-09-07 Thread Zhihao Ding
Thanks for your reply. In export if I do "l P" or "l O" I get the follow messages Transcript written on .//texput.log. This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian) restricted \write18 enabled. entering extended mode ! I can't find file

Re: [O] compile latex on remote server

2015-09-07 Thread Loris Bennett
Hi Zhihao, Zhihao Ding writes: > Thanks for your reply. In export if I do "l P" or "l O" I get the follow > messages > > Transcript written on .//texput.log. > This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian) > restricted \write18 enabled. > entering

Re: [O] compile latex on remote server

2015-09-07 Thread Loris Bennett
Hi Zhihao, Zhihao Ding writes: > Dear org experts, > > I'm working on an org file on a remote server using tramp. Often I need to > export beamer slides from it. I realised that it has problems with the file > paths, which currently are local with respect to the server.

Re: [O] compile latex on remote server

2015-09-07 Thread Zhihao Ding
My emacs session is local and I am using tramp to open the org file on the remote server. Then when I tried to export it to latex and compile I get that error messages. Cheers, Zhihao On 7 September 2015 at 14:39, Loris Bennett wrote: > Hi Zhihao, > > Zhihao Ding

Re: [O] paste from clip to code block

2015-09-07 Thread Grant Rettke
On Mon, Sep 7, 2015 at 9:09 AM, John Kitchin wrote: > Neat. Do you have some handy way to store a link to the source block, or > jump to them? I don't, but please tell us more about what you mean.

[O] ob-csharp

2015-09-07 Thread thomas
Hi, could not find ob-csharp in org mode. I created one to make the pointy haired boss happy. It's based on Eric's ob-java.el with some bits taken from other ob files. It works for the simple examples following below. Hope this is useful and I'm open for hints to improve the code. - thomas

Re: [O] maybe ordered list broken

2015-09-07 Thread Jude DaShiell
It was my file that had the wrong format. This brings up another couple questions. What is the correct left margin for notes/list items that will take up more than a single line using ordered list mode inside org-mode? A second question and if an answer or answers for this one exist they

Re: [O] Exporting multilingual documents (with Japanese) to PDF

2015-09-07 Thread Robert Klein
Hi, On Mon, 07 Sep 2015 19:18:02 -0500 Luis Felipe López Acevedo wrote: > Hi, > > I'm using Emacs 24.4.1 on Debian 8. I currently can export to PDF > documents that mix English and Spanish, but a simple document like > the following produces a PDF with no

Re: [O] Archiving method

2015-09-07 Thread edward sillador
Hi Tobias, For archiving, I follow Bernt Hansen's nice tutorial here. http://doc.norang.ca/org-mode.html#Archiving On Tue, Sep 8, 2015 at 1:36 PM, Tobias Frischholz wrote: > Hi there, > > I’m curious about how you archive your DONE items. > I’ve stumbled upon this snippet,

Re: [O] Helm update brings "funcall: Symbol's value as variable is void: helm-walk-ignore-directories"

2015-09-07 Thread Malcolm Purvis
> "Eduardo" == Eduardo Mercovich writes: Eduardo> Just found it. The new installed version was not included in Eduardo> .emacs in the (add-to-list 'load-path "[snip]") part. Eduardo> Is this the expected behavior when we update through the Eduardo> package manager?

[O] Where to get started in creating my own org-mode exporter?

2015-09-07 Thread edward sillador
Hello, I want to create my own org-mode exporter to support back end for latex pgfgantt package. Could someone please point me on a tutorial/reference on how to get started? Thank you.

[O] [PATCH v2 3/3] org-capture.el: Add support for week trees.

2015-09-07 Thread Rüdiger Sonderfeld
* lisp/org-capture.el (org-capture-templates): Add file+weektree(+prompt) options. (org-capture-set-target-location): Add support for week trees. * doc/org.texi (Template elements): Document file+weektree(+prompt) options. --- doc/org.texi| 7 +++ lisp/org-capture.el | 26

Re: [O] [PATCH 2/3] org-datetree.el: Add support for ISO week trees.

2015-09-07 Thread Rüdiger Sonderfeld
On Thursday 03 September 2015 07:55:08 Nicolas Goaziou wrote: > Rüdiger Sonderfeld writes: > > On Wednesday 02 September 2015 21:58:17 Nicolas Goaziou wrote: > >> Rüdiger Sonderfeld writes: > >> > +(let ((prop (org-find-property

[O] Exporting multilingual documents (with Japanese) to PDF

2015-09-07 Thread Luis Felipe López Acevedo
Hi, I'm using Emacs 24.4.1 on Debian 8. I currently can export to PDF documents that mix English and Spanish, but a simple document like the following produces a PDF with no Japanese characters at all. Only the English and Spanish text is visible. #+TITLE: Notes on Japanese #+DATE:

Re: [O] Exporting multilingual documents (with Japanese) to PDF

2015-09-07 Thread Thomas S . Dye
Aloha Luis, Luis Felipe López Acevedo writes: > Hi, > > I'm using Emacs 24.4.1 on Debian 8. I currently can export to PDF > documents that mix English and Spanish, but a simple document like the > following produces a PDF with no Japanese characters at all. Only

[O] [PATCH v2 2/3] org-datetree.el: Add support for ISO week trees.

2015-09-07 Thread Rüdiger Sonderfeld
* lisp/org-datetree.el (org-datetree-find-iso-date-create): New function. (org-datetree--find-create): Support fixed text for insert. (org-datetree-insert-line): Support fixed text for insert. * testing/lisp/test-org-datetree.el (test-org-datetree/find-iso-date-create): New test. ISO week trees

[O] [PATCH v2 1/3] org-datetree.el: Code cleanup.

2015-09-07 Thread Rüdiger Sonderfeld
* lisp/org-datetree.el (org-datetree--find-create): New function. (org-datetree-find-year-create, org-datetree-find-month-create, org-datetree-find-day-create): Removed functions (org-datetree-find-date-create): Use `org-datetree--find-create' instead of removed functions. Use calendar extract

[O] Archiving method

2015-09-07 Thread Tobias Frischholz
Hi there, I’m curious about how you archive your DONE items. I’ve stumbled upon this snippet, which seems good enough for me: http://stackoverflow.com/questions/6997387/how-to-archive-all-the-done-tasks-using-a-single-command/27043756#27043756

Re: [O] ob-csharp

2015-09-07 Thread Rüdiger Sonderfeld
On Monday 07 September 2015 15:10:59 Grant Rettke wrote: > On Mon, Sep 7, 2015 at 2:28 PM, Thomas S. Dye wrote: > > It can live in core, contrib, or as an emacs package. > > When it lives in core, it is available to everyone who downloads > Emacs. That is valuable because some

Re: [O] ob-csharp

2015-09-07 Thread Grant Rettke
On Mon, Sep 7, 2015 at 2:28 PM, Thomas S. Dye wrote: > It can live in core, contrib, or as an emacs package. When it lives in core, it is available to everyone who downloads Emacs. That is valuable because some users never install a single package.

Re: [O] paste from clip to code block

2015-09-07 Thread John Kitchin
For example with the cursor on a src-block press C-c l to store a link to that name, and later type C-c C-l to insert a link to that src-block. It would look a little like this: #+BEGIN_SRC emacs-lisp (defun org-src-block-store-link () (let* ((object (org-element-context))) (when (equal

Re: [O] Bug: org-estimate-print [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2015-09-07 Thread Nicolas Goaziou
Hello, Michał Adamczyk writes: > I'm trying to use 'low-high' estimates with {esp+} attribute in my > columns definitions for the Effort property. No matter what syntax I try > I always get: "Wrong type argument: sequencep, 0" I think this was fixed in Org 8.3. You may

Re: [O] org-clock-into-drawer t is broken

2015-09-07 Thread Nicolas Goaziou
Hello, Nikolay Kudryavtsev writes: > After I switched to org 8.3 I've noticed that org-clock-into-drawer > does not really behave as advertised. Docs say that if it's set to t, > which is the default value, this should create a :LOGBOOK and move old > entries

Re: [O] [DEV] Text quoting backports

2015-09-07 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > There have been several commits made recently in the Emacs repo related > to quoting style in docstrings and messages. I've backported the > changes touching Org files and pushed to the branch maint-quotes. I put > them there instead of installing

Re: [O] Bug: Typo in entities documentation [8.2.10 (8.2.10-42-g2e1bc4-elpa @ /Users/leafac/.emacs.d/elpa/org-20150727/)]

2015-09-07 Thread Nicolas Goaziou
Hello, Leandro Facchinetti writes: > Fix entity infinity documentation. > > This was probably an error while copy and pasting. Correct. Done. Thank you. Regards, -- Nicolas Goaziou

Re: [O] ob-csharp

2015-09-07 Thread Thomas S . Dye
Aloha thomas, thomas writes: > Hi, > > could not find ob-csharp in org mode. I created one to make the pointy > haired boss happy. > > It's based on Eric's ob-java.el with some bits taken from other ob files. > > It works for the simple examples following below. >

[O] Bug: org-estimate-print [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2015-09-07 Thread Michał Adamczyk
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] [PATCH] Nuke org-find-if.

2015-09-07 Thread Matus Goljer
Message-ID: <874mj6xg25@gmail.com> MIME-Version: 1.0 Content-Type: text/plain --text follows this line-- * org.el (org-find-if): Function removed in favour of `cl-find-if'. * org-contacts.el (org-find-if): Function removed in favour of `cl-find-if'. This function does exactly the same as

[O] Submitting patches for org-info-src.js

2015-09-07 Thread Piyush Srivastava
Hi, In an earlier message on this list, I pointed out how a change in the export routines in org 8.3.1 has broken many of the features of org-info, and identified changes that need to be made to org-info-js-src to fix these problems (while retaining backward compatibility with the earlier