Re: [O] How to include diary anniversary entries into default org-agenda?

2017-12-20 Thread Marco Wahl
stardiviner writes: > I have an org-mode file: > > #+begin_src org > ,* Anniversary > > ,** my first child anniversary > > %%(diary-anniversary 10 26 2017) > > ,** Funeral Arrangement > > ,*** kk > > %%(diary-anniversary 12 8 2007) > #+end_src > > How to include and show

Re: [O] How to include diary anniversary entries into default org-agenda?

2017-12-20 Thread Roland Everaert
I don't know for the agenda, but if you install calfw and calfw-cal, you can see your diary entries in a "more graphical" calendar. On Wed, Dec 20, 2017 at 4:21 AM, stardiviner wrote: > I have an org-mode file: > > #+begin_src org > ,* Anniversary > > ,** my first child

Re: [O] [BUG] Re: header argument :noweb-ref seems can't be resolved

2017-12-20 Thread Nicolas Goaziou
Hello, "Berry, Charles" writes: > Looks pretty clean. I've not had time to try it out, however. Thank you. OK. I applied it on master. Since there was some differences with maint, I didn't backport it there, though. Instead, I bound `org-babel-current-sourced-block-location'

Re: [O] How to include diary anniversary entries into default org-agenda?

2017-12-20 Thread stardiviner
Sorry, that's my mis-type. You example works. Now the problem is: > #+begin_src org > ,* Anniversary > > ,** my first child anniversary > > %%(diary-anniversary 10 26 2017) > > ,** Funeral Arrangement > > ,*** kk > > %%(diary-anniversary 12 8 2007) > #+end_src Then org-agenda shows all

Re: [O] Git repository error

2017-12-20 Thread Colin Baxter
> Robert Klein writes: > Hi guys, I removed old git-daemon processes and restartet the git > daemon. > Does it work better, now? Yes, it does. I have just updated successfully with an old school 'git pull'. Thanks. -- Colin Baxter m43...@yandex.com

Re: [O] How to include diary anniversary entries into default org-agenda?

2017-12-20 Thread Nick Dokos
"numbch...@gmail.com" writes: > I tried %%(org-anniversary 2016 12 21) Test anniversary. But this > seems does not work. I tested with variable diary-file default value > point to ~/.emacs.d/diary file. and has following content: > > ... > > %%(org-anniversary 2016 12 21)

Re: [O] How to include diary anniversary entries into default org-agenda?

2017-12-20 Thread Robert Horn
stardiviner writes: > I have an org-mode file: > > #+begin_src org > ,* Anniversary > > ,** my first child anniversary > > %%(diary-anniversary 10 26 2017) > > ,** Funeral Arrangement > > ,*** kk > > %%(diary-anniversary 12 8 2007) > #+end_src > > How to include and show them in default

[O] Bug: Tangling python code results in mixed tabs and spaces, incomaptible with python3 [9.1.4 (9.1.4-dist @ /home/ehere/emacs-scripts/org-9.1.4/lisp/)]

2017-12-20 Thread Edmund Christian Herenz
The following python code uses only whitespaces for the different indentdation levels: a_list = ['elem1', 'elem2', 'elem3'] for elem in a_list: print(elem) for char in elem: print char I enter this code into a SRC block with #+BEGIN_SRC python :tangle

Re: [O] How to include diary anniversary entries into default org-agenda?

2017-12-20 Thread Nick Dokos
Marco Wahl writes: > stardiviner writes: > >> I have an org-mode file: >> >> #+begin_src org >> ,* Anniversary >> >> ,** my first child anniversary >> >> %%(diary-anniversary 10 26 2017) >> >> ,** Funeral Arrangement >> >> ,*** kk >> >>

Re: [O] http://orgmode.org/org.html "Short Contents" links seem to be broken

2017-12-20 Thread Uwe Koloska
Hi, I can confirm this as an error. The links in the short contents link to anchors starting with "toc_" but these are missing. Maybe they should point to the corresponding parts in the detailed node listing. The links in the pop up toc link directly to the sections in the manual that have

Re: [O] possible to store a link to a specific entry in the *texinfo* file?

2017-12-20 Thread Shiyao MA
Hi yasushi. Thanks for your reply. I am now using org9. Is it possible to specify an exact match? [[info:elisp#define-minor-mode]] gives two potential matches. Found ‘easy-mmode-define-minor-mode’ in Index. (2 total; use ‘,’ for next) Best, On Wed, Dec 20, 2017 at 12:38 PM, Yasushi SHOJI

Re: [O] [BUG] Re: header argument :noweb-ref seems can't be resolved

2017-12-20 Thread numbch...@gmail.com
problem solved, Thanks very much. @Nicolas and @Berry. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Wed, Dec 20,

Re: [O] Poll: new keybinding for org-insert-structure-template?

2017-12-20 Thread Eric Abrahamsen
Eric Abrahamsen writes: > Rasmus writes: > >> Eric Abrahamsen writes: >> >>> Eric Abrahamsen writes: >>> Rasmus writes: > Kaushal Modi writes: >

Re: [O] Git repository error

2017-12-20 Thread Samuel W. Flint
> Colin Baxter writes: > Marco Wahl writes: >> Jack Kamm writes: >>> I'm having the same issue as Josiah, are others able to pull >>> from the git repo? >> git pull works for me. >> Maybe the following questions lead to

[O] [PATCH] Fix for double-escaping # and ![ in ox-md

2017-12-20 Thread Kaushal Modi
Hello, I have this test case; export it by doing C-c C-e C-s m M (assuming ox-md is required.. I think it is required by default). = * Escaping hashes and exclamations correctly in body :PROPERTIES: :EXPORT_FILE_NAME: escaping-hashes-and-exclamations-in-body :END: I intend to show these #

Re: [O] Poll: new keybinding for org-insert-structure-template?

2017-12-20 Thread Eric Abrahamsen
Rasmus writes: > Eric Abrahamsen writes: > >> Eric Abrahamsen writes: >> >>> Rasmus writes: >>> Kaushal Modi writes: > On Fri, Dec 15, 2017 at 6:23 AM Rasmus

Re: [O] Git repository error

2017-12-20 Thread lists
On 2017-12-20 17:14, swfl...@flintfam.org wrote: I'm still having this problem CB> -- Colin Baxter m43...@yandex.com CB> - CB> GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 CB> 41C8 CB>

[O] Canonical way to strip off all markup from an element in Org exporter backend?

2017-12-20 Thread Kaushal Modi
Hello, What's the canonical way to strip off all markup from an element in an Org exporter backend. I do it in this round-about way in ox-hugo..it works but feels convoluted. The trick is to remove all markup chars from an element while retaining the *, /, `, etc chars *not* used for any markup.

[O] TIL about use of eval in user Org macros.. Documentation?

2017-12-20 Thread Kaushal Modi
Hello, The commit message in this commit is golden: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=3ac619c8ac9934a2a1368f3de8ffad951f900067 Using that info, I came up with a "classified" version of n macro for markdown/HTML: #+MACRO: sec (eval (concat "" (number-to-string

Re: [O] Canonical way to strip off all markup from an element in Org exporter backend?

2017-12-20 Thread Kaushal Modi
On Wed, Dec 20, 2017 at 5:27 PM Nicolas Goaziou wrote: > You must be kidding. It must be around 8 locs. See for example > `org-export-toc-entry-backend'. > Thank you! That function is educational. I'll play more with that idea. It will be a lot more verbose than the 3

Re: [O] Canonical way to strip off all markup from an element in Org exporter backend?

2017-12-20 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > What's the canonical way to strip off all markup from an element in an Org > exporter backend. You could write a dedicated (anonymous) back-end for that, if you have a clear idea about what "strip off all markup" means. Regards, --

Re: [O] Canonical way to strip off all markup from an element in Org exporter backend?

2017-12-20 Thread Kaushal Modi
On Wed, Dec 20, 2017 at 5:04 PM Nicolas Goaziou wrote: > You could write a dedicated (anonymous) back-end for that, Thanks! I feared so. Then the strip-HTML-tags approach seems to be the quickest. > if you have a clear idea about what "strip off all markup" means. >

Re: [O] [PATCH] Fix for double-escaping # and ![ in ox-md

2017-12-20 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Note that the # and ![ are double-escaped. So any markdown->HTML renderer > will print that "\" as it is. > > Digging through ox-md.el, I found that the order of > replace-regexp-in-string was incorrect in org-md-plain-text. > > Here's the

Re: [O] Canonical way to strip off all markup from an element in Org exporter backend?

2017-12-20 Thread Nicolas Goaziou
Kaushal Modi writes: > Thanks! I feared so. Then the strip-HTML-tags approach seems to be the > quickest. You must be kidding. It must be around 8 locs. See for example `org-export-toc-entry-backend'. > Would there be an interest to add that to the core something like a

Re: [O] [PATCH] Fix for double-escaping # and ![ in ox-md

2017-12-20 Thread Kaushal Modi
On Wed, Dec 20, 2017 at 5:07 PM Nicolas Goaziou wrote: > > If this looks good, I can commit this to maint. > > It looks good. Thank you. > Thanks. It's now committed to maint and merged to master. -- Kaushal Modi

Re: [O] Git repository error

2017-12-20 Thread Robert Klein
Hi guys, I removed old git-daemon processes and restartet the git daemon. Does it work better, now? Best regards Robert On Wed, 20 Dec 2017 18:03:01 + li...@wilkesley.net wrote: > On 2017-12-20 17:14, swfl...@flintfam.org wrote: > > > I'm still having this problem > > > > CB> --

Re: [O] How to include diary anniversary entries into default org-agenda?

2017-12-20 Thread numbch...@gmail.com
Sorry [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Thu, Dec 21, 2017 at 10:40 AM, numbch...@gmail.com

Re: [O] How to include diary anniversary entries into default org-agenda?

2017-12-20 Thread numbch...@gmail.com
Sorry. I try to edit it in Emacs. but it is messed up by Gmail format. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/

Re: [O] How to include diary anniversary entries into default org-agenda?

2017-12-20 Thread numbch...@gmail.com
I tried %%(org-anniversary 2016 12 21) Test anniversary. But this seems does not work. I tested with variable diary-file default value point to ~/.emacs.d/diary file. and has following content: %%(diary-anniversary 10 21 2016) my first child <%%(diary-anniversary 10 21 2016)> my first child