Re: [O] bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Bingo UV
Hi RMS, Nicolas The concrete software MobileOrg on Android is somewhat of an orphan. It may not revive as itself. But there is also a protocol mobileorg, which the manual alludes to, though does not document directly. That protocol is very much an enabler of software freedom, and it is

Re: [O] "atomic knowledge" modeling tool

2016-02-03 Thread Bingo UV
On Mon, 1 Feb 2016 15:15:03 -0700 luke call wrote: > I'm not org-mode power-user but what I recall from my use years ago > is that I moved away because of the # of keystrokes to do operations, > having to open different files for different topics, and that one > single set of notes couldn't be

Re: [O] missing fancy character when using org-bullets

2016-02-02 Thread Bingo UV
On Tue, 2 Feb 2016 15:22:09 +0100 Giacomo M wrote: > Dear all, > at work I have Windows 7, at home Windows 10. I use the same emacs > configuration, and Consolas as the default font face. > I indulge myself using org-bullets. At work it works. At home the > pretty symbol for 3-rd level outlines

Re: [O] MobileOrg does not sync with local Android calendar

2016-02-02 Thread Bingo UV
On Mon, 1 Feb 2016 12:31:33 -0800 Brian van den Broek wrote: > > I use an app (from the Play Store) called Offline Calendar. It makes > Google calendars that do not sync. I have mobile org write to a > calendar it creates and never sync calendars on my phone or tablet. > It works on my nexus 7

Re: [O] how to add some features in a newly added headline?

2016-01-16 Thread Bingo UV
; (org-insert-heading) > (org-id-get-create) > > (save-excursion ;-> add time stamp > (org-end-of-meta-data-and-drawers) > (newline) > (org-time-stamp-inactive '(16 > > > > On Sat, Jan 16, 2016 at 8:14 AM, Bingo UV wrote: > > > (ad

[O] how to add some features in a newly added headline?

2016-01-16 Thread Bingo UV
Hi, When I create a new headline, I want a set of features in it: 1. The ID property in the properties drawer 2. The properties drawer should be collapsed 3. An inactive timestamp at the beginning of text 4. Cursor at the beginning of heading Currently, I have a hook for org-insert-heading-hoo

[O] org-id-copy adding properties drawer before planning line

2016-01-09 Thread Bingo UV
Hi, Consider the simple org file content * test <2016-01-09 Sat 08:10> When point is on the heading, if I execute M-x org-id-copy or org-id-get-create, I get the following: * test :PROPERTIES: :ID: c1f5299d-c62d-4daa-8586-c61d0e32c255 :END: <2016-01-09 Sat 08:10> I understand that thi

Re: [O] any intelligent workflow how to use mobileorg agendas?

2016-01-08 Thread Bingo UV
On Tue, 05 Jan 2016 16:30:01 +0100 David Belohrad wrote: > Dear All, > > i'm in org-mode for already some years. However I am still struggling > with how to setup the workflow such, that it actually works with the > mobileorg agenda. What I need is to display > > a) daily agenda > b) datetree w

Re: [O] syncing my life (orgmode :)) to a mobile (android) device..cant find a holistic reliable way..how do you guys manage to do it?

2015-12-05 Thread Bingo UV
On Sat, 5 Dec 2015 14:08:19 + Eric S Fraga wrote: > Case 2: this is my preferred mobile solution. I have an OpenPandora > palmtop computer [1] running the full Debian testing distribution with > Oh, and the Pandora has a fantastic audio system :-) > > Sorry if I have come across as an

Re: [O] Asynchronous mobileorg push/pull

2015-11-29 Thread Bingo UV
On Mon, 23 Nov 2015 15:33:23 +0100 Sven Bretfeld wrote: > You can just use a cronjob like: > > */10 * * * * emacs --batch --load ~/.emacs --eval > "(org-mobile-pull)" --eval "(org-mobile-push)" > > This executes the whole process in the background with another > instance of emacs running i

[O] pandoc export does not honour org-export-with-sub-superscripts?

2015-11-13 Thread Bingo UV
Hi, With emacs 24.5.1, melpa ox-pandoc from 20150706.1809 and org-plus-contrib-20151109, I have set org-export-with-sub-superscripts to {}. It has the correct behaviour in html export, or latex export. But with pandoc, A_B and A_{B} both get exported with B as subscript. Are there s

Re: [O] Tag hierarchies

2015-08-21 Thread Bingo UV
On Fri, 21 Aug 2015 16:35:31 -0700 Shankar Rao wrote: > I've read about tag hierarchies in the manual > (http://orgmode.org/manual/Tag-hierarchy.html#Tag-hierarchy) and my > understanding is that searching for a group tag A will search for > headlines tagged either with A or any of A's descendant

[O] 20150810 broke Android mobileorg synchronization?

2015-08-12 Thread Bingo UV
Hi, Ever since I upgraded to 20150810 from orgmode elpa, mobileorg synchronization with Android phone has stopped working[1]. Earlier org version was from around 13 July. From my older mobileorg pushed files, I see two important differences: 1. index.org with 20150810 contains extr

[O] ORDERED property affects next subtree also

2015-08-06 Thread Bingo UV
Hi, For a simple .emacs file like : - (add-to-list 'load-path "~/.emacs.d/orglisp") (require 'org) (setq org-enforce-todo-dependencies t) (setq org-agenda-dim-blocked-tasks 'invisible) (setq org-agenda-files (list "~/org/test.org")) (setq org-tags-exclude-from-inheri