summaryrefslogtreecommitdiffstats
path: root/2022/talks/journalism.md
diff options
context:
space:
mode:
Diffstat (limited to '2022/talks/journalism.md')
-rw-r--r--2022/talks/journalism.md100
1 files changed, 100 insertions, 0 deletions
diff --git a/2022/talks/journalism.md b/2022/talks/journalism.md
index 19728be4..71d46e83 100644
--- a/2022/talks/journalism.md
+++ b/2022/talks/journalism.md
@@ -80,6 +80,106 @@ that you love every day is the most important point to me
So let's keep modding our configs!
+# Discussion
+
+## Notes
+
+- Interesting things from the talk go here
+- WRT Literate programming, if you\'ve never read Knuth\'s
+ Tangle/Web/Weave stuff, it\'s worth knowing about
+- Using the Calendar in conjunction with task managment and email show
+ off the power off the holistic workflow of Emacs
+- CRDT\-- an easy way to work with other people in emacs \--
+ <https://code.librehq.com/qhong/crdt.el>
+
+## Questions and answers
+
+- Q: It\'d be interesting if you explained why WeChat is a necessity
+ for you; outside China, most people have no reason to use it at
+ all.  Thanks.
+ - A: I think he meant Weechat (the IRC client) not WeChat \--
+ Chinese exigency 
+ - The captioning did mention WeChat.  If he lives in Hong Kong,
+ then I totally understand, so consider this question answered.
+ - Oh nvm then
+ - Yeah, you\'ve (Alfred) gotten WeChat spot on.  Most people here
+ don\'t care much, but I\'m probably one of the only people in
+ this country not using WeChat, and it\'s a major PITA to live
+ without.
+- Q:Have you looked at CRDT.el for collaborative realtime editing?
+ - A: most of my work is just versions
+ - CRDT has great org mode support for task managent
+ - CRDT
+ - <https://code.librehq.com/qhong/crdt.el/>
+ - <https://elpa.gnu.org/packages/crdt.html>
+ - related:
+ <https://www.emacswiki.org/emacs/CollaborativeEditing>
+- Q:Sharing orgmode files is trickier than we expect. Do you do this?
+ If yes, how do you do it?
+ - A: Direct sharing was not successful. Exporting to docx or ODT
+ is problematic (Latex structure). 
+ - has tried github and gitlab, but that might require signups - is
+ also suboptimal
+ - Export profiles for ODT or DOCX is a better approach, or at
+ least worked well so far
+ - Karl Voit\'s notes on collaborative working with non-Org users:
+ - \- <http://irreal.org/blog/?p=6234>
+ -   -
+ <https://www.wisdomandwonder.com/link/9922/how-to-reintegrate-changes-for-word-back-into-org-mode>
+ -   - Export to docx via pandoc and re-import via =pandoc
+ \--track-changes=all=
+ -     : pandoc \--track-changes=all Document.docx
+ Compare\_to\_original.org
+ - \-
+ <https://www.reddit.com/r/emacs/comments/ad43hf/question_how_do_you_manage_tasks_calendars_with/>
+ - \- <https://github.com/200ok-ch/organice>: an implementation
+ of Org mode without the dependency of Emacs. It is built for
+ mobile and desktop browsers and syncs with Dropbox, Google
+ Drive and WebDAV.
+ - \- \[2021-06-08 Tue\]
+ <https://www.reddit.com/r/orgmode/comments/nuit8u/coordinating_with_people_who_dont_use_emacs_or/>
+ → discussion
+ - Karl Voit\'s notes on collaborative working with Emacs users:
+ - \- 2020-05-29
+ <https://gitlab.com/emacsomancer/collaborative-writing-environment-emacs>
+ -   - special emacs setup that allows collaboration on the
+ same LAN
+ -   - needs separate emacs config (different host or user or
+ move config out of the way)
+ -   - \[ \] try it out myself
+ - \- \[2020-08-31 Mon\] <http://typeintandem.com/> +
+ <https://github.com/jscheid/tandem-emacs>
+ -   - unmaintained:
+ <https://github.com/jscheid/tandem-emacs/issues/1>
+ - \- \[2021-11-03 Wed\]
+ <https://code.librehq.com/qhong/crdt.el.git>
+ -   - via Sacha Chua\'s EmacsConf21 Emacs news
+- Q:Do you use pandoc for incoming and outgoing docs? Do you find that
+ repeated conversions lose document quality?
+ - A:
+- Q: I am beginning on emacs (again) after falling off every time
+ because of the \"working in config-files\" whole day. What was your
+ moment when you really started to work in emacs instead of
+ config-editing?
+ - A: Had the click after finding text editor workflow. Don\'t be
+ too frustrated :-) , use templates, put ideas off to a later
+ moment. 
+ - related: <https://xkcd.com/1205/> and <https://xkcd.com/1319/>
+- Q: Why is emacs recommended for journalism? -vidianos asks
+ - A: I wouldn\'t say it\'s recommended\-- a personal choice\--
+ valuable as a tool\-- can be tailored so that it\'s easy to
+ transfer skills from other disciplines\-- more scientific ones
+ to journalism. Org-Roam is a game changer because it allows me
+ to set thoughts aside and know that I can get back to it. Helps
+ with self-control.
+- Q: Do you use any fancy solutions for annotation text onto
+ particular video timestamps?
+ - Clarification: Yes, asking about making notes on a video, when
+ something happens 
+ - Side Note: subd.el could be useful
+ <https://github.com/sachac/subed>
+ - A: Taking notes with org-roam and linking them to BiBTeX etc
+
[[!inline pages="internal(2022/info/journalism-after)" raw="yes"]]