Re: [O] Bug: HTML export is broken when there are document level headings (TITLE, AUTHOR etc.) [8.3.4 (8.3.4-elpa @ /media/home/neutrico/.emacs.d/elpa/org-20160222/)]

2016-02-29 Thread Marcin Antczak
W dniu 02/29/2016 o 10:15 PM, Nicolas Goaziou pisze: Hello, neutrico writes: Steps to reproduce: 1. Create org document hello.org : #+BEGIN_SRC org #TITLE: Hello ** World #+END_SRC 2. M-x org-html-export-as-html Returns: apply: Wrong type argument: listp, #("HELLO" 0 5 (:parent (#0)

[O] [Feature request] org-babel-tangle-file add an option to tangle if target-file is older than file.

2014-09-18 Thread Marcin Antczak
As in topic. I think that if both parameters 'file' and 'target-file' are set and 'target-file' exists, 'org-babel-tangle-file' should tangle only if 'target-file' is older. Marcin

[O] org-babel-load-file misleading function name, wrong behavior

2014-09-18 Thread Marcin Antczak
Hi, I would like to suggest changing the name to 'org-babel-load-lisp' as current name of this function doesn't emphasise that it can tangle and load "emacs-lisp" code blocks only. Another problem is that currently 'compile' option is performed every time. Which is plain wrong. Compile optio

[O] [Feature Request / Bug] Remove statistic cookies from refile candidates

2014-08-13 Thread Marcin Antczak
I set up my refile targets and this is what I get when I'm trying to refile something from notes.org. ``` Refile subtre "Test" to (default devel.org/Project): devel.org/[0\0][0%] Project ``` Is this possible to remove automatically these statistics cookies from completion candidates list?

[O] How to capture to... null

2014-08-11 Thread Marcin Antczak
Hi list, I would like to use org-capture to create entries on my Gitlab host via API and then I would like to make template dissapear and not write output data anywhere. I know that I can use function as target for my capture template. But when I set template as follows: (setq org-capture-t

[O] org-capture-after-finalize-hook not covered by documentation

2014-08-08 Thread Marcin Antczak
As in topic. org-capture-before-finalize-hook is mentioned, after-finalize is not. http://orgmode.org/tmp/worg/org-configs/org-hooks.html From ChangeLog: 2010-12-11 Allen S. Rout(tiny change) * org-capture.el (org-capture-after-finalize-hook): New hook. (org-capture-finalize):

[O] How to programmatically use/edit data provided on capture

2014-08-02 Thread Marcin Antczak
Hi all! I got capture template with prompts to collect some properties: #+BEGIN_SRC * TODO %\1 / Some task description :PROPERTIES: :NAME: %^{NAME} :END: #+END_SRC My question is: How to get information on user input data to transform this data before capture finalize. For example:

[O] How to properly convert duration to time?

2014-04-06 Thread Marcin Antczak
Hi List, I would like to export CLOCK with html5 tag. I can output :duration as for example: 1:23 (1 hour 23 minutes) This format is not valid according to w3org specification. http://www.w3.org/html/wg/drafts/html/master/infrastructure.html#valid-duration-string How to convert duration to v

Re: [O] How to export drawer?

2014-04-04 Thread Marcin Antczak
Nicolas Goaziou writes: > Marcin Antczak writes: > >> Yes. I want to hard-code these drawers and ignore them in default >> export. > > OK, I get it. You want to move some drawers (relatively to the flow of > the document) and ignore others. > Exactly. I want to

Re: [O] How to export drawer?

2014-04-04 Thread Marcin Antczak
Nicolas Goaziou writes: > Hello, > > Marcin Antczak writes: > >> I would like to export some org to html with custom backend based on >> 'html. >> >> What I need is to override function org-html-headline from ox-html.el > > OK. But this isn&#x

[O] How to export drawer?

2014-04-04 Thread Marcin Antczak
Hi List, I got a problem which is blocker for me and this is why I have to ask here for help. I would like to export some org to html with custom backend based on 'html. What I need is to override function org-html-headline from ox-html.el I just want to export drawer with some specific name.

Re: [O] How to get headline title without statistic cookies.

2014-03-30 Thread Marcin Antczak
Nick Dokos writes: > Marcin Antczak writes: > >> Hi, >> >> As in topic. >> I got some headline with statistic cookies. For example: >> >> * My example headline [3/6][50%] >> >> How could I output headline text without cookies? >> &g

[O] How to get headline title without statistic cookies.

2014-03-30 Thread Marcin Antczak
Hi, As in topic. I got some headline with statistic cookies. For example: * My example headline [3/6][50%] How could I output headline text without cookies? (org-element-property :title headline) returns entire title string with cookies. Is there any easy way to avoid them in output? Regar

Re: [O] [Patch] Few small fixes to html header

2014-03-28 Thread Marcin Antczak
Rick Frankel writes: > On 2014-03-28 11:16, Marcin Antczak wrote: >> Rick Frankel writes: >> >> On 2014-03-27 15:57, Marcin Antczak wrote: >> I've attached patch below, but I'm affraid that there is something >> wrong >> with indentation. >&g

Re: [O] [Patch] Few small fixes to html header

2014-03-28 Thread Marcin Antczak
Rick Frankel writes: > On 2014-03-27 15:57, Marcin Antczak wrote: >> I've attached patch below, but I'm affraid that there is something >> wrong >> with indentation. >> I'm not sure if there is problem with my settings or just entire >> ox-html.el

Re: [O] [Patch] Few small fixes to html header

2014-03-28 Thread Marcin Antczak
Rainer M Krug writes: > Marcin Antczak writes: > [...] Is your response intentionally empty or am I missing something? Marcin

[O] [Patch] Few small fixes to html header

2014-03-27 Thread Marcin Antczak
safari/documentation/AppleApplications/Reference/SafariWebContent/UsingtheViewport/UsingtheViewport.html 3. Fixed unnecessary "\n" at the end of Description meta. 4. Removed unnecessary spaces in meta tags. Marcin >From 2df844b2a14e823fa2020cc425ad5ede75f12534 Mon Sep 17 00:00:0