[O] [PATCH] Fix tangling in indirect buffers

2015-09-08 Thread Kyle Meyer
Rainer M Krug writes: > 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 pat

Re: [O] HTML export doesn't work when #+TITLE: is added

2015-09-08 Thread Lee Hinman
Hi Org-ML, I'm trying to resolve an issue similar to the one here: http://lists.gnu.org/archive/html/emacs-orgmode/2015-08/msg01195.html Where I cannot export a file with a #+TITLE in it with the latest org-mode release. The solution that Kyle refers to[0] is to uninstall and then update again

[O] Wanted: Clocking repord

2015-09-08 Thread Tobias Frischholz
Right now I’m tinkering with Clocking In and Clocking out - it is really great! However, what I’m looking for is a PDF export that lets me share my reports with my supervisors. The normal PDF export via LaTeX is good, but it shows too much information that they won’t understand. Reducing the sco

Re: [O] outorg issue

2015-09-08 Thread Thorsten Jolitz
Kaushal writes: Hi all, Hi Bastien, > I don't know the outshine and outorg code in and out. But I wouldn't > mind keeping it maintained with the pull requests I get. > > That said, adding Thorsten Jolitz to this discussion. > @Thorsten Would you mind making me ( > https://github.com/tj64/outshi

Re: [O] promote/demote indentation behaviour

2015-09-08 Thread Nicolas Goaziou
lipidic man writes: > That works.  It stops unindented paragraphs from being moved.  However > under 8.2.10 the behaviour was to move indented text, but leave > unindented text alone. It was probably a bug then, since it was not following specifications. > Any ideas on how to achieve this? You

Re: [O] org-collector unable to handle macros

2015-09-08 Thread Nicolas Goaziou
Mark Edgington writes: > Can you explain what you mean about using CUSTOM_ID in the context of > org-collector? :ID: is special property, which is usually set with `org-id-get-create'. Creating it by any other mean can introduce error during export. > Maybe I misunderstood something. Do you thi

Re: [O] org-collector unable to handle macros

2015-09-08 Thread Mark Edgington
Nicolas Goaziou nicolasgoaziou.fr> writes: > > Mark Edgington gmail.com> writes: > > > On Aug 31, 2015 6:43 PM, "Nicolas Goaziou" nicolasgoaziou.fr> wrote: > >> > >> Hello, > >> > >> Mark Edgington gmail.com> writes: > >> > > >> > Have you (or anyone else) been able to reproduce the problem

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

2015-09-08 Thread Luis Felipe López Acevedo
On 2015-09-08 00:36, Robert Klein wrote: 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 Japan

Re: [O] [PATCH] Consistently use `org-mac-paste-applescript-links' in org-mac-links

2015-09-08 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > I do not know how to write the changelog when the same change happens > over many different functions. Please tell me if I need to change the > commit message. [...] > > * contrib/lisp/org-mac-link.el (org-mac-firefox-get-frontmost-url): > Replace the handling of

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

2015-09-08 Thread Nicolas Goaziou
Hello, edward sillador writes: > 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? For a reference, see . Regards, --

Re: [O] ob-csharp

2015-09-08 Thread Nicolas Goaziou
Hello, thomas writes: > I'd really like to contribute to core, if that's possible > (practically, I did nothing though; I just stripped Eric's ob-java and > changed a few lines). Thank you for the library. You can contribute to core as long as you have signed FSF papers. Regards, -- Nicolas

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

2015-09-08 Thread Nicolas Goaziou
Hello, Rüdiger Sonderfeld writes: > I don't think that's necessarily true since both formats don't mix well. If > anyone still wants it then they can simply add both properties. OK, then please document the property in the manual, and add an entry in ORG-NEWS. Otherwise, LGTM. Regards, --

Re: [O] promote/demote indentation behaviour

2015-09-08 Thread Nicolas Goaziou
Hello, lipidic man writes: > I have updated from org-mode 8.2.10 to 8.3.1 and the behaviour of > > (org-do-promote), (org-do-demote), (org-promote-subtree), (org-demote-subtree) > > has changed.  It now indents an unindented paragraph when demoting the > headline. > e.g. > ** subsection > Ther

Re: [O] org-crypt: Secure encrypted message against inadvertent change

2015-09-08 Thread Hymie!
AW t-online.de> writes: > Dear John, > > thank you. I simply changed "read_only" to "crypt" in the functions you > developed. This functions prevent a change of encrypted text, which I think is > really an improvment. This is awesome. But I have a follow-up questions. This function marks m

Re: [O] ob-csharp

2015-09-08 Thread thomas
well allright. I did some tests and think csharp-mode is not necessary. So I guess it would be OK to leave it out. Can anybody confirm? - thomas On 08.09.2015 09:36, thomas wrote: Thanks for the quick replies. I'd really like to contribute to core, if that's possible (practically, I did not

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

2015-09-08 Thread Marcin Borkowski
On 2015-09-08, at 07:54, edward sillador wrote: > 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? IIUC, you want to modify the LaTeX exporter. Hence, you want a

[O] [PATCH] Consistently use `org-mac-paste-applescript-links' in org-mac-links

2015-09-08 Thread Alan Schmitt
Hello, The attached patch simplifies the code in org-mac-links to always use `org-mac-paste-applescript-links' when parsing the results returned from AppleScript. As a side effect, it gets rid of the bug where the link or description would have an extra quote at the end. I do not know how to writ

Re: [O] ob-csharp

2015-09-08 Thread thomas
Thanks for the quick replies. I'd really like to contribute to core, if that's possible (practically, I did nothing though; I just stripped Eric's ob-java and changed a few lines). As Rüdiger pointed out csharp-mode is not part of Emacs. But I'm not sure if csharp-mode is really necessary (be