all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 2016-09-05 Emacs News
@ 2016-09-06  2:23 Sacha Chua
  0 siblings, 0 replies; only message in thread
From: Sacha Chua @ 2016-09-06  2:23 UTC (permalink / raw)
  To: emacs-tangents


[-- Attachment #1.1: Type: text/plain, Size: 4694 bytes --]

2016-09-05 Emacs News
=====================

  - Org Mode:
    - [Kanban in Emacs Org-Mode to Get More Work Done] (http://jr0cket.co.uk/2016/09/Kanban-board-Emacs-Org-mode-to-get-work-done.html)
    - [Exporting clock entries from org-mode to CSV] (http://unconj.ca/blog/exporting-clock-entries-from-org-mode-to-csv.html)
  - Coding:
    - [Rewrite git history with Emacs, magit and git rebase] (https://www.youtube.com/watch?v=mtliRYQd0j4) (15:04)
    - [Using Emacs - 15 - Macros] (http://cestlaz.github.io/posts/using-emacs-15-macros/#.V8oI98hZIh4.reddit) ([Reddit] (https://www.reddit.com/r/emacs/comments/50w460/using_emacs_15_macros/))
    - [slime inspect + eval] (http://puntoblogspot.blogspot.com/2016/08/slime-inspect-eval.html)
    - [Create and run unit test directly in Org mode.] (http://fgiasson.com/blog/index.php/2016/05/30/creating-and-running-unit-tests-directly-in-source-files-with-org-mode/)
    - [How to - Fuzzy autocomplete with company-flx] (https://www.reddit.com/r/emacs/comments/517ohz/how_to_fuzzy_autocomplete_with_companyflx/)
    - [Is there a command or package to close quotes and parens?] (https://www.reddit.com/r/emacs/comments/5156fl/is_there_a_command_or_package_to_close_quotes_and/) general-close
    - [Polymode is awesome] (https://www.reddit.com/r/emacs/comments/50p34n/polymode_is_awesome/)
    - [New Java Develop Environment for Emacs] (https://github.com/mopemope/meghanada-emacs) ([Reddit] (https://www.reddit.com/r/emacs/comments/50ktcv/new_java_develop_environment_for_emacs/))
    - [Deuce - A try to implement Emacs in Clojure] (https://github.com/hraberg/deuce) ([Reddit] (https://www.reddit.com/r/emacs/comments/50gvla/deuce_a_try_to_implement_emacs_in_clojure/))
    - [ecaml – Writing Emacs Plugins in OCaml] (https://github.com/janestreet/ecaml) ([Reddit] (https://www.reddit.com/r/emacs/comments/505gnh/ecaml_writing_emacs_plugins_in_ocaml/))
    - [Write Emacs 25 extensions in Haskell] (https://github.com/knupfer/haskell-emacs)
  - Other:
    - [Even better email contact completion in mu4e] (http://pragmaticemacs.com/emacs/even-better-email-contact-completion-in-mu4e/)
    - [Easily insert Unicode mathematical Fraktur characters] (https://www.wisdomandwonder.com/article/10380/easily-insert-unicode-mathematical-fraktur-characters)
    - [Getting newsletters on your e-mail and reading your e-mail inside Emacs? Also, Pocket user? you may want to see this function I crafted!] (https://www.reddit.com/r/emacs/comments/50wdpc/getting_newsletters_on_your_email_and_reading/)
    - [Integrate iTerm2 in your Emacs setup] (http://sam217pa.github.io/2016/09/01/emacs-iterm-integration/)
    - [When you can't remember all key combination in Emacs] (https://www.reddit.com/r/emacs/comments/50ngq7/when_you_cant_remember_all_key_combination_in/) - more key tips in the comments
    - [How to run nyan-mode in emacs at startup] (https://www.youtube.com/watch?v=ZJr5dYGrhXc) (2:12)
  - New packages:
    - company-flow <http://melpa.org/#/company-flow>: Flow backend for company-mode
    - dired-launch <http://melpa.org/#/dired-launch>: Use dired as a launcher
    - elf-mode <http://melpa.org/#/elf-mode>: Show symbols in binaries
    - ereader <http://melpa.org/#/ereader>: Major mode for reading ebooks
    - flycheck-credo <http://melpa.org/#/flycheck-credo>: flycheck checker for elixir credo
    - kosmos-theme <http://melpa.org/#/kosmos-theme>: Black and lightgray theme with not so much syntax highlighting.
    - org-clock-csv <http://melpa.org/#/org-clock-csv>: Export `org-mode' clock entries to CSV format.
    - org-review <http://melpa.org/#/org-review>: schedule reviews for Org entries
    - ox-tufte <http://melpa.org/#/ox-tufte>: Tufte HTML org-mode export backend
    - pcap-mode <http://melpa.org/#/pcap-mode>: Major mode for working with PCAP files
    - plain-theme <http://melpa.org/#/plain-theme>: Black and white theme without syntax highlighting
    - rc-mode <http://melpa.org/#/rc-mode>: Major mode for the Plan9 rc shell
    - zoutline <http://melpa.org/#/zoutline>: Simple outline library.

  Links from [reddit.com/r/emacs] (http://reddit.com/r/emacs/new), [/r/orgmode] (http://reddit.com/r/orgmode), [Hacker News] (https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story), [planet.emacsen.org] (http://planet.emacsen.org), [Youtube] (https://www.youtube.com/results?search_query=emacs&search_sort=video_date_uploaded), the changes to the [Emacs NEWS file] (http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS), and [emacs-devel] (http://lists.gnu.org/archive/html/emacs-devel/2016-09).

  [Past Emacs News round-ups] (http://sachachua.com/blog/category/emacs-news)


[-- Attachment #1.2: Type: text/html, Size: 5830 bytes --]

[-- Attachment #2: emacs-news.org --]
[-- Type: text/x-org, Size: 4459 bytes --]

* 2016-09-05 Emacs News
- Org Mode:
  - [[http://jr0cket.co.uk/2016/09/Kanban-board-Emacs-Org-mode-to-get-work-done.html][Kanban in Emacs Org-Mode to Get More Work Done]]
  - [[http://unconj.ca/blog/exporting-clock-entries-from-org-mode-to-csv.html][Exporting clock entries from org-mode to CSV]]
- Coding:
  - [[https://www.youtube.com/watch?v=mtliRYQd0j4][Rewrite git history with Emacs, magit and git rebase]] (15:04)
  - [[http://cestlaz.github.io/posts/using-emacs-15-macros/#.V8oI98hZIh4.reddit][Using Emacs - 15 - Macros]] ([[https://www.reddit.com/r/emacs/comments/50w460/using_emacs_15_macros/][Reddit]])
  - [[http://puntoblogspot.blogspot.com/2016/08/slime-inspect-eval.html][slime inspect + eval]]
  - [[http://fgiasson.com/blog/index.php/2016/05/30/creating-and-running-unit-tests-directly-in-source-files-with-org-mode/][Create and run unit test directly in Org mode.]]
  - [[https://www.reddit.com/r/emacs/comments/517ohz/how_to_fuzzy_autocomplete_with_companyflx/][How to - Fuzzy autocomplete with company-flx]]
  - [[https://www.reddit.com/r/emacs/comments/5156fl/is_there_a_command_or_package_to_close_quotes_and/][Is there a command or package to close quotes and parens?]] general-close
  - [[https://www.reddit.com/r/emacs/comments/50p34n/polymode_is_awesome/][Polymode is awesome]]
  - [[https://github.com/mopemope/meghanada-emacs][New Java Develop Environment for Emacs]] ([[https://www.reddit.com/r/emacs/comments/50ktcv/new_java_develop_environment_for_emacs/][Reddit]])
  - [[https://github.com/hraberg/deuce][Deuce - A try to implement Emacs in Clojure]] ([[https://www.reddit.com/r/emacs/comments/50gvla/deuce_a_try_to_implement_emacs_in_clojure/][Reddit]])
  - [[https://github.com/janestreet/ecaml][ecaml – Writing Emacs Plugins in OCaml]] ([[https://www.reddit.com/r/emacs/comments/505gnh/ecaml_writing_emacs_plugins_in_ocaml/][Reddit]])
  - [[https://github.com/knupfer/haskell-emacs][Write Emacs 25 extensions in Haskell]]
- Other: 
  - [[http://pragmaticemacs.com/emacs/even-better-email-contact-completion-in-mu4e/][Even better email contact completion in mu4e]]
  - [[https://www.wisdomandwonder.com/article/10380/easily-insert-unicode-mathematical-fraktur-characters][Easily insert Unicode mathematical Fraktur characters]]
  - [[https://www.reddit.com/r/emacs/comments/50wdpc/getting_newsletters_on_your_email_and_reading/][Getting newsletters on your e-mail and reading your e-mail inside Emacs? Also, Pocket user? you may want to see this function I crafted!]]
  - [[http://sam217pa.github.io/2016/09/01/emacs-iterm-integration/][Integrate iTerm2 in your Emacs setup]]
  - [[https://www.reddit.com/r/emacs/comments/50ngq7/when_you_cant_remember_all_key_combination_in/][When you can't remember all key combination in Emacs]] - more key tips in the comments
  - [[https://www.youtube.com/watch?v=ZJr5dYGrhXc][How to run nyan-mode in emacs at startup]] (2:12)
- New packages:
  - http://melpa.org/#/company-flow: Flow backend for company-mode
  - http://melpa.org/#/dired-launch: Use dired as a launcher
  - http://melpa.org/#/elf-mode: Show symbols in binaries
  - http://melpa.org/#/ereader: Major mode for reading ebooks
  - http://melpa.org/#/flycheck-credo: flycheck checker for elixir credo
  - http://melpa.org/#/kosmos-theme: Black and lightgray theme with not so much syntax highlighting.
  - http://melpa.org/#/org-clock-csv: Export `org-mode' clock entries to CSV format.
  - http://melpa.org/#/org-review: schedule reviews for Org entries
  - http://melpa.org/#/ox-tufte: Tufte HTML org-mode export backend
  - http://melpa.org/#/pcap-mode: Major mode for working with PCAP files
  - http://melpa.org/#/plain-theme: Black and white theme without syntax highlighting
  - http://melpa.org/#/rc-mode: Major mode for the Plan9 rc shell
  - http://melpa.org/#/zoutline: Simple outline library.

Links from [[http://reddit.com/r/emacs/new][reddit.com/r/emacs]], [[http://reddit.com/r/orgmode][/r/orgmode]], [[https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story][Hacker News]], [[http://planet.emacsen.org][planet.emacsen.org]], [[https://www.youtube.com/results?search_query=emacs&search_sort=video_date_uploaded][Youtube]], the changes to the [[http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS][Emacs NEWS file]], and [[http://lists.gnu.org/archive/html/emacs-devel/2016-09][emacs-devel]].

[[http://sachachua.com/blog/category/emacs-news][Past Emacs News round-ups]]


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-06  2:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-06  2:23 2016-09-05 Emacs News Sacha Chua

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.