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
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
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
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
; (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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo