Re: [O] org-reveal: content side by side

2018-02-13 Thread Eric S Fraga
On Sunday, 11 Feb 2018 at 16:29, Michael Welle wrote: [...] > Until I will get bored again, I will stick with Org's beamer export > :)[2]. But anyways, if you want to share your experience with > ox-reveal, you are welcome. Every now and again, I also get bored and explore alternatives to beamer

Re: [O] org-reveal: content side by side

2018-02-13 Thread Michael Welle
Hello Eric, Eric S Fraga writes: > On Sunday, 11 Feb 2018 at 16:29, Michael Welle wrote: > > [...] > >> Until I will get bored again, I will stick with Org's beamer export >> :)[2]. But anyways, if you want to share your experience with >> ox-reveal, you are welcome. > > Every now and again, I a

Re: [O] org-reveal: content side by side

2018-02-13 Thread Jens Lechtenboerger
On 2018-02-11, Michael Welle wrote: > Looks easy, eh? A header at the top, a footer at the bottom and a lot > of space in between. In some cases, like in [1], I wanted content (e.g. > Ich...OS/2 Warp 4) to be centered horizontally and > vertically between the footer and the header. I created emac

Re: [O] Bug: publishing symbolic link with org-publish-attachment [9.1.6 (9.1.6-44-ge6f891-elpa @ /home/michel/.emacs.d/elpa/org-20180205/)]

2018-02-13 Thread Nicolas Goaziou
Hello, Michel Damiens writes: > when publishing a project which contains a symbolic link to a directory, > this link is not transferred. I think that the reason is the destination > is not updated. Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Problems with exporting in org-mode 9.1.6

2018-02-13 Thread Nathanael Schweers
Nicolas Goaziou writes: > Hello, > > Rainer Thiel writes: > >> I am getting the error message «Wrong type argument: listp, #("This is >> the Title" 0 17 (:parent (#0)))» (or similar) whenever I try to export >> a file with header options to any format (html, txt, pdf via LaTeX, >> ...), if the f

[O] Problem With org-collector.el

2018-02-13 Thread lists
Just recently I have been getting an error with Eric Schulte's very useful org-collector.el. The problem happens with (require 'org-table) The error is Symbols value as variable is void: org-enable-table-editor I presume that this symbol has been removed, or renamed. Can anyone give me an ide

Re: [O] org-reveal: content side by side

2018-02-13 Thread Michael Welle
Hello Jens, Jens Lechtenboerger writes: > On 2018-02-11, Michael Welle wrote: > >> Looks easy, eh? A header at the top, a footer at the bottom and a lot >> of space in between. In some cases, like in [1], I wanted content (e.g. >> Ich...OS/2 Warp 4) to be centered horizontally and >> vertically

Re: [O] org-reveal: content side by side

2018-02-13 Thread Jens Lechtenboerger
On 2018-02-13, Michael Welle wrote: > That jumping of the headings is one of my main issues, I think it's not > acceptable. I see. I don’t know how to fix the headings at the top and have the contents vertically centered. Best wishes Jens

Re: [O] org-reveal: content side by side

2018-02-13 Thread Michael Welle
Hello, i have to correct me. Michael Welle writes: > Hello Jens, > > Jens Lechtenboerger writes: [...] >> The howto for emacs-reveal is available at [1]. First-level >> headings are centered vertically and horizontally. I just added >> slide 20 with horizontally centered text (underneath a h

Re: [O] Problem With org-collector.el

2018-02-13 Thread Nicolas Goaziou
Hello, li...@wilkesley.net writes: > Just recently I have been getting an error with Eric Schulte's very > useful org-collector.el. The problem happens with (require 'org-table) > > The error is > > Symbols value as variable is void: org-enable-table-editor > > I presume that this symbol has been

[O] org-clock-report overrides default :scope argument

2018-02-13 Thread Tyler Smith
Hi, I have set org-clock-clocktable-default-properties to: (:scope agenda :stepskip0 t :fileskip0 t :compact t :block today) However, if I'm in a subtree and I try to insert a new clock table via ~C-c C-x C-r~ / ~org-clock-report~, org sets the options to ~:scope subtree~, ignoring my cust

[O] Bug: html export : adding a class attribute to an image [9.1.6 (9.1.6-44-ge6f891-elpa @ /home/michel/.emacs.d/elpa/org-20180212/)]

2018-02-13 Thread Michel Damiens
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. --

[O] Agenda: skip sub-item if parent is scheduled

2018-02-13 Thread Matthieu Caneill
Hi, In a custom `tags-todo` agenda view, I can't manage to skip sub-items if their parent is scheduled. If I have this: * TODO parent item SCHEDULED: <2018-02-11> ** TODO child sub-item I don't want any item to appear in the `tags-todo` list. I have: `org-tags-match-list-sublevels nil`. If I

[O] Bug: Error building agenda buffer [9.1.5 (9.1.5-1-gb3ddb0-elpa @ c:/Users/admin/AppData/Roaming/.emacs.d/elpa/org-20171225/)]

2018-02-13 Thread Макей Е . В .
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 mailing list. ---

[O] Bug: org-paste-subtree displaces folded content [9.1.6 (9.1.6-48-gfe7619-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20180212/)]

2018-02-13 Thread Allen Li
With the org file: * foo some content * bar some content 1 some content 2 1. C-s foo RET 2. C-c C-x C-w 3. C-r some RET 4. C-c C-x C-y Final content is * bar some content 1 * foo some content some content 2 The behavior is insidious when the contents are folded: * foo... * bar... turns into

Re: [O] Two ob-lua versions

2018-02-13 Thread Satoru KURASHIKI
hi, On Sun, Feb 11, 2018 at 6:22 PM, Nicolas Goaziou wrote: > Hello, > > Thibault Marin writes: > >> I noticed that a recent change added an ob-lua.el file to contrib/lisp/. >> Since there is already an ob-lua.el in lisp/, I was wondering if the new >> version was adding functionality not suppor