Re: [O] Documentation in ePub Format

2018-09-11 Thread Eric Abrahamsen
Dilyan Palauzov  writes:

> Hello Eric,
>
> with https://github.com/jlhg/texinfo2epub I did
>
>  PATH/texinfo2epub/texinfo2epub.sh org-9.114/doc/org.texi org-9.1.14.epub
>
> The result – https://mail.aegee.org/dpa/org-9.1.14.epub – seems good.

Looks like this is something pandoc can handle as well -- it would be
interesting to compare the two outputs.




Re: [O] Documentation in ePub Format

2018-09-11 Thread Dilyan Palauzov

Hello Eric,

with https://github.com/jlhg/texinfo2epub I did

 PATH/texinfo2epub/texinfo2epub.sh org-9.114/doc/org.texi org-9.1.14.epub

The result – https://mail.aegee.org/dpa/org-9.1.14.epub – seems good.

Greetings
  Дилян

- Message from Eric S Fraga  -
   Date: Tue, 11 Sep 2018 09:11:42 +0100
   From: Eric S Fraga 
Subject: Re: [O] Documentation in ePub Format
 To: Dilyan Palauzov 
 Cc: emacs-orgmode@gnu.org



On Friday,  7 Sep 2018 at 21:09, Dilyan Palauzov wrote:

Hello,

it is not hard to convert existing texinfo to ePub.

Please offer the documentanion at orgmode.srg also tn ePub format.


Maybe you can help achieve this.  For instance, can you provide
instructions on how to convert texinfo to epub?
--
Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-783-g97fac4



- End message from Eric S Fraga  -





Re: [O] org-copy-visible does not work with x-select-enable-primary

2018-09-11 Thread Nicolas Goaziou
Hello,

alain.coch...@unistra.fr writes:

> Nicolas Goaziou writes on Sun  2 Sep 2018 21:25:
>
>  > You may want to report it to Emacs Devel instead. Since it works in
>  > some cases, it may not be related to Org.
>
> So I did report to Emacs Devel -- see thread
> https://lists.gnu.org/archive/html/emacs-devel/2018-09/msg00476.html
>
> Eli Zaretskii argues that the problem comes from Org.
>
> Stefan Monnier provides a patch, which, for me, solves the problem.

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou0x80A93738



[O] Bug: org-agenda-filter-by-top-heading does not filter [9.1.14 (release_9.1.14-908-gf1269e)]

2018-09-11 Thread Lem Ming
I am learning org-mode by trying the several features one by one.

In the agenda list `org-agenda-list` buffer, when I do
`org-agenda-filter-by-top-headline` when the point is over a line with a
headline, nothing is filtered.

I use the minimal setup as described with the most recent org version as
specified here:
https://orgmode.org/org.html#Feedback

Here is the content of the files in org-agenda-files:

f1.org
```
* Root
** TODO task 1
:tag_1:
   DEADLINE: <2018-09-14 Fri 12:00:00>
   :PROPERTIES:
   :ADD_TIME: <2018-09-07 Fri 23:47:00>
   :END:
*** TODO task 1.1
DEADLINE: <2018-09-14 Fri 11:00:00>
:PROPERTIES:
:ADD_TIME: <2018-09-07 Fri 23:47:00>
:END:
*** DONE task 1.2
CLOSED: [2018-09-09 Sun 23:53:00] DEADLINE: <2018-09-14 Fri 11:00:00>
:PROPERTIES:
:ADD_TIME: <2018-09-07 Fri 23:47:00>
:END:
```

f2.org
```
* Root
** TODO task 2
:tag_2:
   DEADLINE: <2018-09-14 Fri 12:00:00>
   :PROPERTIES:
   :ADD_TIME: <2018-09-07 Fri 23:47:00>
   :END:
*** TODO task 2.1
DEADLINE: <2018-09-14 Fri 11:00:00>
:PROPERTIES:
:ADD_TIME: <2018-09-07 Fri 23:47:00>
:END:
*** DONE task 2.2
CLOSED: [2018-09-09 Sun 23:53:00] DEADLINE: <2018-09-14 Fri 11:00:00>
:PROPERTIES:
:ADD_TIME: <2018-09-07 Fri 23:47:00>
:END:
** DONE task 3 [100%]
:tag_3:
   CLOSED: [2018-09-10 Mon 23:57:22] DEADLINE: <2018-09-14 Fri 12:00:00>
   :PROPERTIES:
   :ADD_TIME: <2018-09-06 Thu 23:47:00>
   :END:
*** DONE task 3.1
CLOSED: [2018-09-10 Mon 23:57:20] DEADLINE: <2018-09-14 Fri 11:00:00>
:PROPERTIES:
:ADD_TIME: <2018-09-06 Thu 23:47:00>
:END:
*** DONE task 3.2
CLOSED: [2018-09-09 Sun 23:53:00] DEADLINE: <2018-09-14 Fri 11:00:00>
:PROPERTIES:
:ADD_TIME: <2018-09-06 Thu 23:47:00>
:END:
** TODO task 4
   DEADLINE: <2018-09-13 Thu 12:00:00> SCHEDULED: <2018-09-14 Fri 23:55:00>
** TODO task 5
   DEADLINE: <2018-09-11 Tue 12:00:00> SCHEDULED: <2018-09-06 Thu 10:00:00>
** TODO task 6
   DEADLINE: <2018-09-13 Thu 12:00:00> SCHEDULED: <2018-09-09 Sun 10:00:00>
** TODO task 7
   DEADLINE: <2018-09-14 Fri 12:00:00> SCHEDULED: <2018-09-12 Wed 10:00:00>
```

Am I not using `org-agenda-filter-by-top-headline` correctly?
What should I do to filter the agenda list by top headline?

Regards.

===

Emacs  : GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30)
 of 2018-07-05
Package: Org mode version 9.1.14 (release_9.1.14-908-gf1269e)

current state:
==
(setq
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
 org-src-mode-configure-edit-buffer)
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-agenda-files '("~/tmp/orgmode/agenda/f2.org" "~/tmp/orgmode/agenda/
f1.org")
 org-mode-hook '((closure
  (org--rds reftex-docstruct-symbol orgtbl-line-start-regexp
   org-element-greater-elements org-table-coordinate-overlays
   org-table-auto-blank-field org-clock-history
org-agenda-current-date
   org-with-time org-defdecode org-def org-read-date-inactive
org-ans2
   org-ans1 org-columns-current-fmt-compiled org-clock-current-task
   org-clock-effort org-agenda-skip-function
   org-agenda-skip-comment-trees org-agenda-archives-mode
   org-end-time-was-given org-time-was-given org-log-note-extra
   org-log-note-purpose org-log-post-message
org-last-inserted-timestamp
   org-last-changed-timestamp org-entry-property-inherited-from
   org-blocked-by-checkboxes org-state
   org-agenda-headline-snapshot-before-repeat
   org-capture-last-stored-marker org-agenda-start-on-weekday
   org-agenda-buffer-tmp-name clean-buffer-list-kill-buffer-names
   org-id-link-to-org-use-id org-agenda-buffer-name
org-priority-regexp
   org-mode-abbrev-table org-mode-syntax-table buffer-face-mode-face
   org-mode-map org-tbl-menu org-org-menu org-struct-menu
org-entities
   org-last-state org-id-track-globally org-clock-start-time
texmathp-why
   remember-data-file org-agenda-tags-todo-honor-ignore-options
   iswitchb-temp-buflist calc-embedded-open-mode
   calc-embedded-open-formula calc-embedded-close-formula
   align-mode-rules-list org-emphasis-alist
   org-emphasis-regexp-components org-export-registered-backends
   org-modules org-babel-load-languages
org-indent-indentation-per-level
   org-element-paragraph-separate ffap-url-regexp
   org-inlinetask-min-level t)
  nil
  (add-hook (quote change-major-mode-hook) (quote org-show-all)
   (quote append) (quote local))
  )
 (closure
  (org-bracket-link-regexp org-src-window-setup *this*
   org-babel-confirm-evaluate-answer-no org-src-preserve-indentation
   org-src-lang-modes 

Re: [O] Beamer with org-mode

2018-09-11 Thread Eric S Fraga
On Monday, 10 Sep 2018 at 17:09, gmx wrote:

[...]

> When I work with Texstudio (my theme is called in this form: 
> \usepackage{keynote-gradient}*), no problem: the theme is perfectly 
> recognized. But not with org-mode.

Maybe add

  #+beamer_theme: keynote-gradient

to your org file?

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-783-g97fac4



Re: [O] Documentation in ePub Format

2018-09-11 Thread Eric S Fraga
On Friday,  7 Sep 2018 at 21:09, Dilyan Palauzov wrote:
> Hello,
>
> it is not hard to convert existing texinfo to ePub.
>
> Please offer the documentanion at orgmode.srg also tn ePub format.

Maybe you can help achieve this.  For instance, can you provide
instructions on how to convert texinfo to epub?
-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-783-g97fac4



Re: [O] org-copy-visible does not work with x-select-enable-primary

2018-09-11 Thread Alain . Cochard
Nicolas Goaziou writes on Sun  2 Sep 2018 21:25:

 > You may want to report it to Emacs Devel instead. Since it works in
 > some cases, it may not be related to Org.

So I did report to Emacs Devel -- see thread
https://lists.gnu.org/archive/html/emacs-devel/2018-09/msg00476.html

Eli Zaretskii argues that the problem comes from Org.

Stefan Monnier provides a patch, which, for me, solves the problem.

Thank you very much and regards.

-- 
EOST (École et Observatoire des Sciences de la Terre) 
IPG (Institut de Physique du Globe) | alain.coch...@unistra.fr
5 rue René Descartes   [bureau 106] | Phone: +33 (0)3 68 85 50 44 
F-67084 Strasbourg Cedex, France| Fax:   +33 (0)3 68 85 01 25