[O] define a new export backend

2014-07-31 Thread Shiyuan
Hi, I try to define a new export backend in the new export framework. My export backend should behaves like the html except that it transcodes *bold* differently. I try to following the Worg tutorial http://orgmode.org/worg/dev/org-export-reference.html , ox-html.el and use

Re: [O] define a new export backend

2014-07-31 Thread Thorsten Jolitz
Shiyuan gshy2...@gmail.com writes: Hi, I try to define a new export backend in the new export framework. My export backend should behaves like the html except that it transcodes *bold* differently. I try to following the Worg tutorial http://orgmode.org/worg/dev/org-export-reference.html ,

Re: [O] Bug: [PATCH] Make org-narrow-to-subtree usable out of Org mode [8.2.7b (release_8.2.7b-6-g07d470 @ /home/youngfrog/sourcetrees/org-mode/lisp/)]

2014-07-31 Thread Nicolas Richard
Thorsten Jolitz tjol...@gmail.com writes: Nicolas Richard theonewiththeevill...@yahoo.fr writes: Thanks for the URL. The description looks great but why not patch outline.el instead of making it an external library ? Is there an incompatibility ? Well, outshine merges quite old extension

Re: [O] define a new export backend

2014-07-31 Thread Nicolas Richard
Thorsten Jolitz tjol...@gmail.com writes: Shiyuan gshy2...@gmail.com writes: (org-export-define-derived-backend 'my-html-enlish 'html :traslate-alist '((bold . my-org-html-english-bold)) :translate-alist ? Perhaps org-export-define-derived-backend could do a sanity check that all keywords

Re: [O] define a new export backend

2014-07-31 Thread Nicolas Goaziou
Hello, Nicolas Richard theonewiththeevill...@yahoo.fr writes: Perhaps org-export-define-derived-backend could do a sanity check that all keywords are known. Good idea, as long as `org-export-define-backend' does the same. - (let (blocks filters menu-entry options transcoders contents) +

Re: [O] [BUG] org-html export does not put section numbers in div id

2014-07-31 Thread Nicolas Goaziou
Hello, Matt Lundin m...@imapmail.org writes: Take the following file: --8---cut here---start-8--- #+options: num:nil * Headline ** Subheading * Another headline --8---cut here---end---8--- When exported to html,

Re: [O] [POLL] Syntax change: make \[...\] non-inline (+1)

2014-07-31 Thread Rasmus
Federico Beffa be...@ieee.org writes: Who is entitled to vote? If I am then here is my vote in favor for the following reasons: 1. the construct \[...\] has been defined in LaTeX for equations which must stand out and therefore belong on separate lines. It would therefore make sense to

Re: [O] define a new export backend

2014-07-31 Thread Nicolas Richard
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Good idea, as long as `org-export-define-backend' does the same. Oops, I forgot to remove the verbosity (initially I had wrote it as a (warn ...)). Here's an updated patch. From 117623cec251cd036b601e2481643296cc4e2c37 Mon Sep 17 00:00:00 2001

Re: [O] proposal for improved integration of cdlatex

2014-07-31 Thread Federico Beffa
Thanks for the suggestion. Please find attached the improved patch. Regards, Federico On Wed, Jul 30, 2014 at 10:25 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Federico Beffa be...@ieee.org writes: + (save-excursion +(org-mark-element) +(org-indent-region (point)

[O] Tracking time estimates for incomplete tasks

2014-07-31 Thread Daniel Rigby
(Apologies if you're received this message already - I can't seem to get the mailing list to accept my emails) Hi all, I've been using org-mode to track the time spent on various tasks in a project, by clocking work time. I'm now planning additional tasks, and for these new tasks I am starting

Re: [O] allow multiline #+BIND

2014-07-31 Thread Nicolas Goaziou
Hello, Vladimir Alexiev vladimir.alex...@ontotext.com writes: It would be nice to allow multiline BINDs. I'd much rather write this than put it all on one line: This was suggested already for other keywords, e.g., MACRO. and CALL (http://permalink.gmane.org/gmane.emacs.orgmode/69326). The

[O] Using org-mode for project replanning

2014-07-31 Thread Daniel Rigby
Hi all, I've been using org-mode to track the time spent on various tasks in a project. I'm now planning additional tasks, and for these new tasks I am adding time estimates. The columnview dynamic block gives a nice summary of the time I've spent on tasks and the time estimates. I'm specifying

Re: [O] Enabling another language in org-babel

2014-07-31 Thread Jay Kerns
Dear Ista, I don't know if Bastien has already responded to your private message (if so, please disregard this), but for what it's worth, it looks like you are doing everything right to me. I am not an org-mode developer so I can't speak with 100% certainty, but it looks like a permissions issue

[O] Tracking time estimates for incomplete tasks

2014-07-31 Thread Daniel Rigby
Hi all, I've been using org-mode to track the time spent on various tasks in a project, by clocking work time. I'm now planning additional tasks, and for these new tasks I am starting to add time estimates. The columnview dynamic block gives a nice summary of the time I've spent on tasks, and the

Re: [O] [PATCH] ob-java.el: Add `:var' variables import

2014-07-31 Thread Bart Post
Hi Bastien, On Mon, Jul 28, 2014 at 4:25 PM, Bastien b...@gnu.org wrote: Bart Post bart.p...@gmail.com writes: Thanks for your reply! I already started the copyright assignment process, for now I need to wait for a disclaimer form from my employer, but I will notify you as soon as there

[O] [BUG] org-element-headline-parser - missing keyword in docstring

2014-07-31 Thread Thorsten Jolitz
In docstring ,[ C-h f org-element-headline-parser RET ] | org-element-headline-parser is a compiled Lisp function in | `org-element.el'. | | (org-element-headline-parser LIMIT optional RAW-SECONDARY-P) | | Parse a headline. | | Return a list whose CAR is `headline' and CDR is a plist |

Re: [O] [BUG] org-element-headline-parser - missing keyword in docstring

2014-07-31 Thread Nicolas Goaziou
Hello, Thorsten Jolitz tjol...@gmail.com writes: In docstring ,[ C-h f org-element-headline-parser RET ] [...] property :post-blank is missing. Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Enabling another language in org-babel

2014-07-31 Thread Bastien
Hi Ista, Ista Zahn istaz...@gmail.com writes: I asked Bastien privately about getting access to the git repository, but will ask here as well: When I run 'git clone orgm...@orgmode.org:org-mode.git' I get a response saying Permission denied (publickey). fatal: Could not read from remote

Re: [O] [PATCH] ob-stata.el: new file for stata code evaluation

2014-07-31 Thread Bastien
Hi Ista, Ista Zahn istaz...@gmail.com writes: Here is a patch (against master) adding babel support for evaluating stata code. As discussed in a previous thread[1] there is a lot of work that should be done to clean it up and make it more useful. It does work for basic code evaluation, so

Re: [O] Enabling another language in org-babel

2014-07-31 Thread Ista Zahn
On Thu, Jul 31, 2014 at 6:52 AM, Bastien b...@gnu.org wrote: Hi Ista, Ista Zahn istaz...@gmail.com writes: I asked Bastien privately about getting access to the git repository, but will ask here as well: When I run 'git clone orgm...@orgmode.org:org-mode.git' I get a response saying

Re: [O] define a new export backend

2014-07-31 Thread Nicolas Goaziou
Hello, Nicolas Richard theonewiththeevill...@yahoo.fr writes: Oops, I forgot to remove the verbosity (initially I had wrote it as a (warn ...)). Here's an updated patch. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [bug, beamer] Frame parameters taken from example code block

2014-07-31 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: Well, we can poll users and see how inconvenient this change would be. (I'm certainly biased here, as I never use blank lines between the headline and the properties drawer.) Blank lines between the headline and the properties drawer is not enough,

[O] [babel] Shell session output problem

2014-07-31 Thread Luka Stanisic
Hello, When running org-babel shell snippets in *session*, I stumbled upon the following problem: Output shown in my .org file is already formatted: 1. Starting white spaces are lost 2. All code before first , $ or # (prompt related?) is lost Here is a minimal example

[O] Launching Emacs org-mode commands from Windows 7 command line?

2014-07-31 Thread Martin Beck
I want to use a shell command in Windows 7 command prompt (cmd.exe) to create a search agenda view in Emacs org-mode (in the active frame). I tried like that: emacsclient --eval (org-search-view nil search string) but with no success. In the command line I get the error message: *ERROR*:

[O] Export org-mode buffer to dynamic html document (collapse/expand details)

2014-07-31 Thread Martin Beck
Hi, Im sorry, if this might be obvious, but I dont have much experience with org-mode export up to now and I urgently need to export much information from my notes and task lists in org-mode in a way that my colleagues (no experience with Emacs / org-mode at all) can use it during my absence.

Re: [O] Export org-mode buffer to dynamic html document (collapse/expand details)

2014-07-31 Thread Robert Eckl
Martin Beck elwood...@web.de writes: Hi, I'm sorry, if this might be obvious, but I don't have much experience with org-mode export up to now and I urgently need to export much information from my notes and task lists in org-mode in a way that my colleagues (no experience with Emacs /

[O] Sort agenda tasks by most recent clock time

2014-07-31 Thread Subhan Michael Tindall
Is there a way to do this? I'd like to make a list of my TODOs in an agenda (say type 't'), And sort by time last clocked in (no clock time to the bottom) All the options in org-agenda-sorting-strategy appear to work on timestamps, not clocktime entries. Any ideas how this can be accomplished?

Re: [O] Export org-mode buffer to dynamic html document (collapse/expand details)

2014-07-31 Thread Daniel Clemente
I did a custom solution, very simple, with jQuery. You may use it: Demo: http://www.danielclemente.com/hacer/emacs.html Code: http://www.danielclemente.com/pagina/esquemadorg.js http://www.danielclemente.com/pagina/esquemadorg.css - The JS and CSS applies to the normal org export. - The

Re: [O] Launching Emacs org-mode commands from Windows 7 command line?

2014-07-31 Thread Andy Moreton
On Thu 31 Jul 2014, Martin Beck wrote: I want to use a shell command in Windows 7 command prompt (cmd.exe) to create a search agenda view in Emacs org-mode (in the active frame). I tried like that: emacsclient --eval '(org-search-view nil search string)' but with no success. In the command

Re: [O] proposal to make C-c C-c not remove latex overlays

2014-07-31 Thread Charles Berry
Bastien bzg at gnu.org writes: Hi Nick, Nick Dokos ndokos at gmail.com writes: getting rid of just latex fragment undoing in org-ctrl-c-ctrl-c and toggling with C-c C-x C-l is probably the best solution. Agreed, this is the case now in master. The docstring for

Re: [O] define a new export backend

2014-07-31 Thread Shiyuan
Oops, I've asked the dumpest question ever in the mailing list :) That's what happens when working late. Thanks for reply. On Thu, Jul 31, 2014 at 4:41 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Nicolas Richard theonewiththeevill...@yahoo.fr writes: Oops, I forgot to

[O] Bug: org src block folds partially [8.2.6 (8.2.6-67-g9e09b2-elpa @ c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140602/)]

2014-07-31 Thread Andrea Rossetti
Hi guys, I think I found a problem in folding a BEGIN_SRC block. When I: - create a BEGIN_SRC org block (let's call it the external BEGIN_SRC) - hit C-c ' to edit its contents - create two consecutive, non-nested BEGIN_SRC org blocks (let's call them the internal BEGIN_SRCs) - hit

[O] ANN: org-vcard. Export/import vCards. Backwards-compatible with org-contacts.el.

2014-07-31 Thread Alexis
Hi all, i'm pleased to announce the initial release of org-vcard, a package for Org-based export and import of vCards: * Backwards-compatible with org-contacts.el. org-vcard comes with a built-in contacts style called 'flat', which adheres to org-contacts' method of structuring contacts

[O] [RFC] Rewrite `org-entry-properties' using parser

2014-07-31 Thread Thorsten Jolitz
Hi List, here is my first take of rewriting `org-entry-properties'. The existing function predates the new parser and some Org variables, and thus does the parsing and the property classification itself. The new version leaves parsing to the parser and property classification (mostly) to

Re: [O] Export org-mode buffer to dynamic html document (collapse/expand details)

2014-07-31 Thread Eric Abrahamsen
Martin Beck elwood...@web.de writes: Hi, I'm sorry, if this might be obvious, but I don't have much experience with org-mode export up to now and I urgently need to export much information from my notes and task lists in org-mode in a way that my colleagues (no experience with Emacs /

Re: [O] ANN: org-vcard. Export/import vCards. Backwards-compatible with org-contacts.el.

2014-07-31 Thread Feng Shu
Alexis flexibe...@gmail.com writes: * New contacts style: 'tree'. org-vcard introduces a new style for Org contacts, called 'tree'. I like store the contacts like tree, may be let org-contacts recognizes this tree is a important thing, are there any plans?