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

2014-07-31 Thread Gour
Alexis writes: > 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. Excuse me for dumb question, but is this package meant to be something like org-contacts NG (something which we would

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

2014-07-31 Thread Feng Shu
Alexis 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?

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

2014-07-31 Thread Eric Abrahamsen
"Martin Beck" 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 / org-mode at all)

[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 existin

[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 and

[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")

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 wrote: > Hello, > > Nicolas Richard writes: > > > Oops, I forgot to remove the verbosity (initially I had wrote it as a

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

2014-07-31 Thread Charles Berry
Bastien gnu.org> writes: > > Hi Nick, > > Nick Dokos 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 `org-preview-late

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 c

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 i

[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? Is

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

2014-07-31 Thread Robert Eckl
"Martin Beck" 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 / org-mode at all

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

2014-07-31 Thread Martin Beck
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 / org-mode at all) can use it during my absence.  

[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] [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 examp

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

2014-07-31 Thread Nicolas Goaziou
Hello, Bastien 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, because you s

Re: [O] define a new export backend

2014-07-31 Thread Nicolas Goaziou
Hello, Nicolas Richard 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] Enabling another language in org-babel

2014-07-31 Thread Ista Zahn
On Thu, Jul 31, 2014 at 6:52 AM, Bastien wrote: > Hi Ista, > > Ista Zahn 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 (pu

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

2014-07-31 Thread Bastien
Hi Ista, Ista Zahn 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 I'm submitting it

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

2014-07-31 Thread Bastien
Hi Ista, Ista Zahn 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 repository" T

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

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

[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 | co

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 wrote: > Bart Post 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 is progress. > > Did you

[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] 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] 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 t

Re: [O] allow multiline #+BIND

2014-07-31 Thread Nicolas Goaziou
Hello, "Vladimir Alexiev" 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 usual continuation syntax

[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 to

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 wrote: > Hello, > > Federico Beffa writes: > >> + (save-excursion >> +(org-mark-element) >> +(org-indent-region (point) (mark > > The function sh

Re: [O] define a new export backend

2014-07-31 Thread Nicolas Richard
Nicolas Goaziou 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 From: Nicolas Richard Da

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

2014-07-31 Thread Rasmus
Federico Beffa 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 conform to th

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

2014-07-31 Thread Nicolas Goaziou
Hello, Matt Lundin 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, the

Re: [O] define a new export backend

2014-07-31 Thread Nicolas Goaziou
Hello, Nicolas Richard 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) > + (let (blocks filters menu-e

Re: [O] define a new export backend

2014-07-31 Thread Nicolas Richard
Thorsten Jolitz writes: > Shiyuan 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 are known. use-package does t

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 writes: > Nicolas Richard 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 libraries for outline like > outline-magic

Re: [O] define a new export backend

2014-07-31 Thread Thorsten Jolitz
Shiyuan 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 , ox-html.el and

[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 org-export-define-d