emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] org-mobile agenda title
@ 2012-01-25 21:21 Henning Weiss
  2012-01-28 14:41 ` Bastien
  2012-12-05 13:10 ` Henning Weiss
  0 siblings, 2 replies; 8+ messages in thread
From: Henning Weiss @ 2012-01-25 21:21 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1268 bytes --]

Hi everyone,

I have been working on a patch for
mobileorg-android<https://github.com/matburt/mobileorg-android>that
improves the displaying of the generated
agendas.org file. The problem I'm having is that TITLE: fields of all
entries are generated by concatenating the name and the matching criterion
of an entry. The issue is discussed in further details
here<https://github.com/matburt/mobileorg-android/issues/114#issuecomment-3658654>
.

I have tried to create a patch that removes the match criterions from the
generated title entry and attached it below. This could potentially break
other org-mobile clients and might not be the best way to solve this.

What would it take to include this in orgmode?

best regards,
Henning Weiss

diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el
index 541ccc8..82320c7 100644
--- a/lisp/org-mobile.el
+++ b/lisp/org-mobile.el
@@ -592,7 +592,7 @@ The table of checksums is written to the file
mobile-checksums."
  (cons (list 'org-agenda-title-append
     (concat "<after>KEYS=" gkey "#" (number-to-string
       (setq cnt (1+ cnt)))
-    " TITLE: " gdesc " " match "</after>"))
+    " TITLE: " gdesc "</after>"))
       settings))
   (push (list type match settings) new)))))
     (and new (list "X" "SUMO" (reverse new)

[-- Attachment #2: Type: text/html, Size: 2181 bytes --]

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-01-04 16:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-25 21:21 [PATCH] org-mobile agenda title Henning Weiss
2012-01-28 14:41 ` Bastien
2012-01-28 20:05   ` Henning Weiss
2012-03-20 15:30     ` Bastien
2012-12-05 13:10 ` Henning Weiss
2012-12-30  8:55   ` Bastien
2013-01-04 15:29     ` Henning Weiss
2013-01-04 16:22       ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).