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


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

2016-07-18 Emacs News
=====================

  - Org Mode:
    - [Intelligent Note Taking] (http://irreal.org/blog/?p=5399)
    - [Org-Mode and Writing Papers: Some Tips] (http://www.clarkdonley.com/blog/2014-10-26-org-mode-and-writing-papers-some-tips.html) (2014, hat-tip to [Irreal] (http://irreal.org/blog/?p=5395) for the link)
    - [Emacs note-taking / outlining demo, a practical approach without going into keyboard-shortcuts or configs] (https://youtu.be/iYkuzV3Pu68) ([Reddit] (https://www.reddit.com/r/emacs/comments/4t6za4/emacs_notetaking_outlining_demo_a_practical/))
    - [What doesn't org-mode do well?] (https://www.reddit.com/r/emacs/comments/4srikv/what_doesnt_orgmode_do_well/)
  - Coding:
    - [Enhance emacs-git-gutter with ivy-mode] (http://blog.binchen.org/posts/enhance-emacs-git-gutter-with-ivy-mode.html)
    - [Turn off linum-mode when file is too big] (http://blog.binchen.org/posts/turn-off-linum-mode-when-file-is-too-big.html)
    - [Debugging GNU Emacs memory leaks] (http://notes.secretsauce.net/notes/2015/09/19_debugging-gnu-emacs-memory-leaks-part-1.html) ([Reddit] (https://www.reddit.com/r/emacs/comments/4t7zj4/debugging_gnu_emacs_memory_leaks/))
    - [parsec.el: Parser Combinator Library for Emacs Lisp, Similar to Haskell's Parsec] (https://github.com/cute-jumper/parsec.el) ([Reddit] (https://www.reddit.com/r/emacs/comments/4t3heb/parsecel_parser_combinator_library_for_emacs_lisp/))
    - [Elpy: run the unit test I'm in and stop at my ipdb breakpoint] (https://gitlab.com/giving-tips-not-an-issue/emacs-lisp-not-an-issue/issues/1)
    - [find-file-in-project v5.2.0] (https://www.reddit.com/r/emacs/comments/4shbgi/findfileinproject_v520/)
  - Other:
    - [Move to the beginning of a line the smart way] (http://pragmaticemacs.com/emacs/move-to-the-beginning-of-a-line-the-smart-way/)
    - [Xwidgete, a package to enhance usability of current Xwidget browser] (https://github.com/tuhdo/xwidgete)
    - [Draw IBM/DOS style boxes in Emacs (uses hydra)] (https://gist.github.com/jasonm23/4fc09e7a20e55ec21bc834658d0545b6) ([Reddit] (https://www.reddit.com/r/emacs/comments/4t439l/draw_ibmdos_style_boxes_in_emacs_uses_hydra/))
    - [I got tired of remembering package manager commands so I made an emacs package...] (https://www.reddit.com/r/emacs/comments/4stj23/i_got_tired_of_remembering_package_manager/)
    - [refine - interactive list editing] (https://github.com/Wilfred/refine) ([Reddit] (https://www.reddit.com/r/emacs/comments/4svzwf/refine_finally_an_editor_for_emacs/))
    - [Watching youtube inside Emacs 25!] (https://www.reddit.com/r/emacs/comments/4srze9/watching_youtube_inside_emacs_25/)
    - [pdf-tools on Windows!] (https://www.reddit.com/r/emacs/comments/4smnyw/pdftools_on_windows/)
    - [Reading RSS inside emacs on multiple computers?] (https://www.reddit.com/r/emacs/comments/4sjmug/reading_rss_inside_emacs_on_multiple_computers/)
    - [Edit Google Docs in Emacs — 2016 Edition] (https://www.reddit.com/r/emacs/comments/4sizb1/edit_google_docs_in_emacs_2016_edition/)
  - New packages:
    - emoji-recall <http://melpa.org/#/emoji-recall>: How many emoji can you recall from memory?
    - helm-hunks <http://melpa.org/#/helm-hunks>: A helm interface for git hunks
    - ob-smiles <http://melpa.org/#/ob-smiles>: Org-mode Babel support for SMILES.
    - refine <http://melpa.org/#/refine>: interactive value editing
    - smiles-mode <http://melpa.org/#/smiles-mode>: Major mode for SMILES.
    - ssh-deploy <http://melpa.org/#/ssh-deploy>: Deployment via SSH, global or per directory.
    - xah-css-mode <http://melpa.org/#/xah-css-mode>: Major mode for editing CSS code.


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

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

* 2016-07-18 Emacs News
- Org Mode:
  - [[http://irreal.org/blog/?p=5399][Intelligent Note Taking]]
  - [[http://www.clarkdonley.com/blog/2014-10-26-org-mode-and-writing-papers-some-tips.html][Org-Mode and Writing Papers: Some Tips]] (2014, hat-tip to [[http://irreal.org/blog/?p=5395][Irreal]] for the link)
  - [[https://youtu.be/iYkuzV3Pu68][Emacs note-taking / outlining demo, a practical approach without going into keyboard-shortcuts or configs]] ([[https://www.reddit.com/r/emacs/comments/4t6za4/emacs_notetaking_outlining_demo_a_practical/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/4srikv/what_doesnt_orgmode_do_well/][What doesn't org-mode do well?]]
- Coding:
  - [[http://blog.binchen.org/posts/enhance-emacs-git-gutter-with-ivy-mode.html][Enhance emacs-git-gutter with ivy-mode]]
  - [[http://blog.binchen.org/posts/turn-off-linum-mode-when-file-is-too-big.html][Turn off linum-mode when file is too big]]
  - [[http://notes.secretsauce.net/notes/2015/09/19_debugging-gnu-emacs-memory-leaks-part-1.html][Debugging GNU Emacs memory leaks]] ([[https://www.reddit.com/r/emacs/comments/4t7zj4/debugging_gnu_emacs_memory_leaks/][Reddit]])
  - [[https://github.com/cute-jumper/parsec.el][parsec.el: Parser Combinator Library for Emacs Lisp, Similar to Haskell's Parsec]] ([[https://www.reddit.com/r/emacs/comments/4t3heb/parsecel_parser_combinator_library_for_emacs_lisp/][Reddit]])
  - [[https://gitlab.com/giving-tips-not-an-issue/emacs-lisp-not-an-issue/issues/1][Elpy: run the unit test I'm in and stop at my ipdb breakpoint]]
  - [[https://www.reddit.com/r/emacs/comments/4shbgi/findfileinproject_v520/][find-file-in-project v5.2.0]]
- Other:
  - [[http://pragmaticemacs.com/emacs/move-to-the-beginning-of-a-line-the-smart-way/][Move to the beginning of a line the smart way]]
  - [[https://github.com/tuhdo/xwidgete][Xwidgete, a package to enhance usability of current Xwidget browser]]
  - [[https://gist.github.com/jasonm23/4fc09e7a20e55ec21bc834658d0545b6][Draw IBM/DOS style boxes in Emacs (uses hydra)]] ([[https://www.reddit.com/r/emacs/comments/4t439l/draw_ibmdos_style_boxes_in_emacs_uses_hydra/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/4stj23/i_got_tired_of_remembering_package_manager/][I got tired of remembering package manager commands so I made an emacs package...]]
  - [[https://github.com/Wilfred/refine][refine - interactive list editing]] ([[https://www.reddit.com/r/emacs/comments/4svzwf/refine_finally_an_editor_for_emacs/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/4srze9/watching_youtube_inside_emacs_25/][Watching youtube inside Emacs 25!]]
  - [[https://www.reddit.com/r/emacs/comments/4smnyw/pdftools_on_windows/][pdf-tools on Windows!]]
  - [[https://www.reddit.com/r/emacs/comments/4sjmug/reading_rss_inside_emacs_on_multiple_computers/][Reading RSS inside emacs on multiple computers?]]
  - [[https://www.reddit.com/r/emacs/comments/4sizb1/edit_google_docs_in_emacs_2016_edition/][Edit Google Docs in Emacs — 2016 Edition]]
- New packages:
  - http://melpa.org/#/emoji-recall: How many emoji can you recall from memory?
  - http://melpa.org/#/helm-hunks: A helm interface for git hunks
  - http://melpa.org/#/ob-smiles: Org-mode Babel support for SMILES.
  - http://melpa.org/#/refine: interactive value editing
  - http://melpa.org/#/smiles-mode: Major mode for SMILES.
  - http://melpa.org/#/ssh-deploy: Deployment via SSH, global or per directory.
  - http://melpa.org/#/xah-css-mode: Major mode for editing CSS code.


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

only message in thread, other threads:[~2016-07-20  3:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-20  3:32 2016-07-18 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.