unofficial mirror of emacs-tangents@gnu.org
 help / color / mirror / Atom feed
From: Sacha Chua <sacha@sachachua.com>
To: emacs-tangents@gnu.org
Subject: 2016-08-08 Emacs News
Date: Mon, 08 Aug 2016 23:20:07 -0400	[thread overview]
Message-ID: <878tw64oig.fsf@sachachua.com> (raw)


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

2016-08-08 Emacs News
=====================

  - Org Mode:
    - [OrgMode tutorial] (https://www.youtube.com/playlist?list=PLVtKhBrRV_ZkPnBtt_TD1Cs9PJlU0IIdE) video series (thanks to [Irreal] (http://irreal.org/blog/?p=5447) for the link)
    - [Insert org-mode links from clipboard] (https://github.com/rexim/org-cliplink)
    - [org-commentary: Generate and update ELisp library headers using Org mode files] (https://github.com/smaximov/org-commentary) ([Reddit] (https://www.reddit.com/r/emacs/comments/4vr6t8/orgcommentary_generate_and_update_elisp_library/))
  - Coding:
    - [Monroe - easy to use client for Clojure - 0.3.0 released] (http://acidwords.com/posts/2016-08-05-monroe-0-3-released.html) ([Reddit] (https://www.reddit.com/r/emacs/comments/4wallk/monroe_easy_to_use_client_for_clojure_030_released/))
    - [Demonstration of Ngspice and Octave/Matlab Interaction within Emacs] (http://tiagoweber.github.io/blog/entry4.html)
    - [Using Emacs - 13 - Yasnippet] (http://cestlaz.github.io/posts/using-emacs-13-yasnippet/#.V6OZC-VoMRw.reddit) ([Reddit] (https://www.reddit.com/r/emacs/comments/4w6cf9/using_emacs_13_yasnippet/))
  - Other:
    - [Delete multiple buffers with Helm] (https://medium.com/@narven) ([Reddit] (https://www.reddit.com/r/emacs/comments/4w4ckm/delete_multiple_buffers_with_helm/))
    - [Moving from Emacs to Spacemacs] (http://www.mostlymaths.net/2016/08/moving-from-emacs-to-spacemacs.html)
    - [enex2org - convert Evernote exports to orgmode files] (https://www.reddit.com/r/emacs/comments/4wo0qo/enex2org_convert_evernote_exports_to_orgmode_files/)
    - [Run Emacs plugins in Neovim] (https://github.com/adolenc/neomacs) ([Reddit] (https://www.reddit.com/r/emacs/comments/4wg1y2/run_emacs_plugins_in_neovim/))
    - [iBuffer - the best way to manage many buffers in Emacs] (https://twitter.com/emacs_gifs/status/761217627830181889) ([Reddit] (https://www.reddit.com/r/emacs/comments/4w4z7e/ibuffer_the_best_way_to_manage_many_buffers_in/))
    - [An emacs extension to download stock values into a ledgerdb compatible format] (https://github.com/mbhinder/ledger-pricedb) ([Reddit] (https://www.reddit.com/r/emacs/comments/4vqvs8/an_emacs_extension_to_download_stock_values_into/))
    - [Emacs Mac Port for v25 is now available. Anyone tried it yet?] (https://www.reddit.com/r/emacs/comments/4wnjd4/newsquestion_emacs_mac_port_for_v25_is_now/)
    - [Emacs on Windows 10 Anniversary Update] (https://www.reddit.com/r/emacs/comments/4vxoug/emacs_on_windows_10_anniversary_update/)
    - [New functions: make-nearby-temp-file and temporary-file-directory] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=2c0506173d92dd9d6de409a045668c6b5cf1fcef)
  - New packages:
    - helm-dired-history <http://melpa.org/#/helm-dired-history>: Show dired history with helm.el support.
    - ivy-pages <http://melpa.org/#/ivy-pages>: Complete current buffer's pages with Ivy
    - jade <http://melpa.org/#/jade>: JavaScript Awesome Development Environment
    - org-commentary <http://melpa.org/#/org-commentary>: generate or update conventional library headers using Org mode files

  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-08).

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: emacs-news.org --]
[-- Type: text/x-org; name=emacs-news.org, Size: 3644 bytes --]

* 2016-08-08 Emacs News
- Org Mode:
  - [[https://www.youtube.com/playlist?list=PLVtKhBrRV_ZkPnBtt_TD1Cs9PJlU0IIdE][OrgMode tutorial]] video series (thanks to [[http://irreal.org/blog/?p=5447][Irreal]] for the link)
  - [[https://github.com/rexim/org-cliplink][Insert org-mode links from clipboard]]
  - [[https://github.com/smaximov/org-commentary][org-commentary: Generate and update ELisp library headers using Org mode files]] ([[https://www.reddit.com/r/emacs/comments/4vr6t8/orgcommentary_generate_and_update_elisp_library/][Reddit]])
- Coding:
  - [[http://acidwords.com/posts/2016-08-05-monroe-0-3-released.html][Monroe - easy to use client for Clojure - 0.3.0 released]] ([[https://www.reddit.com/r/emacs/comments/4wallk/monroe_easy_to_use_client_for_clojure_030_released/][Reddit]])
  - [[http://tiagoweber.github.io/blog/entry4.html][Demonstration of Ngspice and Octave/Matlab Interaction within Emacs]]
  - [[http://cestlaz.github.io/posts/using-emacs-13-yasnippet/#.V6OZC-VoMRw.reddit][Using Emacs - 13 - Yasnippet]] ([[https://www.reddit.com/r/emacs/comments/4w6cf9/using_emacs_13_yasnippet/][Reddit]])
- Other:
  - [[https://medium.com/@narven][Delete multiple buffers with Helm]] ([[https://www.reddit.com/r/emacs/comments/4w4ckm/delete_multiple_buffers_with_helm/][Reddit]])
  - [[http://www.mostlymaths.net/2016/08/moving-from-emacs-to-spacemacs.html][Moving from Emacs to Spacemacs]]
  - [[https://www.reddit.com/r/emacs/comments/4wo0qo/enex2org_convert_evernote_exports_to_orgmode_files/][enex2org - convert Evernote exports to orgmode files]]
  - [[https://github.com/adolenc/neomacs][Run Emacs plugins in Neovim]] ([[https://www.reddit.com/r/emacs/comments/4wg1y2/run_emacs_plugins_in_neovim/][Reddit]])
  - [[https://twitter.com/emacs_gifs/status/761217627830181889][iBuffer - the best way to manage many buffers in Emacs]] ([[https://www.reddit.com/r/emacs/comments/4w4z7e/ibuffer_the_best_way_to_manage_many_buffers_in/][Reddit]])
  - [[https://github.com/mbhinder/ledger-pricedb][An emacs extension to download stock values into a ledgerdb compatible format]] ([[https://www.reddit.com/r/emacs/comments/4vqvs8/an_emacs_extension_to_download_stock_values_into/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/4wnjd4/newsquestion_emacs_mac_port_for_v25_is_now/][Emacs Mac Port for v25 is now available. Anyone tried it yet?]]
  - [[https://www.reddit.com/r/emacs/comments/4vxoug/emacs_on_windows_10_anniversary_update/][Emacs on Windows 10 Anniversary Update]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=2c0506173d92dd9d6de409a045668c6b5cf1fcef][New functions: make-nearby-temp-file and temporary-file-directory]]
- New packages:
  - http://melpa.org/#/helm-dired-history: Show dired history with helm.el support.
  - http://melpa.org/#/ivy-pages: Complete current buffer's pages with Ivy
  - http://melpa.org/#/jade: JavaScript Awesome Development Environment
  - http://melpa.org/#/org-commentary: generate or update conventional library headers using Org mode files

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-08][emacs-devel]].

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


             reply	other threads:[~2016-08-09  3:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09  3:20 Sacha Chua [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-09  3:23 2016-08-08 Emacs News Sacha Chua

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878tw64oig.fsf@sachachua.com \
    --to=sacha@sachachua.com \
    --cc=emacs-tangents@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).