#+TITLE: Orgro.social
#+NICK: Orgro
#+DESCRIPTION: A mobile Org Mode file editor and viewer
#+AVATAR: https://orgro.org/assets/appicon.png
#+LINK: https://orgro.org
#+LOCATION: On your mobile device
#+BIRTHDAY: 2020-5-14
# First release was 2020-5-14 (iOS; Android was 2020-5-16)
# First commit (=conception?) was on 2020-2-5:
# https://github.com/amake/orgro/commit/de67900d5dbad4e9cbb804c999e7f43c29937a9a
#+LANGUAGE: en ja
#+CONTACT: mailto:support@orgro.org
#+PINNED: 2026-04-29T19:28:29+0900

* Ops

#+begin_src bash :var dryrun="--dryrun" :results output
  set -euo pipefail
  aws s3 $dryrun sync --no-progress --no-follow-symlinks \
      --exclude '*' --include 'assets/*' --exclude '*/.*' \
      --cache-control "max-age=30" . "s3://orgro-web/social/"
  if [ -z $dryrun ]; then
      sed -i -E '/^\* Posts$/,$ s$\[file:assets/$\[https://social.orgro.org/assets/$g' social.org
  fi
  aws s3 $dryrun sync --no-progress --no-follow-symlinks \
      --exclude '*' --include 'social.org' \
      --content-type "text/org; charset=utf-8" --cache-control "max-age=30" . "s3://orgro-web/social/"
#+end_src

* Posts
** 2026-03-09T23:22:30+0900
:PROPERTIES:
:LANG: en
:TAGS: announcement
:CLIENT: org-social.el
:MOOD: 🚀
:END:

This is a test post for an official feed of Orgro announcements.

** 2026-03-10T20:07:04+0900
:PROPERTIES:
:LANG: en
:TAGS:
:CLIENT: org-social.el
:MIGRATION: https://orgro.org/social.org https://social.orgro.org
:MOOD:
:END:

This feed has moved to https://social.orgro.org/ so I can properly serve it as
Content-Type: text/org.

** 2026-04-29T12:41:17+0900
:PROPERTIES:
:LANG: en
:TAGS:
:CLIENT: org-social.el
:MOOD:
:END:

Testing sync to Mastodon

** 2026-04-29T13:52:42+0900
:PROPERTIES:
:LANG: en
:TAGS:
:CLIENT: org-social.el
:MOOD:
:END:

Testing image attachment

[[https://social.orgro.org/assets/appicon.png][Orgro app icon]]

** 2026-04-29T19:28:29+0900
:PROPERTIES:
:LANG: en
:TAGS: orgro emacs orgmode
:CLIENT: org-social.el
:MOOD:
:END:

Live your life in #Emacs #orgmode? Take it with you on iOS and Android with Orgro
https://orgro.org

** 2026-04-30T20:08:18+0900
:PROPERTIES:
:LANG: en
:TAGS: orgro emacs orgmode
:CLIENT: org-social.el
:MOOD:
:END:

Orgro 2.2.4 is out on all platforms with these changes:

- Paste images into the editor to link/attach
- Other minor improvements
- Bug fixes

A bit more about image pasting:

- On Android, inserting images from the keyboard is also supported!
- The Org file has to be stored somewhere that Orgro can write to
- Orgro also needs directory permissions; it will prompt you if necessary

[[https://social.orgro.org/assets/orgro-image-paste.mp4][A screen capture demonstrating image paste and insert from keyboard on Android]]

** 2026-04-30T23:03:16+0900
:PROPERTIES:
:LANG: en
:TAGS:
:CLIENT: org-social.el
:REPLY_TO: https://social.orgro.org#2026-04-30T20:08:18+0900
:MOOD:
:END:

Orgro 2.2.4 fixes a bug reported by @tonygrr@github.com: there was a visual
glitch when using “predictive back” on newer versions of Android.

https://github.com/amake/orgro/issues/199

Thanks, tonygrr!
